-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathculinary.html
More file actions
78 lines (55 loc) · 2.41 KB
/
Copy pathculinary.html
File metadata and controls
78 lines (55 loc) · 2.41 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<!--CSS-->
<link href="style.css" rel="stylesheet" type="text/css" />
<!--Fonts-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Andika:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet">
</head>
<body>
<div class="header-container">
<h1> My Best Dishes </h1>
<!--NavBar-->
<div class="Nav_Bar">
<ul>
<li> <a href="index.html"> Home </a> </li>
<li> <a href="linux.html"> Linux </a> </li>
<li> <a href="projects.html"> Projects </a> </li>
<li> <a href="library.html"> Library </a> </li>
<li> <a href="culinary.html"> Cooking </a> </li>
<li> <a href="contact.html"> Contact </a> </li>
</ul>
</div>
</div>
<h2> Pretzels + Pretzel Bites </h2>
<img src="CookingImages/Pretzels.JPG">
<p> Taste fabulous. More of a fan of the bites - much simpler to make and taste better. Also the pretzels are too
large, so they taste slightly doughy. </p>
<h2> Garlic Knots </h2>
<img src="CookingImages/GarlicKnots.JPG">
<p> My personal favorite. Can be made with excess pizza dough and not very time consuming. Tastes far better than
Olive Garden's btw. </p>
<h2> Marshmallows </h2>
<img src="CookingImages/Marshmallows.JPG">
<p> Fluffy and Heavenly Marshmallows. So one was selling these for $8 a marshmallow and I thought to myself I have to
make these. Great dessert, but not worth the cleanup.</p>
<h2> Potato Wedges </h2>
<img src="CookingImages/PotatoWedges.JPG">
<p> My go to recipe for a quick snack. Tastes great and takes only 15-30 minutes to make. But an airfryer is required.
</p>
<h2> Choclate Cake </h2>
<img src="CookingImages/SliceofCake.JPG">
<img src="CookingImages/ChoclateCake.JPG">
<p> This is the greatest Choclate Cake. It can go head to head against any bought cake. And best part is that it only
takes about 3 hours, so I can make it whenever I want.</p>
<h2> Swiss Rolls</h2>
<img src="CookingImages/SwissRolls.JPG">
<p> Tastes Heavenly but so hard to make. You need a perfect sponge cake and have to roll in the frosting without the cake breaking. Very impressive nonetheless. </p>
</body>
</html>