Skip to content

Commit e5260c4

Browse files
committed
Features/Wireframe updated
1 parent 2c16dc3 commit e5260c4

1 file changed

Lines changed: 23 additions & 20 deletions

File tree

Wireframe/index.html

Lines changed: 23 additions & 20 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" />
@@ -9,50 +9,53 @@
99
<body>
1010
<header>
1111
<h1 class="center">Wireframe & Git Commits</h1>
12-
<p class="center">
13-
Practicing commits in Git
14-
</p>
12+
<p class="center">Practicing commits in Git</p>
1513
</header>
1614
<div class="container">
1715
<article>
18-
<img src="https://img.freepik.com/premium-vector/wireframe-icon_933463-14328.jpg" alt="" />
16+
<img
17+
src="https://img.freepik.com/premium-vector/wireframe-icon_933463-14328.jpg"
18+
alt=""
19+
/>
1920
<h2>README File</h2>
2021
<p>
21-
A README File explains what the project is, how to use it and why it exists.
22+
A README File explains what the project is, how to use it and why it
23+
exists.
2224
</p>
2325
<a href="">Read more</a>
2426
</article>
2527
</div>
2628

2729
<div class="article-row">
28-
2930
<article>
30-
<img src="https://img.freepik.com/premium-vector/wireframe-icon_933463-14328.jpg" alt="" />
31+
<img
32+
src="https://img.freepik.com/premium-vector/wireframe-icon_933463-14328.jpg"
33+
alt=""
34+
/>
3135
<h2>The purpose of a Wireframe</h2>
3236
<p>
33-
A wireframe is a basic visual layout of a website or application. It shows structure of the project.
37+
A wireframe is a basic visual layout of a website or application. It
38+
shows structure of the project.
3439
</p>
3540
<a href="">Read more</a>
36-
37-
3841
</article>
3942

40-
<article>
41-
<img src="https://img.freepik.com/premium-vector/wireframe-icon_933463-14328.jpg" alt="" />
43+
<article>
44+
<img
45+
src="https://img.freepik.com/premium-vector/wireframe-icon_933463-14328.jpg"
46+
alt=""
47+
/>
4248
<h2>What is a branch in Git?</h2>
4349
<p>
44-
A branch is a separate line of development. It allows developers to work on changes without affecting the main codebase.
50+
A branch is a separate line of development. It allows developers to
51+
work on changes without affecting the main codebase.
4552
</p>
4653
<a href="">Read more</a>
47-
48-
4954
</article>
5055
</div>
51-
56+
5257
<footer>
53-
<p>
54-
Designed with love by Monsur Abdulrahman - 2026
55-
</p>
58+
<p>Designed with love by Monsur Abdulrahman - 2026</p>
5659
</footer>
5760
</body>
5861
</html>

0 commit comments

Comments
 (0)