Skip to content

Commit aa3bfce

Browse files
committed
change the title and header
1 parent 785e24e commit aa3bfce

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

Wireframe/index.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
@@ -10,39 +10,41 @@
1010
<header>
1111
<h1>Developer Learning Basics</h1>
1212
<p>
13-
Learn the basics of README files, wireframes, and Git branches used in software development.
13+
Learn the basics of README files, wireframes, and Git branches used in
14+
software development.
1415
</p>
1516
</header>
1617
<main>
1718
<article>
1819
<img src="placeholder.svg" alt="" />
1920
<h2>README Files</h2>
2021
<p>
21-
A README file explains what a project does and helps developers understand how to use it.
22+
A README file explains what a project does and helps developers
23+
understand how to use it.
2224
</p>
2325
<a href="">Read more</a>
2426
</article>
2527
<article>
2628
<img src="placeholder.svg" alt="" />
2729
<h2>Wireframes</h2>
2830
<p>
29-
Wireframes are simple drawings that show how a website or app will look and work.
31+
Wireframes are simple drawings that show how a website or app will
32+
look and work.
3033
</p>
3134
<a href="">Read more</a>
3235
</article>
3336
<article>
3437
<img src="placeholder.svg" alt="" />
3538
<h2>Git Branches</h2>
3639
<p>
37-
Git branches allow developers to work on different versions of a project simultaneously.
40+
Git branches allow developers to work on different versions of a
41+
project simultaneously.
3842
</p>
3943
<a href="">Read more</a>
4044
</article>
4145
</main>
4246
<footer>
43-
<p>
44-
Complated by Bisrat Tesfay for CYF ITP May 2026 cohort.
45-
</p>
47+
<p>Completed by Bisrat Tesfay for CYF ITP May 2026 cohort.</p>
4648
</footer>
4749
</body>
4850
</html>

0 commit comments

Comments
 (0)