-
-
Notifications
You must be signed in to change notification settings - Fork 500
London | May2026 | Mahbubur Rahman | Sprint 2 | Wireframe #1321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
ee237c7
488dee1
5a0dd23
61c2ddb
6bd87eb
a617470
fa6b2e9
824d093
4e278dd
8bb69eb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,23 +10,44 @@ | |
| <header> | ||
| <h1>Wireframe</h1> | ||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| </p> | ||
| </header> | ||
| <main> | ||
| <article> | ||
| <img src="placeholder.svg" alt="" /> | ||
| <h2>Title</h2> | ||
| <img src="wireframe.png" alt="" /> | ||
| <h2>What is wireframe?</h2> | ||
| <p> | ||
| Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, | ||
| voluptates. Quisquam, voluptates. | ||
| A wireframe is a blueprint of a website or application outlining the structure layout and fucntionality before any design or styling is added on | ||
| </p> | ||
| <a href="">Read more</a> | ||
| <a href="https://www.experienceux.co.uk/faqs/what-is-wireframing/">Read more</a> | ||
| </article> | ||
|
|
||
| <article> | ||
| <img src="readme.jpg" alt="" /> | ||
| <h2>What is an readme file</h2> | ||
| <p> | ||
| The purpose of a readme file is to primarily serve as an official document with instructions and user manual for project, dataset and software repository | ||
| </p> | ||
| <a href="https://www.lenovo.com/us/en/glossary/readme-file/?srsltid=AfmBOopOfw46nNAXH23z7AEOSPhv1vehgaPCHpv7PeISbKAk1n5rOORC">Read more</a> | ||
| </article> | ||
|
|
||
| <article> | ||
| <img src="branchgit.jpg" alt="" /> | ||
| <h2>What is an branch in Git</h2> | ||
| <p> | ||
| A branch in Git is a seperate workspace where you can make changes and try new ideas withou affecting the main project | ||
| </p> | ||
| <a href="https://www.atlassian.com/git/tutorials/using-branches">Read more</a> | ||
| </article> | ||
|
|
||
|
|
||
|
|
||
|
|
||
| </main> | ||
| <footer> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The footer is correctly fixed to the bottom of the viewport, but as you scroll, do you notice it overlaps the page? Can you improve the readability when this happens?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes I have done that |
||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| Mahbubur Hasan Rahman Assignment Wireframe in Sprint 2 | ||
| </p> | ||
| </footer> | ||
| </body> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the image provides more information than is available in the text it is usually a good idea to offer a brief description in the
altproperty. Do you think that is needed here?