Skip to content

Commit 4b6dadb

Browse files
committed
Update wireframe changes
1 parent 01bf042 commit 4b6dadb

1 file changed

Lines changed: 25 additions & 7 deletions

File tree

Wireframe/index.html

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
67
<title>Web Development Essentials</title>
8+
9+
<!-- SEO -->
10+
<meta name="description" content="A beginner-friendly guide to README files, wireframes, and Git branches in modern web development.">
11+
<meta name="theme-color" content="#ffffff">
12+
713
<link rel="stylesheet" href="style.css">
814
</head>
915

@@ -12,7 +18,7 @@
1218
<header class="page-header">
1319
<h1>Web Development Essentials</h1>
1420
<p class="description">
15-
An informational overview of modern software engineering tools and processes.
21+
An overview of key web development concepts and documentation tools.
1622
</p>
1723
</header>
1824

@@ -29,7 +35,11 @@ <h2>What is the purpose of a README file?</h2>
2935
<p class="summary">
3036
A README explains how a project works, how to install it, and how to use it.
3137
</p>
32-
<a class="read-more-btn" href="https://programming.codeyourfuture.io/">Read More</a>
38+
39+
<a class="read-more-btn"
40+
href="https://programming.codeyourfuture.io/">
41+
Read more about README files
42+
</a>
3343
</div>
3444
</article>
3545

@@ -42,11 +52,15 @@ <h2>What is the purpose of a README file?</h2>
4252
</div>
4353

4454
<div class="article-details">
45-
<h2>What is the purpose of a wireframe?</h2>
55+
<h2>What is a wireframe?</h2>
4656
<p class="summary">
47-
A wireframe is a simple layout plan showing structure before design is added.
57+
A wireframe is a simple layout plan that shows structure before design is added.
4858
</p>
49-
<a class="read-more-btn" href="https://www.productplan.com/glossary/wireframe/">Read More</a>
59+
60+
<a class="read-more-btn"
61+
href="https://www.productplan.com/glossary/wireframe/">
62+
Learn more about wireframes
63+
</a>
5064
</div>
5165
</article>
5266

@@ -56,11 +70,15 @@ <h2>What is the purpose of a wireframe?</h2>
5670
</div>
5771

5872
<div class="article-details">
59-
<h2>What is a branch in Git?</h2>
73+
<h2>What is a Git branch?</h2>
6074
<p class="summary">
6175
A branch allows developers to work on features separately from the main codebase.
6276
</p>
63-
<a class="read-more-btn" href="https://git-scm.com">Read More</a>
77+
78+
<a class="read-more-btn"
79+
href="https://git-scm.com">
80+
Learn more about Git branches
81+
</a>
6482
</div>
6583
</article>
6684

0 commit comments

Comments
 (0)