Skip to content

Commit c6f6616

Browse files
committed
corrected formatting
1 parent f77d3db commit c6f6616

1 file changed

Lines changed: 32 additions & 22 deletions

File tree

Wireframe/index.html

Lines changed: 32 additions & 22 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,7 +10,8 @@
1010
<header>
1111
<h1>Wireframe</h1>
1212
<p>
13-
What is a readme file for or what is the purpose of a wireframe and what is a git branch?<br>
13+
What is a readme file for or what is the purpose of a wireframe and what
14+
is a git branch?<br />
1415
Read below to find out!
1516
</p>
1617
</header>
@@ -19,31 +20,40 @@ <h1>Wireframe</h1>
1920
<img src="readme.png" alt="" />
2021
<h2>What is a readme file?</h2>
2122
<p>
22-
A readme file informs anyone looking at your repository what your project is about. It lets them know how to install it (if its an application) and how to use it.
23+
A readme file informs anyone looking at your repository what your
24+
project is about. It lets them know how to install it (if its an
25+
application) and how to use it.
2326
</p>
2427
<a href="https://github.com/hedge-dev/UnleashedRecomp">Read more</a>
2528
</article>
26-
<article>
27-
<img src="wireframe.png" alt="">
28-
<h2>What is the purpose of a Wireframe?</h2>
29-
<p>
30-
The purpose of a wireframe is to provide visual understanding for a web page layout. In other words, it shows the layout of webpage so clients can sign off on the layout before any extra creative work goes into it.
31-
</p>
32-
<a href="https://www.figma.com/resource-library/what-is-wireframing/">Read more</a>
33-
</article>
34-
<article>
35-
<img src="images.png" alt="">
36-
<h2>What is a branch in Git?</h2>
37-
<p>
38-
A branch in Git is like a seperate workspace that is contained within the project where any changes made won't affect the main repository.
39-
</p>
40-
<a href="https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell#:~:text=A%20branch%20in%20Git%20is,Note">Read more</a>
41-
</article>
29+
<article>
30+
<img src="wireframe.png" alt="" />
31+
<h2>What is the purpose of a Wireframe?</h2>
32+
<p>
33+
The purpose of a wireframe is to provide visual understanding for a
34+
web page layout. In other words, it shows the layout of webpage so
35+
clients can sign off on the layout before any extra creative work goes
36+
into it.
37+
</p>
38+
<a href="https://www.figma.com/resource-library/what-is-wireframing/"
39+
>Read more</a
40+
>
41+
</article>
42+
<article>
43+
<img src="images.png" alt="" />
44+
<h2>What is a branch in Git?</h2>
45+
<p>
46+
A branch in Git is like a seperate workspace that is contained within
47+
the project where any changes made won't affect the main repository.
48+
</p>
49+
<a
50+
href="https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell#:~:text=A%20branch%20in%20Git%20is,Note"
51+
>Read more</a
52+
>
53+
</article>
4254
</main>
4355
<footer>
44-
<p class="footer__p">
45-
Shahriar Ahmed's sprint 2 wireframe backlog.
46-
</p>
56+
<p class="footer__p">Shahriar Ahmed's sprint 2 wireframe backlog.</p>
4757
</footer>
4858
</body>
4959
</html>

0 commit comments

Comments
 (0)