-
-
Notifications
You must be signed in to change notification settings - Fork 375
London | 26-ITP-Jan | Oussama Mouggal | Sprint 1| Wireframe #968
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
a8f1b77
58e9b35
731c575
0be1fa5
8a68c7c
485d24c
9623540
9e1df81
a6cc42d
8d0c5e9
c4e28e9
2edc649
836c8a8
cbbdbde
1e5d68d
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 |
|---|---|---|
|
|
@@ -24,4 +24,4 @@ <h1>Product Pick</h1> | |
| <h2>By HOMEWORK SOLUTION</h2> | ||
| </footer> | ||
| </body> | ||
| </html> | ||
| </html> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,23 +10,40 @@ | |
| <header> | ||
| <h1>Wireframe</h1> | ||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| This is an article explaining README file, wireframe, and Git branches. | ||
| </p> | ||
| </header> | ||
| <main> | ||
| <article> | ||
| <img src="placeholder.svg" alt="" /> | ||
| <h2>Title</h2> | ||
| <img src="https://markdown.land/wp-content/uploads/2022/01/VSCode-markdown-preview.png" alt="README file picture" /> | ||
| <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 essential information about a project, including how to install, use, and contribute to it. | ||
| </p> | ||
| <a href="">Read more</a> | ||
|
||
| </article> | ||
| <article> | ||
| <img src="https://images.edrawsoft.com/articles/wireframe/wireframe-1.jpg" alt="Wireframe picture" /> | ||
| <h2>What is the purpose of a wireframe? | ||
| </h2> | ||
| <p> | ||
| The purpose of a wireframe is to provide a visual guide that represents the skeletal framework of a website or application, helping to plan layout and functionality. | ||
| </p> | ||
| <a href="">Read more</a> | ||
|
||
| </article> | ||
| <article> | ||
| <img src="https://git-scm.com/images/logos/downloads/Git-Logo-2Color.png" alt="Git logo" /> | ||
| <h2>What is a branch in Git? | ||
| </h2> | ||
| <p> | ||
| A branch in Git is a separate line of development that allows multiple people to work on different features or fixes simultaneously without affecting the main codebase. | ||
| </p> | ||
| <a href="">Read more</a> | ||
|
||
| </article> | ||
| </main> | ||
| <footer> | ||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| Codeyourfuture 2026 Wireframe Assignment | ||
| </p> | ||
| </footer> | ||
| </body> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -51,7 +51,11 @@ main { | |
| } | ||
| footer { | ||
| position: fixed; | ||
| left: 0; | ||
| bottom: 0; | ||
| width: 100%; | ||
| background-color: #333; | ||
| color: white; | ||
|
Comment on lines
+57
to
+58
|
||
| text-align: center; | ||
| } | ||
| /* ====== Articles Grid Layout ==== | ||
|
|
||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.