Skip to content

Commit 785e24e

Browse files
committed
make a new branch called feature/wireframe and header
1 parent ff7b9d0 commit 785e24e

1 file changed

Lines changed: 22 additions & 7 deletions

File tree

Wireframe/index.html

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,45 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Wireframe</title>
6+
<title>Developer Learning Basics</title>
77
<link rel="stylesheet" href="style.css" />
88
</head>
99
<body>
1010
<header>
11-
<h1>Wireframe</h1>
11+
<h1>Developer Learning Basics</h1>
1212
<p>
13-
This is the default, provided code and no changes have been made yet.
13+
Learn the basics of README files, wireframes, and Git branches used in software development.
1414
</p>
1515
</header>
1616
<main>
1717
<article>
1818
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
19+
<h2>README Files</h2>
2020
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
21+
A README file explains what a project does and helps developers understand how to use it.
22+
</p>
23+
<a href="">Read more</a>
24+
</article>
25+
<article>
26+
<img src="placeholder.svg" alt="" />
27+
<h2>Wireframes</h2>
28+
<p>
29+
Wireframes are simple drawings that show how a website or app will look and work.
30+
</p>
31+
<a href="">Read more</a>
32+
</article>
33+
<article>
34+
<img src="placeholder.svg" alt="" />
35+
<h2>Git Branches</h2>
36+
<p>
37+
Git branches allow developers to work on different versions of a project simultaneously.
2338
</p>
2439
<a href="">Read more</a>
2540
</article>
2641
</main>
2742
<footer>
2843
<p>
29-
This is the default, provided code and no changes have been made yet.
44+
Complated by Bisrat Tesfay for CYF ITP May 2026 cohort.
3045
</p>
3146
</footer>
3247
</body>

0 commit comments

Comments
 (0)