-
-
Notifications
You must be signed in to change notification settings - Fork 546
Birmingham | 26-ITP-May | Tobias Amaechina | Sprint 2 | Wireframe #1385
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
Changes from all commits
3901b66
4ffae20
0931354
b529313
c9b97c3
a33cad3
183c31e
1842229
3518a91
e3b64ff
c3c0cdc
baa0fd8
cb8ac9d
de3ffd6
16a9f4b
ce52dee
e49be46
d137024
a347432
d046c14
5f92d2a
e13c36b
cbb7501
fe76aba
f413391
65ce2e1
8cf98ca
ffbfcb5
7d08c65
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 |
|---|---|---|
|
|
@@ -4,30 +4,53 @@ | |
| <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="styles.css" /> | ||
| </head> | ||
| <body> | ||
| <header> | ||
| <h1>Wireframe</h1> | ||
| <h1>Article about,Wireframe, Readme file and git branch</h1> | ||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| An Article about the purpose of a readme file ,and a wireframe, | ||
| and also on what a Git branch is and how to use it. | ||
| </p> | ||
| </header> | ||
| <main> | ||
| <article> | ||
| <img src="placeholder.svg" alt="" /> | ||
| <h2>Title</h2> | ||
| <img src="Readme.png" alt="A readme diagram"/> | ||
| <h2>What is the Purpose of a Readme File?</h2> | ||
| <p> | ||
| Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, | ||
| voluptates. Quisquam, voluptates. | ||
| The purpose of a readme file is to provide, | ||
| information about a project. | ||
| </p> | ||
| <a href="">Read more</a> | ||
| <a href="https://en.wikipedia.org/wiki/README">Read more</a> | ||
| </article> | ||
| <article> | ||
| <img src="Wireframe1.png" alt="A Wireframe diagram"/> | ||
| <h2>What is the Purpose of a Wireframe?</h2> | ||
| <p> | ||
| <strong>In short</strong>, a wireframe’s purpose is to visualize the skeleton of a digital product, | ||
| helping teams plan, test, and communicate ideas efficiently before moving to detailed design. | ||
| </p> | ||
| <a href="https://www.productplan.com/glossary/wireframe">Read more</a> | ||
| </article> | ||
| <article> | ||
| <img src="git_branch.png" alt="A Git branch diagram"/> | ||
| <h2>What Is a Git Branch?</h2> | ||
| <p> | ||
| In Git, a <em>branch</em> is like a separate workspace | ||
| where you can make changes and try new ideas without affecting the main project. | ||
| Think of it as a "parallel universe" for your code.</p> | ||
| <a href="https://www.w3schools.com/git/git_branch.asp?remote=github">Read more</a> | ||
| </article> | ||
| </main> | ||
| <footer> | ||
|
|
||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| Written by Tobias Amaechina. | ||
| </p> | ||
| <address> | ||
| <a href="mailto:[email protected]">Contact Tobias</a> | ||
| </address> | ||
| </footer> | ||
| </body> | ||
| </html> | ||
|
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. @Tobias-Amaechina, why is this file empty, and could you choose a better name for your CSS stylesheet file?
Author
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. @akeren , Please which of the file is empty?
Author
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. The empty file has been updated and a descriptive name styles.css has been chosen 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. @Tobias-Amaechina, could you check the appearance of your UI and fix the issues identified 👉 https://deploy-preview-1385--cyf-onboarding-module.netlify.app/wireframe/ Examine the position of the header and footer; think about what has to change in your CSS styling
Author
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. The position of the header and footer has been changed to closely resemble the template |
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.
@Tobias-Amaechina, why is the appearance of this anchor link different from the rest?
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.
Thanks @akeren for spotting that, the anchor elements has been styled for uniformity