-
-
Notifications
You must be signed in to change notification settings - Fork 498
London | 26-ITP-MAY | Risikat Popoola| Sprint 2 | Wireframe #1378
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
risikatpopoola
wants to merge
4
commits into
CodeYourFuture:main
Choose a base branch
from
risikatpopoola: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.
+117
−38
Open
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
6a93af5
readme, github and wireframe articles done
risikatpopoola 90db0b7
footer fixed and aligned to center, ready to push
risikatpopoola c4ea6d1
footer foreground color changed to improve contrast ratio
risikatpopoola 36aec2e
review suggestions resolved
risikatpopoola 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.
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,88 @@ | ||
| <!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>SOFTWARE DEVELOPMENT LIFECYCLE TOOLS(SDLC)</h1> | ||
| <p id="basic"> | ||
| SDLC tools are software applications that help development teams plan, design, build, test, and deploy software | ||
| systematically. SDLC tools are software applications that help development teams plan, design, build, test, and | ||
| deploy software systematically. | ||
| </p> | ||
| </header> | ||
| <main> | ||
| <article> | ||
| <div> | ||
| <img src="image1.png" alt="an image of a readme.md" /> | ||
| </div> | ||
| <h2>README FILE</h2> | ||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| Just like the name implies, you should read a README file as it 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. It also contains | ||
| clear examples or tutorials demonstrating the project's features in action. | ||
| </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> | ||
| <div> | ||
| <img src="image3.png" alt="an image of a wireframe template" /> | ||
| </div> | ||
| <h2>WIREFRAMES</h2> | ||
| <p>Wireframes are basic blueprints that help teams align on requirements, keeping UX design conversations focused | ||
| and constructive. | ||
| Think of your wireframe as the skeleton of your app, website, or other final product. Starting with a clean, | ||
| spare wireframe design also gives UI/UX designers room to iterate. They can collect early feedback from user | ||
| testing on core UX/UI elements, without distracting users with visual design details. | ||
| Your wireframe shows the design team and stakeholders the bare-bones outlines of essential webpages, components, | ||
| and features, including: | ||
| </p> | ||
| <ul> | ||
| <li>Screen layouts</li> | ||
| <li>Navigation bars</li> | ||
| <li>Components of UX and UI design</li> | ||
| <li>Interactive elements</li> | ||
| </ul> | ||
| <a href="https://www.figma.com/resource-library/what-is-wireframing/">Read more</a> | ||
| </article> | ||
| <article> | ||
| <div> | ||
| <img src="image2.png" alt="an image of a git branch and its operations" /> | ||
| </div> | ||
| <h2>GIT BRANCH</h2> | ||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| In Git, a branch 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. | ||
| Branches let you work on different parts of a project, like new features or bug fixes, without interfering with | ||
| the main branch. Branches allow you to work on different parts of a project without impacting the main branch. | ||
| When the work is complete, a branch can be merged with the main project. You can even switch between branches | ||
| and work on different projects without them interfering with each other. Branching in Git is very lightweight | ||
| and fast! Common reasons to create a branch includes: | ||
| </p> | ||
| </footer> | ||
| </body> | ||
| </html> | ||
| <ul> | ||
| <li>Developing a new feature</li> | ||
| <li>Fixing a bug</li> | ||
| <li>Experimenting with ideas</li> | ||
| </ul> | ||
| <a | ||
| href="https://i0.wp.com/digitalvarys.com/wp-content/uploads/2019/06/GIT-Branchand-its-Operations.png?fit=1921%2C1057&ssl=1">Read | ||
| more</a> | ||
| </article> | ||
| </main> | ||
| <footer> | ||
| <p> | ||
| ALL RIGHTS RESERVED. RIZQAH POPOOLA 2026 | ||
| </p> | ||
| </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
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.
Uh oh!
There was an error while loading. Please reload this page.