-
-
Notifications
You must be signed in to change notification settings - Fork 447
Sheffield | 26-ITP-Jan | Hayriye_Saricicek | Sprint 1 | Wireframe #1052
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
Closed
mshayriyesaricicek
wants to merge
11
commits into
CodeYourFuture:main
from
mshayriyesaricicek:Wireframe
Closed
Changes from 5 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
971884b
this is the updated branch of wireframe where I have included article…
mshayriyesaricicek 7e391c5
improve
mshayriyesaricicek 169b65e
more updates have been made to improve layout and accessibility
mshayriyesaricicek c777c98
modified to make it more understandable
mshayriyesaricicek a83f462
main was unclosed
mshayriyesaricicek 066c2a7
I have make the lines shorter and have removed images and figcaptions…
mshayriyesaricicek bf38ac6
put subtitle infor under main title, put boxes around articles and al…
mshayriyesaricicek d6970fc
i have made the footer stick
mshayriyesaricicek a3d5bbb
Merge branch 'CodeYourFuture:main' into Wireframe
mshayriyesaricicek 41bbf52
changed size and colour of footer
mshayriyesaricicek ebe4653
changed size and colour of footer
mshayriyesaricicek 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 |
|---|---|---|
|
|
@@ -3,31 +3,51 @@ | |
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>Wireframe</title> | ||
| <title>Introduction to Wireframes</title> | ||
| <link rel="stylesheet" href="style.css" /> | ||
| </head> | ||
| <body> | ||
| <body> | ||
| <header> | ||
| <h1>Wireframe</h1> | ||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| </p> | ||
| <h1>Introduction to Wireframes</h1> | ||
| </header> | ||
| <main> | ||
| <article> | ||
| <img src="placeholder.svg" alt="" /> | ||
| <h2>Title</h2> | ||
| <p> | ||
| Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, | ||
| voluptates. Quisquam, voluptates. | ||
| <article class="article introduction to wireframes"> | ||
| <figure> | ||
| <img class="article-image" src="image1.jpg" alt="people reviewing a wireframe on a board" /> | ||
| <figcaption>Wireframe group planning session</figcaption> | ||
| </figure> | ||
| <h2>What is a Wireframe?</h2> | ||
| <p> A wireframe is a basic, skeletal blueprint of a website, app, or digital product, showing the layout, structure, and placement of elements like text, images, and buttons, but without detailed visual design (colors, fonts). It acts as a roadmap for user experience (UX) and functionality, helping teams align on structure and flow early in the design process, focusing on "what" goes "where" before diving into "how it looks". | ||
| </p> | ||
| <a href="">Read more</a> | ||
| <a href="https://balsamiq.com/blog/what-are-wireframes/" target="_blank" rel="noopener noreferrer" title="Opens in a new tab" role="button">Read more about Wireframes | ||
| </a> | ||
| </article> | ||
| <article class="article importance of wireframes"> | ||
| <figure> | ||
| <img class="article-image" src="image2.jpg" alt="person working on a board with a wireframe on it" /> | ||
| <figcaption>Wireframe solo planning session</figcaption> | ||
| </figure> | ||
| <h2>Why are Wireframes Important?</h2> | ||
| <p> Wireframes are crucial in the design process because they allow designers and stakeholders to focus on structure, content hierarchy, and user flow without being distracted by visual elements. They help identify usability issues early, facilitate collaboration between team members, and provide a clear foundation for developers to build upon. | ||
| </p> | ||
| <a href="https://creately.com/blog/software-teams/why-are-wireframes-so-important/" target="_blank" rel="noopener noreferrer" title="Opens in a new tab" role="button"> Read more about Why Wireframes are Important | ||
| </a> | ||
| </article> | ||
| <article class = "article types of wireframes"> | ||
| <figure> | ||
| <img class="article-image" src="image3.jpg" alt="person explaining a wireframe to a colleague via laptop" /> | ||
| <figcaption>Explaining a Wireframe to a colleague</figcaption> | ||
| </figure> | ||
| <h2>Types of Wireframes</h2> | ||
| <p> There are three main types of wireframes: low-fidelity, mid-fidelity, and high-fidelity. Low-fidelity wireframes are simple sketches that outline basic layout and functionality. Mid-fidelity wireframes add more detail, such as specific content placement and interaction elements. High-fidelity wireframes are more polished and closely resemble the final product, often including actual images and text. | ||
| </p> | ||
| <a href="https://plus.excalidraw.com/use-cases/wireframe" target="_blank" rel="noopener noreferrer" title="Opens in a new tab" role="button"> Read more about Types of Wireframes | ||
| </a> | ||
| </article> | ||
| </main> | ||
| <footer> | ||
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| </p> | ||
| Work by <strong>Hayriye Saricicek</strong>.Contact: | ||
| <a href="mailto:[email protected]">[email protected]</a> | ||
| </footer> | ||
| </body> | ||
| </html> | ||
| </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.