Skip to content

Commit 13ee66d

Browse files
West Midlands | May 2026 | Muhammad-Burhan Mustafa | Sprint 2 | Wireframe
put img's in folder and updated broken links in a elements changed the font to aria
1 parent dc45f2f commit 13ee66d

8 files changed

Lines changed: 9 additions & 8 deletions

File tree

Wireframe/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>README Files</h1>
1212
</header>
1313
<main>
1414
<article>
15-
<img src="readme.png" alt="">
15+
<img src="./images/readme.png" alt="">
1616
<h2>What is the purpose of a README file? </h2>
1717
<p>
1818
A README file is used to give information so a user can ascertain key details of a program such as its function, how it works, how to set it up and general updates.

Wireframe/branch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>Git Branches</h1>
1212
</header>
1313
<main>
1414
<article>
15-
<img src="Branch.png" alt="">
15+
<img src="./images/branch.png" alt="">
1616
<h2>What is a branch in Git? </h2>
1717
<p>
1818
A branch in Git is a seperate workspace used to experiment or make changes without affecting the main project.

Wireframe/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>Web Development</h1>
1515
</header>
1616
<main>
1717
<article>
18-
<img src="Branch.png" alt="">
18+
<img src="./images/branch.png" alt="">
1919
<h2>Git Branches </h2>
2020
<p>
2121
In this article we will cover the purpose of a branch in git
@@ -24,23 +24,24 @@ <h2>Git Branches </h2>
2424
</article>
2525

2626
<article>
27-
<img src="wireframes.png" alt="">
27+
<img src="./images/wireframes.png" alt="">
2828
<h2>Wireframes</h2>
2929
<p>This article will cover the importance of a Wireframe</p>
3030
<a rel="html" href="wireframe.html">Read more</a>
3131
</article>
3232

3333
<article>
34-
<img src ="readme.png" alt="">
34+
<img src ="./images/readme.png" alt="">
3535
<h2>README files</h2>
3636
<p>We shall look at the purpose of a README file</p>
3737
<a rel="html" href="README.html">Read more</a>
3838
</article>
3939
</main>
40+
4041
<footer>
4142
<hr>
4243
<p>
43-
Contact us on
44+
&copy; 2026: Contact us on
4445
telephone: 07489763234 or
4546
email: usersupport@hotmail.com
4647
</p>

Wireframe/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ As well as useful links to learn more */
2222
:root {
2323
--paper: oklch(7 0 0);
2424
--ink: color-mix(in oklab, var(--color) 5%, black);
25-
--font: 100%/1.5 "Permanent Marker", bold;
25+
--font: 100%/1.5 "Arial", bold;
2626
--space: clamp(6px, 6px + 2vw, 15px);
2727
--line: 1px solid;
2828
--container: 1280px;

Wireframe/wireframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>Wireframes</h1>
1212
</header>
1313
<main>
1414
<article>
15-
<img src="wireframes.png" alt="">
15+
<img src="./images/wireframes.png" alt="">
1616
<h2>What is the purpose of a Wireframe?</h2>
1717
<p>
1818
A wireframe is used as a structural blueprint that allows a developer to envision how a project will look.

0 commit comments

Comments
 (0)