Skip to content

Commit 989fa20

Browse files
committed
HTML skeleton page code
1 parent a575a36 commit 989fa20

1 file changed

Lines changed: 27 additions & 18 deletions

File tree

Wireframe/index.html

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,41 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Wireframe</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6+
<title>Planning Your Codebase</title>
77
<link rel="stylesheet" href="style.css" />
88
</head>
9+
910
<body>
1011
<header>
11-
<h1>Wireframe</h1>
12-
<p>
13-
This is the default, provided code and no changes have been made yet.
14-
</p>
12+
<h1>Planning Your Codebase</h1>
13+
<p>A quick guide for beginners to structure, version, and prepare code.</p>
1514
</header>
15+
1616
<main>
17-
<article>
18-
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
20-
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
23-
</p>
24-
<a href="">Read more</a>
25-
</article>
17+
<section>
18+
<article>
19+
<h2>What is Git?</h2>
20+
<p>[summary goes here]</p>
21+
<a href="#">Read more</a>
22+
</article>
23+
24+
<article>
25+
<h2>Why Do Developers Use Git?</h2>
26+
<p>[summary goes here]</p>
27+
<a href="#">Read more</a>
28+
</article>
29+
30+
<article>
31+
<h2>What is a Branch in Git?</h2>
32+
<p>[summary goes here]</p>
33+
<a href="#">Read more</a>
34+
</article>
35+
</section>
2636
</main>
37+
2738
<footer>
28-
<p>
29-
This is the default, provided code and no changes have been made yet.
30-
</p>
39+
<p>Built with ❤️ by R.M.B</p>
3140
</footer>
3241
</body>
3342
</html>

0 commit comments

Comments
 (0)