-
-
Notifications
You must be signed in to change notification settings - Fork 501
Cape Town | 2026-ITP-May | Juanita Nwachukwu | Sprint 2 | Wireframe to Web Code #1415
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
Jay99-prog
wants to merge
3
commits into
CodeYourFuture:main
Choose a base branch
from
Jay99-prog:feature/wireframe
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.
+139
−16
Open
Changes from all commits
Commits
Show all changes
3 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
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,147 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>Wireframe</title> | ||
| <link rel="stylesheet" href="style.css" /> | ||
| <link rel="stylesheet" href="style.css"> | ||
| </head> | ||
|
|
||
| <body> | ||
| <header> | ||
| header { | ||
| text-align: center; | ||
| } | ||
| <h1>Wireframe</h1> | ||
| <<<<<<< HEAD | ||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| Code was provided and changed by Juanita Nwachukwu. | ||
| </p> | ||
| ======= | ||
| <p>This page explains README files, wireframes and Git branches.</p> | ||
| >>>>>>> de0ae2e6aca6abb5841f9c390a8f6a3e43ae3a91 | ||
| </header> | ||
|
|
||
| <main> | ||
| <article class="article-one"> | ||
| <img src="wireframe.png" alt="Wireframe example"> | ||
|
|
||
| <<<<<<< HEAD | ||
| <article> | ||
| <img src="placeholder.svg" alt="" /> | ||
| <h2>Title</h2> | ||
| <img src="readme.png" alt="README file example" /> | ||
| <h2>What is a README file?</h2> | ||
| <p> | ||
| Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, | ||
| voluptates. Quisquam, voluptates. | ||
| A README file explains what a project is, how it works, and how to use it. | ||
| </p> | ||
| <a href="">Read more</a> | ||
| <a href="https://www.freecodecamp.org/news/what-is-a-readme-file/" target="_blank">Learn more about README</a> | ||
| </article> | ||
| ======= | ||
| <h2>What is a Wireframe?</h2> | ||
| >>>>>>> de0ae2e6aca6abb5841f9c390a8f6a3e43ae3a91 | ||
|
|
||
| <<<<<<< HEAD | ||
| <article> | ||
| <img src="wireframe.png" alt="Website wireframe example" /> | ||
| <h2>What is a Wirframe?</h2> | ||
| ======= | ||
| >>>>>>> de0ae2e6aca6abb5841f9c390a8f6a3e43ae3a91 | ||
| <p> | ||
| A wireframe is a simple visual guide that shows the structure and | ||
| layout of a webpage before it is designed. | ||
| </p> | ||
| <<<<<<< HEAD | ||
| <a href="https://www.productplan.com/glossary/wireframe/" target="_blank">Read more</a> | ||
| </article> | ||
| ======= | ||
| >>>>>>> de0ae2e6aca6abb5841f9c390a8f6a3e43ae3a91 | ||
|
|
||
| <<<<<<< HEAD | ||
| <article> | ||
| <img src="git-branch.png" alt="Git branch diagram" /> | ||
| <h2>What is a Git branch?</h2> | ||
| <p> | ||
| A Git branch is a separate version of your code used to work on features safely. | ||
| </p> | ||
| <a href="https://www.atlassian.com/git/tutorials/using-branches" target="_blank">Read more</a> | ||
| ======= | ||
| <a | ||
| href="https://www.productplan.com/glossary/wireframe/" | ||
| target="_blank" | ||
| > | ||
| Read more about Wireframes | ||
| </a> | ||
| >>>>>>> de0ae2e6aca6abb5841f9c390a8f6a3e43ae3a91 | ||
| </article> | ||
|
|
||
| <section class="bottom-articles"> | ||
| <article> | ||
| <img src="readme.jpg" alt="README file example"> | ||
|
|
||
| <h2>What is a README File?</h2> | ||
|
|
||
| <p> | ||
| A README file explains what a project is, how it works and how other | ||
| people can use it. | ||
| </p> | ||
|
|
||
| <a | ||
| href="https://www.freecodecamp.org/news/how-to-write-a-good-readme-file/" | ||
| target="_blank" | ||
| rel="noopener noreferrer" | ||
| > | ||
| Read more about README files | ||
| </a> | ||
| </article> | ||
| <img src="wireframe.png" alt="Wireframe example"> | ||
|
|
||
| <h2>What is a wireframe?</h2> | ||
|
|
||
| <p> | ||
| A wireframe is a simple layout showing structure before design. | ||
| </p> | ||
| <a href="https://balsamiq.com/blog/what-are-wireframes/" | ||
| target="_blank" | ||
| rel="noopener noreferrer" | ||
| > | ||
| Read more | ||
| </a> | ||
|
|
||
| <article> | ||
| < | ||
| </article> | ||
|
|
||
| <article> | ||
| <img src="gitbranch.png" alt="Git branch diagram"> | ||
|
|
||
| <h2>What is a Git Branch?</h2> | ||
|
|
||
| <p> | ||
| A Git branch is a separate version of your code that allows you to | ||
| work on changes without affecting the main project. | ||
| </p> | ||
|
|
||
| <a | ||
| href="https://www.atlassian.com/git/tutorials/using-branches" | ||
| target="_blank" | ||
| rel="noopener noreferrer" | ||
| > | ||
| Read more about Git branches | ||
| </a> | ||
| </article> | ||
| </section> | ||
| </main> | ||
|
|
||
| <footer> | ||
| <<<<<<< HEAD | ||
| footer { | ||
| text-align: center; | ||
| } | ||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| Code was provided and changed throughout by Juanita Nwachukwu | ||
| </p> | ||
| ======= | ||
| <p>Created for Code Your Future Wireframe project.</p> | ||
| >>>>>>> de0ae2e6aca6abb5841f9c390a8f6a3e43ae3a91 | ||
| </footer> | ||
| </body> | ||
| </html> | ||
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
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.
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.
This is a block of merged code from two conflicting sources. For example, one from the repo on GitHub and one from the local repo on your computer. It is easy to fix.
For each block of merged code, for example,
all you need to do is decide whether to keep the top part:
or keep the bottom part:
And then delete the part you do not want to keep, and delete the markers:
<<<<<<< HEAD=======>>>>>>> de0ae2e6aca6abb5841f9c390a8f6a3e43ae3a91There 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.
I created a new branch because the cod eon VS looked really damaged, and due to time contraints i made a new one with some updated and hopefully clean changes. The Validator didn't flag any errors, images where reuploaded and fixed, Please help me review it... this is the site:
#1423