-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathVegan_Brownies.html
164 lines (163 loc) · 7.72 KB
/
Vegan_Brownies.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="stylesheet" href="cook_book_header_pages.css">
<link rel="stylesheet" href="/cook_book_main.css">
<link rel="stylesheet" href="cook_book_footer.css">
<link rel="stylesheet" href="cook_book_header_sweets_underline_marker.css">
<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=Roboto:wght@300;400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@900&family=Roboto+Slab:wght@300&family=Roboto:wght@300&display=swap" rel="stylesheet">
<title>Vegan Brownies</title>
</head>
<body>
<header>
<div class="header-menu-box">
<div id="header-menu-logo">
<a href="index.html"><img id="logo" src="./img/Header/logo33.png" alt="logo"></a>
</div>
<nav id="nav-header">
<input type="checkbox" id="menu-button">
<label for="menu-button"><span class="material-symbols-rounded">menu</span></label>
<ul class="header-menu">
<li><a id="header-click" class="home-head" id href="index.html">Home</a></li>
<li><a id="header-click" class="tips-head" href="#">Sweets</a></li>
<li><a id="header-click" class="breakfast-head" href="#">Breakfast</a></li>
<li><a id="header-click" class="lunch-head" href="#">Lunch</a></li>
<li><a id="header-click" class="dinner-head" href="#">Dinner</a></li>
<li><a id="header-click" class="about-head" href="#about-footer">About</a></li>
<!-- <li><a href="#CONTACT">sign in/up</a></li> -->
</ul>
</nav>
</div>
<div class="header-text">
<h1 id="h1-head">Vegan {<span id="lazy"><strong>Brownies</strong></span>}</h1>
<p id="title-underline">__________</p>
<div class="title-text">
<p id="white-text">These rich and fudgy vegan brownies are so good, you’ll never miss the eggs or dairy!
This is also a gluten-free brownie recipe for those looking for gluten-free dessert options. The
best part? You only need one bowl to make them!</p>
</div>
<!-- <div class="button-div">
<a href="#recipe-1"><button id="header-button">See the Recipe</button></a>
</div> -->
</div>
</header>
<main class="recipe">
<img class="recipe-image" src="/img/Main/Vegan_Brownies.webp" alt="">
<div class="timing">
<div class="prep-time">
<p class="timing-bold">PREP TIME</p>
<p>15 min</p>
</div>
<div class="cook-time">
<p class="timing-bold">PREP TIME</p>
<p>30 min</p>
</div>
<div class="total-time">
<p class="timing-bold">PREP TIME</p>
<p>45 min</p>
</div>
<div>
<p class="timing-bold">SERVINGS</p>
<p>16 brownies</p>
</div>
</div>
<hr />
<h2>Ingredients</h2>
<table>
<tr>
<th>Ingredients</th>
<th>Quantities</th>
</tr>
<tr>
<td>coconut oil, at room temperature</td>
<td>1/2 cup plus more for the pan</td>
</tr>
<tr>
<td>ground flax</td>
<td>3 tablespoons</td>
</tr>
<tr>
<td>gluten-free flour blend</td>
<td>1 cup (148g)</td>
</tr>
<tr>
<td>dairy-free cocoa powder</td>
<td>1/2 cup (40g)</td>
</tr>
<tr>
<td>baking powder</td>
<td>1 teaspoon</td>
</tr>
<tr>
<td>kosher salt</td>
<td>1/2 teaspoon</td>
</tr>
<tr>
<td>bittersweet dairy-free chocolate, chopped</td>
<td>5 ounces (140g)</td>
</tr>
<tr>
<td>sugar</td>
<td>1 1/2 cups (300g)</td>
</tr>
<tr>
<td>pure vanilla extract</td>
<td>1 tablespoon</td>
</tr>
</table>
</main>
<!-- footer -->
<footer>
<div class="left">
<p class="ready-to">Are you ready to cook?</p>
<div class="newsletters">
<input class="text" type="email" placeholder="Subscribe our newsletter" >
<button class="submit">SUBMIT</button>
</div>
<div class="social-media">
<p class="like">Follow Us On</p>
<div class="socialmedia-logos">
<div class="facebookimage"><img class="facebook" src="./img/Footer/icons8-facebook-96.png" alt="facebook"></div>
<div class="twitterimage"><img class="twitter" src="./img/Footer/icons8-twitter-circled-96.png" alt="twitter"></div>
<div class="pinterestimage"><img class="pinterest" src="./img/Footer/icons8-pinterest-96.png" alt="pinterest"></div>
<div class="googleimage"><img class="google" src="./img/Footer/icons8-google-plus-circled-96.png" alt="google"></div>
<div class="instergramimage"> <img class="instergram" src="./img/Footer/icons8-instagram-96.png" alt="instergram"></div>
<div class="youtubeimage"><img class="youtube" src="./img/Footer/icons8-youtube-96.png" alt="youtube"></div>
</div>
</div>
</div>
<div class="middle">
<ul class="middle-section">
<li class="links-bottom"><a class="footer-links" href="#">RECIPES</a></li>
<li class="links-bottom"><a class="footer-links" href="#">QUICK & EASY</a></li>
<li class="links-bottom"><a class="footer-links" href="#">IN THE KITCHEN</a></li>
<li class="links-bottom"><a class="footer-links" href="#">BUYING GUIDES</a></li>
<li class="links-bottom"><a class="footer-links" href="#">HOLIDAYS & SEASONS</a></li>
</ul>
</div>
<div class="right">
<ul class="first-section">
<li class="links-bottom"><a class="footer-links" href="#">About Us</a></li>
<li class="links-bottom"><a class="footer-links" href="#">Contact</a></li>
<li class="links-bottom"><a class="footer-links" href="#">Terms of Use</a></li>
<li class="links-bottom"><a class="footer-links" href="#">EU Privacy</a></li>
<li class="links-bottom"><a class="footer-links" href="#">Editorial Guidelines</a></li>
</ul>
<ul class="second section">
<li class="links-bottom"><a class="footer-links" href="#">Advertise</a></li>
<li class="links-bottom"><a class="footer-links" href="#">Careers</a></li>
<li class="links-bottom"><a class="footer-links" href="#">Privacy Policy</a></li>
</ul>
</div>
<div class="copy-rights"><em>Copyright@2023 - Recipesforlazycoders</em></div>
<span id="about-footer"></span>
</footer>
</body>
</html>