-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpictures.html
60 lines (60 loc) · 2.14 KB
/
pictures.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE HTML>
<html>
<head>
<title>Pictures</title>
<meta charset = "utf-8"/>
<link rel="stylesheet" href="spreadsheet.css">
</head>
<body>
<header>
<br></br>
<div class = "navbar">
<ul id = "nav">
<li><a href="index.html">Home</a></li>
<li><a href="recipes.html">Recipes</a></li>
<li><a href="pictures.html">Pictures</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</header>
<main>
<h1>Pictures</h1>
<div class = "center">
<p>Accompanying recipes for these pictures will be added soon!</p>
<p>All of the pictures below represent homemade creations from March/April 2020.</p>
</div>
<figure>
<img src="purisev.jpg" width="380px" height="370px" class="center">
<figcaption>Sev Puri</figcaption>
</figure>
<figure>
<img src="aloovera.jpg" width="380px" height="370px" class="center">
<figcaption class>Aloo Vera Subji</figcaption>
</figure>
<figure>
<img src="bruschetta.jpg" width="380px" height="370px" class="center">
<figcaption class>Bruschetta</figcaption>
</figure>
<br />
<br />
<figure>
<img src="dahiwada.jpg" width="380px" height="370px" class="center">
<figcaption class>Dahi Wada</figcaption>
</figure>
<figure>
<img src="golgappa.jpg" width="380px" height="370px" class="center">
<figcaption class>Golgappa/Pani Puri</figcaption>
</figure>
<figure>
<img src="loukigattekesubji.jpg" width="380px" height="370px" class="center">
<figcaption class>Louki/Gatte Subji</figcaption>
</figure>
<br />
<br />
</main>
<footer>
<p>© 2020 Jinturkar Family. All Rights Reserved. </p>
<p>Distribution for commercial purposes without prior permission is prohibited.</p>
</footer>
</body>
</html>