Skip to content

Commit 1219d03

Browse files
added files, modified main index
1 parent ff7b9d0 commit 1219d03

4 files changed

Lines changed: 26 additions & 9 deletions

File tree

Wireframe/README.html

Whitespace-only changes.

Wireframe/branch.html

Whitespace-only changes.

Wireframe/index.html

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,46 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Wireframe</title>
7-
<link rel="stylesheet" href="style.css" />
7+
<link rel="stylesheet" href="style.css"/>
88
</head>
99
<body>
1010
<header>
11-
<h1>Wireframe</h1>
11+
<h1>Web Development</h1>
1212
<p>
13-
This is the default, provided code and no changes have been made yet.
13+
A series of articles to help you on your journey of web development
1414
</p>
1515
</header>
1616
<main>
1717
<article>
18-
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
18+
<img src="./images/branch.png" alt="">
19+
<h2>Git Branches </h2>
2020
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
21+
In this article we will cover the purpose of a branch in git
2322
</p>
24-
<a href="">Read more</a>
23+
<a rel="html" href="branch.html">Read more</a>
24+
</article>
25+
26+
<article>
27+
<img src="./images/wireframes.png" alt="">
28+
<h2>Wireframes</h2>
29+
<p>This article will cover the importance of a Wireframe</p>
30+
<a rel="html" href="wireframe.html">Read more</a>
31+
</article>
32+
33+
<article>
34+
<img src ="./images/readme.png" alt="">
35+
<h2>README files</h2>
36+
<p>We shall look at the purpose of a README file</p>
37+
<a rel="html" href="README.html">Read more</a>
2538
</article>
2639
</main>
40+
2741
<footer>
42+
<hr>
2843
<p>
29-
This is the default, provided code and no changes have been made yet.
44+
&copy; 2026: Contact us on
45+
telephone: 07489763234 or
46+
email: usersupport@hotmail.com
3047
</p>
3148
</footer>
3249
</body>

Wireframe/wireframe.html

Whitespace-only changes.

0 commit comments

Comments
 (0)