-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Open
Enice-Codes
wants to merge
2
commits into
CodeYourFuture:main
Choose a base branch
from
Enice-Codes:feature/wireframe-clean
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
|
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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?