-
-
Notifications
You must be signed in to change notification settings - Fork 501
London | 25-ITP-Sep | Adnaan Abo | Sprint 1 | Wireframe #758
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 2 commits
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 |
|---|---|---|
|
|
@@ -8,26 +8,45 @@ | |
| </head> | ||
| <body> | ||
| <header> | ||
| <h1>Wireframe</h1> | ||
| <h1>Wireframe to web code</h1> | ||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| Welcome to my ITP Onboarding Module Wirefare to web code. | ||
| </p> | ||
| </header> | ||
| <main> | ||
| <article> | ||
| <img src="placeholder.svg" alt="" /> | ||
| <h2>Title</h2> | ||
| <img src="placeholder.svg" alt="image showing a readme file" width="100%"/> | ||
| <h2>README file?</h2> | ||
| <p> | ||
| Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, | ||
| voluptates. Quisquam, voluptates. | ||
| A README file is a crucial document in most software projects that serves as a guide for users, | ||
| developers, and contributors. Its primary purpose is to provide essential information about the project, making it easier for others to understand, use, and contribute to the codebase. </p> | ||
| <a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a> | ||
| </article> | ||
| <article> | ||
| <img src="placeholder.svg" alt="image showing wireframe page layout" width="100%"/> | ||
| <h2>wireframe?</h2> | ||
| <p> | ||
| A wireframe is a visual blueprint or schematic of a digital product (like a website or mobile app) | ||
| that shows the structure, layout, and basic functionality of the interface. | ||
| </p> | ||
| <a href="https://careerfoundry.com/en/blog/ux-design/what-is-a-wireframe-guide/">Read more</a> | ||
| </article> | ||
| <article> | ||
| <img src="placeholder.svg" alt="image showing branches in git" width="100%"/> | ||
| <h2>branch in Git?</h2> | ||
| <p> | ||
| A branch in Git is essentially a pointer to a specific commit within a repository. It allows you to work on different versions of a project simultaneously, without interfering with the main or | ||
| other branches of development. | ||
| </p> | ||
| <a href="">Read more</a> | ||
| <a href="https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell#:~:text=A%20branch%20in%20Git%20is,Note">Read more</a> | ||
| </article> | ||
| </main> | ||
| <footer> | ||
| <div class="footer-content"> | ||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| © 2025 AdnaanA. Built with VSCode and GitHub. | ||
|
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. One of the acceptance criteria for this task is making sure the footer is fixed to the viewport. Do you know what that means? Can you fix that?
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. thank you for the feed back. I have now fixed the footer to the viewport. |
||
| </p> | ||
| </div> | ||
| </footer> | ||
| </body> | ||
| </html> | ||
| </html> | ||
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.
Currently all the images are placeholders - do you know what that means? Can you think of how this could be improved?
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.
Thanks for the feedback. I have now fixed the above issue I have replaced the placeholder images with more appropriate images.