generated from CodeYourFuture/Module-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 268
London| May 2025| Payam Ghanbari | Wireframe Updated #690
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
payam1904
wants to merge
8
commits into
CodeYourFuture:main
Choose a base branch
from
payam1904:wireframe-updated
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.
Open
Changes from 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
a931d4e
Fixed the css for padding, position of the footer, height of the imag…
payam1904 90caca3
Changed the footer info
payam1904 7290f16
The issue with the padding of the button is fixed.
payam1904 cceda96
The marging and padding of the "a" tag in the Wireframe is now as req…
payam1904 a3e8ed9
the alignment of the a tags is now correct as expected. the code shou…
payam1904 75f31c9
Modified the footer
payam1904 709c2b2
Removed inline styles.
payam1904 997d5f3
removed the last bit of the inline style
payam1904 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
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,68 @@ | ||
<!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 style="text-align: center;"> | ||
<h1>Working with wireframes</h1> | ||
<p> | ||
This is a wireframe for a simple web page. It includes a header, main | ||
content area with articles, and a footer. | ||
</p> | ||
</header> | ||
|
||
<main> | ||
<article> | ||
<img src="https://cdn-icons-png.flaticon.com/512/9491/9491371.png" alt="Branch Icon" | ||
style="width: 300px; height: 300px;" /> | ||
<h2>1. What is a branch in Git? | ||
</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. | ||
</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://www.w3schools.com/git/git_branch.asp">Read more</a> | ||
</article> | ||
|
||
<article> | ||
<img style="width: 300px; height: 300px;" | ||
src="https://miro.medium.com/v2/resize:fit:1400/1*QiuUipzzVUp1XceY9kqXkg.png" alt="Wireframe Icon" | ||
style="width: 300px; height: 300px;" /> | ||
<h2>2. What is the purpose of a wireframe?</h2> | ||
<p> | ||
This is the default, provided code and no changes have been made yet. | ||
A wireframe is a two-dimensional skeletal outline of a webpage or app. Wireframes provide a clear overview of | ||
the page structure, layout, information architecture, user flow, functionality, and intended behaviors. Styling, | ||
color, graphics, and other design elements are kept to a minimum. | ||
</p> | ||
</footer> | ||
</body> | ||
</html> | ||
<a | ||
href="https://careerfoundry.com/en/blog/ux-design/what-is-a-wireframe-guide/#:~:text=A%20wireframe%20is%20a%20two,are%20kept%20to%20a%20minimum.">Read | ||
more</a> | ||
</article> | ||
|
||
<article> | ||
<img src="https://cdn-icons-png.flaticon.com/512/2620/2620624.png" alt="Readme Icon" | ||
style="width: 300px; height: 300px;" /> | ||
<h2>3. What is the purpose of a README file?</h2> | ||
<p> | ||
You can add a README file to your repository to tell other people why your project is useful, what they can do | ||
with your project, and how they can use it. | ||
</p> | ||
<a | ||
href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read | ||
more</a> | ||
</article> | ||
</main> | ||
<footer> | ||
<p> | ||
This page is modified by Payam Gh and it is a simple wireframe example! | ||
</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
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.