generated from CodeYourFuture/Module-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 268
London | May-2025 | Victoria Scott | Feature/wireframe #699
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
VictoriaScottCodes
wants to merge
5
commits into
CodeYourFuture:main
Choose a base branch
from
VictoriaScottCodes: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.
Open
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
3afdf06
changes to titles, summary text and links
VictoriaScottCodes af59d19
included description
VictoriaScottCodes db13e2e
wireframe edits
VictoriaScottCodes e8883e9
aligned images in article 2 and 3
VictoriaScottCodes 591d84f
Formatted long text
VictoriaScottCodes 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
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,61 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<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="style.css"> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<header> | ||
<h1>Wireframe</h1> | ||
<h1>Module-Onboarding Project</h1> | ||
<p> | ||
This is the default, provided code and no changes have been made yet. | ||
This webpage summarises the purpose of a README file and Wireframe. It also explores what a branch in Git is. | ||
</p> | ||
</header> | ||
<main> | ||
<article> | ||
<img src="placeholder.svg" alt="" /> | ||
<h2>Title</h2> | ||
<img src="https://blog-cdn.everhour.com/blog/wp-content/uploads/2023/04/mohammad-rahmani-1VW6HLOQE5A-unsplash.jpg" | ||
alt="image example of a README file" | ||
style="max-width: 100%; height: auto;"> | ||
<h2>What is the purpose of a README file?</h2> | ||
<p> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, | ||
voluptates. Quisquam, voluptates. | ||
A README file serves as a crucial piece of documentation for any | ||
software project, providing essential information to users, | ||
developers, and contributors. It typically outlines what the project | ||
does, why it's useful, how to get started, and where to seek help. | ||
Essentially, it acts as a welcome guide, making it easier for anyone | ||
to understand and interact with the project. | ||
</p> | ||
<a href="">Read more</a> | ||
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a> | ||
</article> | ||
|
||
<article> | ||
<img src="https://cdn-images.visual-paradigm.com/handbooks/agile-handbook/wireframe/02-newspaper-site-wireframe-example.png" | ||
alt="image example of a wireframe" | ||
class="fixed-height"> | ||
<h2>What is the purpose of a wireframe?</h2> | ||
<p> | ||
The primary purpose of a wireframe is to outline the basic structural design and user experience of a website or application before any detailed design work is done. It's a visual representation of the layout, content, and functionality, helping designers, developers, and stakeholders understand the overall structure and flow. | ||
</p> | ||
<a href="https://www.bbc.co.uk/bitesize/guides/zsnmk2p/revision/3">Read more</a> | ||
</article> | ||
|
||
<article> | ||
<img src="https://cloudbytes.dev/images/99999989-git-workflow-svg.svg" | ||
alt="image example of a branch in Git" | ||
class="fixed-height"> | ||
<h2>What is a branch in Git?</h2> | ||
<p> | ||
A branch in Git is simply a lightweight movable pointer to one of these commits. The default branch name in Git is master. As you start making commits, you're given a master branch that points to the last commit you made. Every time you commit, the master branch pointer moves forward automatically. | ||
</p> | ||
<a href="https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell#:~:text=A%20branch%20in%20Git%20is,Note">Read more</a> | ||
</article> | ||
</main> | ||
<footer> | ||
<p> | ||
This is the default, provided code and no changes have been made yet. | ||
</p> | ||
<footer class="fixed-footer"> | ||
<p>© 2025 My Website</p> | ||
</footer> | ||
</div> | ||
</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.