-
-
Notifications
You must be signed in to change notification settings - Fork 499
London | 26-ITP-May | Chun Yan Wong | Sprint 2 | Wireframe #1376
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 |
|---|---|---|
| @@ -1,33 +1,70 @@ | ||
| <!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> | ||
|
|
||
| <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> | ||
| <ul> | ||
| <li> | ||
| What is the purpose of a README file? | ||
| </li> | ||
| <li> | ||
| What is the purpose of a wireframe? | ||
| </li> | ||
| <li> | ||
| What is a branch in Git? | ||
| </li> | ||
| </ul> | ||
| This is the webpage to provide detail explanation for the above questions | ||
| </h1> | ||
| </header> | ||
| <main> | ||
| <article> | ||
| <img src="readme.svg" alt="" /> | ||
|
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. Providing meaningful Can you give a more descriptive |
||
| <h2>What is the purpose of a README file?</h2> | ||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| A README file is the foundational documentation for a software, dataset, or coding project. It serves as a | ||
| project's "front door," designed to help users quickly understand what the project does, how to install and use | ||
| it, and how to contribute | ||
| </p> | ||
| </header> | ||
| <main> | ||
| <article> | ||
| <img src="placeholder.svg" alt="" /> | ||
| <h2>Title</h2> | ||
| <p> | ||
| Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, | ||
| voluptates. Quisquam, voluptates. | ||
| </p> | ||
| <a href="">Read more</a> | ||
| </article> | ||
| </main> | ||
| <footer> | ||
| <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="wireframe.svg" alt="" /> | ||
| <h2>What is the purpose of a wireframe?</h2> | ||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| Wireframes are the foundational blueprints of a website or app. Used early in the development process, they help | ||
| teams visualize structure, map user flows, and establish content hierarchy before committing to costly colors, | ||
| branding, or final UI design | ||
| </p> | ||
| </footer> | ||
| </body> | ||
| </html> | ||
| <a href="https://www.productplan.com/glossary/wireframe/">Read more</a> | ||
| </article> | ||
|
|
||
| <article> | ||
| <img src="branch.svg" alt="" /> | ||
| <h2>What is a branch in Git?</h2> | ||
| <p> | ||
| A branch in Git is simply a lightweight movable pointer to one of these commits. The default branch name in Git | ||
| is master . | ||
| </p> | ||
| <a href="https://www.w3schools.com/GIT/git_branch.asp?remote=github">Read more</a> | ||
| </article> | ||
| </main> | ||
| <footer> | ||
| <p> | ||
| By ChunyanWong HOMEWORK FOR WIREFRAME SOLUTION | ||
| </p> | ||
|
Comment on lines
+64
to
+66
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.
|
||
| </footer> | ||
| </body> | ||
|
|
||
| </html> | ||
|
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.
The wireframe has a "page title" instead of an unordered list. In addition, in the wireframe the page title and the text beneath it are centered.