Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 500
Cape Town | May-ITP-2026 | Enice Mutanda| Sprint 2 | Wireframe#1449
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
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. It's a better practice, in the context of webpages or web applications, to use only lowercase letters in file names. For more info, do use AI to find out why (when you have time). No change needed for this exercise. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,33 +1,62 @@ | ||
| <!DOCTYPE html> | ||
| <!doctype html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>Wireframe</title> | ||
| <link rel="stylesheet" href="style.css" /> | ||
| </head> | ||
| <body> | ||
| <header> | ||
| <h1>Wireframe</h1> | ||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| A wireframe is a simple visual blueprint or sketch of a webpage or | ||
| application. | ||
| </p> | ||
| </header> | ||
| <main> | ||
| <article> | ||
| <img src="placeholder.svg" alt="" /> | ||
| <h2>Title</h2> | ||
| <img src="monkey.jpg" alt="Image of an upside down monkey" /> | ||
| <h2>What is a README File?</h2> | ||
| <p> | ||
| Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, | ||
| voluptates. Quisquam, voluptates. | ||
| A README file provides information about a project, including its | ||
| purpose, installation instructions, and how to use it. | ||
| </p> | ||
| <a href="">Read more</a> | ||
| <a href="https://en.wikipedia.org/wiki/README" | ||
| >Learn more about README files</a | ||
| > | ||
| </article> | ||
| <article> | ||
| <img src="bird.jpg" alt="An image of a black bird" /> | ||
| <h2>What is a Wireframe?</h2> | ||
| <p> | ||
| A wireframe is a visual guide that helps designers and developers plan | ||
| the structure and layout of a webpage before building it. | ||
| </p> | ||
| <a href="https://www.productplan.com/glossary/wireframe/" | ||
| >Learn more about wireframes</a | ||
| > | ||
| </article> | ||
| <article> | ||
| <img src="Classroom.jpg" alt="an image of a glass building" /> | ||
| <h2>What is a Git Branch?</h2> | ||
| <p> | ||
| A Git branch allows developers to work on new features or fixes | ||
| separately from the main project without affecting existing code. | ||
| </p> | ||
| <a | ||
| href="https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell" | ||
| >Learn more about Git branches</a | ||
| > | ||
| </article> | ||
| </main> | ||
| <footer> | ||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| </p> | ||
| <p>Enice Mutanda 2026 CYF</p> | ||
| </footer> | ||
| </body> | ||
| </html> |
Uh oh!
There was an error while loading. Please reload this page.
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.
Is this image still needed?