Skip to content

Commit 93390cd

Browse files
committed
update links and images in index.html
1 parent dbdd4ac commit 93390cd

1 file changed

Lines changed: 39 additions & 23 deletions

File tree

Wireframe/index.html

Lines changed: 39 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,67 @@
1-
<!DOCTYPE html>
1+
<!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>
8-
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
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 />
8+
<link
9+
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"
10+
rel="stylesheet"
11+
/>
912
<title>Wireframe</title>
10-
<link rel="stylesheet" href="style.css" >
13+
<link rel="stylesheet" href="style.css" />
1114
</head>
1215
<body>
1316
<header>
14-
<h1>The key to good health</h1>
17+
<h1>Wireframing and documenting your code</h1>
1518
</header>
1619
<main>
1720
<article>
18-
<img src="https://images.unsplash.com/photo-1708436477916-f97964f3ccf1?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="A selection of legumes in bowls" >
19-
<h2>The power of legumes</h2>
21+
<img
22+
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"
23+
alt="Screen showing computer code"
24+
/>
25+
<h2>What is the purpose of a README file?</h2>
2026
<p>
21-
Legumes, a diverse group including beans, lentils, peas, and chickpeas, are nutritional powerhouses that offer significant benefits for human health ...
27+
Legumes, a diverse group including beans, lentils, peas, and
28+
chickpeas, are nutritional powerhouses that offer significant benefits
29+
for human health ...
2230
</p>
23-
<a href="legumes.html" target="_blank">Read more</a>
31+
<a href="" target="_blank">Read more</a>
2432
</article>
2533

2634
<article>
27-
<img src="https://images.unsplash.com/photo-1708436478056-1872a208c010?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="Lentils in a bowl" >
28-
<h2>Lentils</h2>
35+
<img
36+
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"
37+
alt="Computer code"
38+
/>
39+
<h2>What is the purpose of a wireframe?</h2>
2940
<p>
30-
Lentils are often called a superfood, and for good reason. These small, lens-shaped legumes pack a powerful nutritional punch, making them an excellent addition to any diet ...
41+
Lentils are often called a superfood, and for good reason. These
42+
small, lens-shaped legumes pack a powerful nutritional punch, making
43+
them an excellent addition to any diet ...
3144
</p>
3245
<a href="lentils.html" target="_blank">Read more</a>
3346
</article>
3447

3548
<article>
36-
<img src="https://plus.unsplash.com/premium_photo-1675237625827-38268aafc571?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="Row chickpeas" >
37-
<h2>Chickpeas</h2>
49+
<img
50+
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"
51+
alt="Tree branch"
52+
/>
53+
<h2>What is a branch in Git?</h2>
3854
<p>
39-
Chickpeas, also known as garbanzo beans, are tiny legumes with big nutritional benefits, earning them the title of a superfood. Packed with plant-based protein, chickpeas are excellent for muscle repair ...
55+
Chickpeas, also known as garbanzo beans, are tiny legumes with big
56+
nutritional benefits, earning them the title of a superfood. Packed
57+
with plant-based protein, chickpeas are excellent for muscle repair
58+
4059
</p>
41-
<a href="chickpeas.html" target="_blank">Read more</a>
60+
<a href="" target="_blank">Read more</a>
4261
</article>
43-
4462
</main>
4563
<footer>
46-
<p>
47-
Legumes For All &copy; 2026
48-
</p>
64+
<p>Good Coding Practices &copy; 2026</p>
4965
</footer>
5066
</body>
5167
</html>

0 commit comments

Comments
 (0)