Skip to content

Commit d2e8eb5

Browse files
committed
format code consistently
1 parent d28088c commit d2e8eb5

1 file changed

Lines changed: 18 additions & 12 deletions

File tree

Wireframe/index.html

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
1+
<!doctype html>
2+
<html lng="en">
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
@@ -10,42 +10,48 @@
1010
<header>
1111
<h1>Wireframe</h1>
1212
<p>
13-
This website contains information about README files, wireframes and Git branches.
13+
This website contains information about README files, wireframes and Git
14+
branches.
1415
</p>
1516
</header>
1617
<main>
1718
<article class="articles">
1819
<img src="READMEimage.avif" alt="README Glasses" />
1920
<h2>What is the purpose of a README file?</h2>
2021
<p>
21-
A README file serves as the primary introduction and quick start guide to a project.
22+
A README file serves as the primary introduction and quick start guide
23+
to a project.
2224
</p>
23-
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
25+
<a
26+
href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"
27+
>Read more</a
28+
>
2429
</article>
2530

2631
<article class="articles">
2732
<img src="Wireframeimage.avif" alt="Wireframe Plans" />
2833
<h2>What is the purpose of a Wireframe?</h2>
2934
<p>
30-
A Wireframe is the blueprint for a website or app, it outline the layout and structure before the building process.
35+
A Wireframe is the blueprint for a website or app, it outline the
36+
layout and structure before the building process.
3137
</p>
32-
<a href="https://www.figma.com/resource-library/what-is-wireframing/">Read more</a>
38+
<a href="https://www.figma.com/resource-library/what-is-wireframing/"
39+
>Read more</a
40+
>
3341
</article>
3442

3543
<article class="articles">
3644
<img src="GitBranchimage.avif" alt="Someone's been commiting often" />
3745
<h2>What is a branch in Git?</h2>
3846
<p>
39-
It is a seperate workspace where you can make changes and test new ideas without affecting the main project.
47+
It is a seperate workspace where you can make changes and test new
48+
ideas without affecting the main project.
4049
</p>
4150
<a href="https://www.w3schools.com/git/git_branch.asp">Read more</a>
4251
</article>
43-
4452
</main>
4553
<footer>
46-
<p>
47-
Wireframe 2026
48-
</p>
54+
<p>Wireframe 2026</p>
4955
</footer>
5056
</body>
5157
</html>

0 commit comments

Comments
 (0)