-
-
Notifications
You must be signed in to change notification settings - Fork 498
Cape Town | May-ITP-26 | Enice Mutanda | Sprint 2 | WireFrame #1359
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
base: main
Are you sure you want to change the base?
Changes from all 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,25 +8,55 @@ | |
| </head> | ||
| <body> | ||
| <header> | ||
| <h1>Wireframe</h1> | ||
| <center> | ||
| <h1>Wireframe</h1> | ||
| </center> | ||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| A wireframe is a basic, two-dimensional blueprint or outline of | ||
| a website or app interface | ||
| </p> | ||
| </header> | ||
| <main> | ||
| <article> | ||
| <img src="placeholder.svg" alt="" /> | ||
| <h2>Title</h2> | ||
|
|
||
| <img src="images/image1.jpg" alt="" /> | ||
| <h2>What is the purpose of a README file?</h2> | ||
| <p> | ||
| Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, | ||
| voluptates. Quisquam, voluptates. | ||
| A README file is a document that provides information about a project, | ||
| including its purpose, how to use it, and any other relevant details. | ||
| It serves as a guide for users and developers who want to understand | ||
| the project and contribute to it. | ||
|
|
||
| </p> | ||
| <a href="">Read more</a> | ||
| </article> | ||
|
|
||
| <article> | ||
| <img src="images/image2.jpg" alt="" /> | ||
| <h2>What is the purpose of a wireframe?</h2> | ||
| <p> | ||
| A wireframe is a visual representation of a website or app's layout and | ||
| structure. It serves as a blueprint for the design and development | ||
| process, allowing designers and developers to plan the user interface | ||
| and user experience before creating the final product.</p> | ||
| <a href="">Read more</a> | ||
| </article> | ||
|
|
||
| <article> | ||
| <img src="images/image3.jpg" alt="" /> | ||
| <h2>What is a branch?</h2> | ||
| <p> | ||
|
Comment on lines
+45
to
+48
Contributor
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. Indentation is off. As a best practice, consider following this guide to enable VS Code's |
||
| A branch in version control is a separate line of development. | ||
| It allows you to work on different features or experiments without affecting the main codebase. | ||
| </p> | ||
| <a href="">Read more</a> | ||
|
|
||
| </article> | ||
|
|
||
| </main> | ||
| <footer> | ||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| CYF Module Onboarding - Wireframe Exercise 2026 | ||
| </p> | ||
| </footer> | ||
| </body> | ||
|
|
||
|
Contributor
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. There are two |
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.
Providing meaningful
alttext is important because it ensures images are accessible to people using screen readers and also helps when imagesfail to load, giving users essential context about the content or function of the image.
Can you give a more descriptive
altvalue to all images?