generated from CodeYourFuture/Module-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 384
Glasgow | ITP January-2026 | Martin McLean | sprint 1 | Wireframe to Web Code #947
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
mjm-git185
wants to merge
6
commits into
CodeYourFuture:main
Choose a base branch
from
mjm-git185:martins
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 all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
936818f
first draft most of the info is in images are there still needs scale…
mjm-git185 137773a
made a start on the css needs the spaceing fixed and a destonation fo…
mjm-git185 394a10b
now got the majority of the nuts and blots done jujst need to answer …
mjm-git185 6c4a7a6
Hopefuly the final draft all the links now work, the images scale and…
mjm-git185 f3c049a
The form is functunal, the acceseability is lacking NEED to adress th…
mjm-git185 6f8282c
final draft(i hope)
mjm-git185 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 |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>Wireframe cyf first sprint building a web page using Wireframe provided</title> | ||
| <link rel="stylesheet" href="martinStyle.css" /> | ||
| </head> | ||
| <body> | ||
| <h1>What is a branch in Git?</h1> | ||
| <p>A git branch is a line of development that allows you to work on different versions of a project simultaneously as a team. | ||
| it also allows you to go back to previos iterations if needed.</p> | ||
| <h3><a href="martinWireFrame.html">Back</a></h3> | ||
| </body> | ||
| <footer class="footer"> | ||
| </footer> | ||
| </html> |
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 |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| body{ | ||
|
|
||
| width: vw1; | ||
| height: vh1; | ||
| background-color:rgb(31, 231, 164); | ||
| font-family: 'Martin Mono', monospace; | ||
| text-align: center; | ||
| img {max-width: 50%; } | ||
|
|
||
| } | ||
|
|
||
|
|
||
| .readMe{ | ||
| margin: 50px; | ||
| padding: 50px; | ||
|
|
||
| } | ||
| .colum{ | ||
| float: left; | ||
| width: 50%; | ||
| padding: 10px; | ||
|
|
||
| } | ||
| .row:after { | ||
| content: ""; | ||
| display: table; | ||
| clear: both; | ||
|
|
||
| } | ||
|
|
||
| footer{ | ||
| position: fixed; | ||
| bottom: 0; | ||
| width: 100%; | ||
| height: 50px; | ||
| background-color: rgb(245, 250, 248);} |
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 |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>Wireframe cyf first sprint building a web page using Wireframe provided</title> | ||
| <link rel="stylesheet" href="martinStyle.css" /> | ||
| </head> | ||
| <body> | ||
| <header> | ||
| <h1>Wireframe cyf first sprint</h1> | ||
| <p> As part of the first sprint, we are building a web page using the provided wireframe. </p> | ||
| <p class="links"> <a href="readMePage.html">Read Me</a> | <a href="wireFrame.html">Wire Frame</a> | <a href="branch.html">Branch</a> </p> | ||
| </header> | ||
|
|
||
| <article class ="readMe"> | ||
| <img src="education-concept-with-book.jpg" alt="a red book " height ="200px"/> | ||
| <h2><a href="readMePage.html">Read Me</a></h2> | ||
| <p> This is my first sprint project for the Code Your Future web development course. The objective of this sprint is to create a web page based on a provided wireframe design. The project involves using HTML and CSS to replicate the layout and styling of the wireframe as closely as possible. This exercise will help me improve my front-end development skills and gain practical experience in building web pages from design mockups. </p> | ||
| </article> | ||
|
|
||
| <div class="row"> | ||
|
|
||
| <div class="colum"> | ||
| <article class = "wireFrame"> | ||
| <img src="low-angle-shot-barbed-wire-fence-clear-blue-sky.jpg" height ="200px"alt="a barbed wire fence " /> | ||
| <h2><a href="wireFrame.html">Wire Frame</a></h2> | ||
| <p> The wireframe provided for this sprint is a simple layout with a header, main content area, and footer. The main content area contains an article with an image, title, description, and a link to read more. The footer contains a simple paragraph. </p> | ||
|
|
||
| </article> | ||
| </div> | ||
| <div class="colum"></div> | ||
| <article class = "branch"> | ||
| <img src="leaf-branch-vase-with-shadow.jpg" alt="a tree branch " height ="200px" /> | ||
| <h2><a href="branch.html">Branch</a></h2> | ||
| <p> I have created a branch named "martin-wireframe" for this project. This branch contains all the code and files related to the wireframe project. I will be committing my changes to this branch as I work on the project. </p> | ||
|
|
||
| </article> | ||
| </div> | ||
| </div> | ||
| </body> | ||
| <footer> | ||
| <p>Sprint 1</p> | ||
| </footer> | ||
|
|
||
| </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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>Wireframe cyf first sprint building a web page using Wireframe provided</title> | ||
| <link rel="stylesheet" href="martinStyle.css" /> | ||
| </head> | ||
| <body class="readMePage"> | ||
| <h1>What is the purpose of a README file?</h1> | ||
| <p>A README file is used to give the user an overview of the installation process and usage instructions.</p> | ||
| <h3><a href="martinWireFrame.html">Back</a></h3> | ||
| </body> | ||
| <footer class="footer"> | ||
| </footer> | ||
| </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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>Wireframe cyf first sprint building a web page using Wireframe provided</title> | ||
| <link rel="stylesheet" href="martinStyle.css" /> | ||
| </head> | ||
| <body> | ||
| <h1>What is the purpose of a wireframe?</h1> | ||
| <p>A wireframe is used as a tool to guide the design process of an app, program or wedsite</p> | ||
| <h3><a href="martinWireFrame.html">Back</a></h3> | ||
| </body> | ||
| <footer class="footer"> | ||
| </footer> | ||
| </html> |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks very good, and it ticks almost all the boxes. The only issue is when I run "lighthouse" in the developer tools on this page, it indicates your are missing something. Can you run that and see if you can resolve the problem?