Skip to content

Commit f067711

Browse files
committed
update content and links in index.html
1 parent 0e51795 commit f067711

1 file changed

Lines changed: 18 additions & 14 deletions

File tree

Wireframe/index.html

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<link rel="preconnect" href="https://fonts.googleapis.com" />
7-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
4+
<meta charset="UTF-8" >
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
6+
<link rel="preconnect" href="https://fonts.googleapis.com" >
7+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin >
88
<link
99
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"
1010
rel="stylesheet"
11-
/>
11+
>
1212
<title>Wireframe</title>
13-
<link rel="stylesheet" href="style.css" />
13+
<link rel="stylesheet" href="style.css" >
1414
</head>
1515
<body>
1616
<header>
@@ -21,7 +21,7 @@ <h1>Wireframing and documenting your code</h1>
2121
<img
2222
src="https://images.unsplash.com/photo-1542831371-29b0f74f9713?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
2323
alt="Screen showing computer code"
24-
/>
24+
>
2525
<h2>What is the purpose of a README file?</h2>
2626
<p>
2727
A README file is a document that provides essential information about
@@ -34,10 +34,13 @@ <h2>What is the purpose of a README file?</h2>
3434
<img
3535
src="https://plus.unsplash.com/premium_photo-1720287601920-ee8c503af775?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
3636
alt="Computer code"
37-
/>
37+
>
3838
<h2>What is the purpose of a wireframe?</h2>
3939
<p>
40-
A wireframe is a fundamental tool in the fields of web design, app development, and user interface (UI) design. It serves as a blueprint or schematic representation of a digital product, outlining its structure, layout...
40+
A wireframe is a fundamental tool in the fields of web design, app
41+
development, and user interface (UI) design. It serves as a blueprint
42+
or schematic representation of a digital product, outlining its
43+
structure, layout...
4144
</p>
4245
<a href="wireframe.html" target="_blank">Read more</a>
4346
</article>
@@ -46,14 +49,15 @@ <h2>What is the purpose of a wireframe?</h2>
4649
<img
4750
src="https://images.unsplash.com/photo-1521675333836-36e707ac1d20?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
4851
alt="Tree branch"
49-
/>
52+
>
5053
<h2>What is a branch in Git?</h2>
5154
<p>
52-
53-
A branch in Git is a lightweight, movable pointer to a specific commit in a repository. Branches allow developers to work on different features, bug fixes, or experiments independently without affecting the main codebase ...
54-
55+
A branch in Git is a lightweight, movable pointer to a specific commit
56+
in a repository. Branches allow developers to work on different
57+
features, bug fixes, or experiments independently without affecting
58+
the main codebase ...
5559
</p>
56-
<a href="" target="_blank">Read more</a>
60+
<a href="branch.html" target="_blank">Read more</a>
5761
</article>
5862
</main>
5963
<footer>

0 commit comments

Comments
 (0)