-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmenu.html
268 lines (259 loc) · 15.5 KB
/
menu.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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Menu</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="menu.css">
</head>
<body>
<header>
<nav >
<a href="index.html"><img src="images/tddlogo.png" alt="The Daily Drip Logo" id="logo" class="crcr_cng"></a>
<a href="index.html"><h4 class="crcr_cng">About Us</h4></a>
<a href="menu.html"><h4 class="crcr_cng">Menu</h4></a>
<a href="gamezone.html"><h4 class="crcr_cng">Game Zone</h4></a>
<a href="events.html"><h4 class="crcr_cng">Events</h4></a>
<a href="booking.html"><div id="booktablenav" class="crcr_cng">
<h4>RESERVATION</h4>
</div></a>
<i id="menuicon" class="fa-solid fa-bars"></i>
</nav>
<div class="hamburgermenu">
<a href="index.html"><h4 class="crcr_cng">About Us</h4></a>
<a href="menu.html"><h4 class="crcr_cng">Menu</h4></a>
<a href="gamezone.html"><h4 class="crcr_cng">Game Zone</h4></a>
<a href="events.html"><h4 class="crcr_cng">Events</h4></a>
<a href="booking.html"><div id="booktablenav2" class="crcr_cng">
<h4>RESERVATION</h4>
</div></a>
</div>
</header>
<video id="mainvid" src="https://videos.pexels.com/video-files/852122/852122-hd_1920_1080_30fps.mp4 " autoplay muted loop></video>
<div id="cursor"></div>
<div id="cursor_blur"></div>
<div id="main">
<!-- hero content section -->
<div id="panel1">
<div id="hero-content">
<h1>Savor Every Sip.</h1>
</div>
<div id="herocontp">
<h3>Crafted with Love.</h3>
<p>Discover a menu that celebrates the art of dining, featuring exquisite coffees, delightful pastries, and lovingly prepared dishes. At The Daily Drip, every bite is a testament to our passion for flavor and connection.</p>
</div>
</div>
<!-- menu item section -->
<div id="panel2">
<div class="menu-section">
<div class="menu-head">
<div id="coffee" class="h-ele">
<h2>Coffee</h2>
</div>
<div id="snacks" class="h-ele">
<h2>Snacks</h2>
</div>
<div id="desserts" class="h-ele">
<h2>Desserts</h2>
</div>
</div>
<!-- menu item section for coffee -->
<div class="menu-items" id="coffee-items">
<div class="item-box">
<img src="https://images.unsplash.com/photo-1530878092547-647df23b3056?q=80&w=1374&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="item img">
<h3>Espresso</h3>
<p>A rich, bold shot of coffee brewed by forcing hot water through finely-ground coffee beans.
</p>
<h4>Price: ₹225</h4>
</div>
<div class="item-box">
<img src="https://images.unsplash.com/photo-1503240778100-fd245e17a273?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="item img">
<h3>Cappuccino</h3>
<p>A delightful mix of espresso, steamed milk, and a frothy milk cap.</p>
<h4>Price: ₹338</h4>
</div>
<div class="item-box">
<img src="https://plus.unsplash.com/premium_photo-1674406102318-c9d362ad510b?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D">
<h3>Latte</h3>
<p>Creamy steamed milk combined with espresso for a smooth finish.</p>
<h4>Price: ₹300</h4>
</div>
<div class="item-box">
<img src="https://plus.unsplash.com/premium_photo-1671088575920-09f2a5970574?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="item img">
<h3>Cold Brew</h3>
<p>Smooth and refreshing cold coffee brewed slowly for a rich flavor.</p>
<h4>Price: ₹300</h4>
</div>
<div class="item-box">
<img src="https://images.unsplash.com/photo-1561395049-69684aacf8de?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDZ8fHxlbnwwfHx8fHw%3D" alt="item img">
<h3>Flat White</h3>
<p>A velvety espresso drink topped with microfoam for a perfect balance.</p>
<h4>Price: ₹319</h4>
</div>
<div class="item-box">
<img src="https://images.unsplash.com/photo-1604298458655-ae6e04213678?q=80&w=1374&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="item img">
<h3>Caramel Macchiato</h3>
<p>Espresso layered with steamed milk and vanilla, finished with caramel drizzle.</p>
<h4>Price: ₹375</h4>
</div>
</div>
<!-- menu item section for snacks -->
<div class="menu-items" id="snacks-items">
<div class="item-box">
<img src="https://images.unsplash.com/photo-1541519227354-08fa5d50c44d?q=80&w=1472&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D">
<h3>Avocado Toast</h3>
<p>Freshly smashed avocado on toasted sourdough, topped with chili flakes and lime.
</p>
<h4>Price: ₹413</h4>
</div>
<div class="item-box">
<img src="https://images.unsplash.com/photo-1649067857157-440079e838e1?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDEwfHx8ZW58MHx8fHx8" alt="item img">
<h3>Cheese Croissant</h3>
<p>Flaky, buttery croissant filled with creamy cheese.</p>
<h4>Price: ₹263</h4>
</div>
<div class="item-box">
<img src="https://images.unsplash.com/photo-1543339308-43e59d6b73a6?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDMwfHx8ZW58MHx8fHx8">
<h3>Hummus & Veggie Platter</h3>
<p>A selection of fresh vegetables served with house-made hummus.</p>
<h4>Price: ₹450</h4>
</div>
<div class="item-box">
<img src="https://images.unsplash.com/photo-1662980482395-24343058f9c3?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTh8fEJydXNjaGV0dGF8ZW58MHx8MHx8fDA%3D" alt="item img">
<h3>Bruschetta</h3>
<p>Toasted bread topped with fresh tomatoes, basil, garlic, and balsamic glaze.</p>
<h4>Price: ₹375</h4>
</div>
<div class="item-box">
<img src="https://plus.unsplash.com/premium_photo-1716647123974-2c9a7c15c456?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="item img">
<h3>Spinach & Feta Pastry</h3>
<p>Flaky pastry filled with fresh spinach and tangy feta cheese.</p>
<h4>Price: ₹338</h4>
</div>
<div class="item-box">
<img src="https://images.unsplash.com/photo-1558672368-143f91f0a267?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="item img">
<h3>Garlic Bread</h3>
<p>Toasted bread topped with garlic butter and herbs, served with marinara sauce.</p>
<h4>Price: ₹225</h4>
</div>
</div>
<!-- menu item section for desserts -->
<div class="menu-items" id="desserts-items">
<div class="item-box">
<img src="https://plus.unsplash.com/premium_photo-1716152289394-bc819c3e8450?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDIzfHx8ZW58MHx8fHx8s">
<h3>Chocolate Cake</h3>
<p>Decadent chocolate cake layered with rich chocolate frosting.
</p>
<h4>Price: ₹338</h4>
</div>
<div class="item-box">
<img src="https://plus.unsplash.com/premium_photo-1726866097045-1173bb40e1d2?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDl8fHxlbnwwfHx8fHw%3D" alt="item img">
<h3>Cheesecake</h3>
<p>Creamy cheesecake with a buttery graham cracker crust.</p>
<h4>Price: ₹413</h4>
</div>
<div class="item-box">
<img src="https://images.unsplash.com/photo-1596529267076-07866e3655cc?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDE3fHx8ZW58MHx8fHx8">
<h3>Fruit Tart</h3>
<p>A flaky tart shell filled with pastry cream and topped with fresh seasonal fruits.</p>
<h4>Price: ₹450</h4>
</div>
<div class="item-box">
<img src="https://images.unsplash.com/photo-1707070026861-ae45cb63d845?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDF8fHxlbnwwfHx8fHw%3D">
<h3>Brownie Sundae</h3>
<p>Warm brownie topped with vanilla ice cream, chocolate syrup, and nuts.</p>
<h4>Price: ₹450</h4>
</div>
<div class="item-box">
<img src="https://plus.unsplash.com/premium_photo-1695028378225-97fbe39df62a?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8VGlyYW1pc3V8ZW58MHx8MHx8fDA%3D" alt="item img">
<h3>Tiramisu</h3>
<p>Classic Italian dessert made with coffee-soaked ladyfingers and mascarpone cheese.</p>
<h4>Price: ₹450</h4>
</div>
<div class="item-box">
<img src="https://images.unsplash.com/photo-1673551490802-946446ed83e1?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDF8fHxlbnwwfHx8fHw%3D" alt="item img">
<h3>Pistachio Cookies</h3>
<p>Chewy cookies with bits of pistachio and a hint of vanilla.</p>
<h4>Price: ₹188</h4>
</div>
</div>
</div>
</div>
<!-- todays special section -->
<div id="panel3">
<div class="special-section">
<div class="special-head">
<h2>Today's Special</h2>
</div>
<div class="special-items">
<div class="special-coffee special-cards">
<div class="special-card-head">
<h2>Coffee</h2>
</div>
<div class="special-card-content">
<img src="" alt=""/>
<h3></h3>
<p></p>
<h4></h4>
</div>
</div>
<div class="special-snacks special-cards">
<div class="special-card-head">
<h2>Snacks</h2>
</div>
<div class="special-card-content">
<img src="" alt=""/>
<h3></h3>
<p></p>
<h4></h4>
</div>
</div>
<div class="special-desserts special-cards">
<div class="special-card-head">
<h2>Dessert</h2>
</div>
<div class="special-card-content">
<img src="" alt=""/>
<h3></h3>
<p></p>
<h4></h4>
</div>
</div>
</div>
</div>
</div>
<!-- footer section -->
<div id="panel7">
<footer>
<div id="footertop">
<div id="logos">
<a href="index.html"><img src="images/tddlogo.png" id="logo" class="crcr_cng"></a>
</div>
<div id="list">
<a href="index.html"><h4 class="crcr_cng">ABOUT US</h4></a>
<a href="menu.html"><h4 class="crcr_cng">MENU</h4></a>
<a href="gamezone.html"><h4 class="crcr_cng">GAME ZONE</h4></a>
<a href="events.html"><h4 class="crcr_cng">EVENTS</h4></a>
<a href="contact.html"><h4 class="crcr_cng">CONTACT US</h4></a>
</div>
<div id="contact">
<p>Dehradun, Uttrakhand</p>
<p>248001</p>
<p class="crcr_cng">Tel:<a href="tel:+1234567890">1234567890</a></p>
<a href="https://maps.app.goo.gl/vuewYA8ZPg8TTRX89" class="crcr_cng"><h4>GET DIRECTION</h4></a>
</div>
</div>
<div id="footerbottom">
<p>Copyright <i class="fa-regular fa-copyright"></i> 2024 Mohit Rana | <a href="next.html" class="crcr_cng">Privacy Policy</a> | <a href="next.html" class="crcr_cng">Terms & Conditions</a></p>
</div>
</footer>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js" integrity="sha512-7eHRwcbYkK4d9g/6tD/mhkf++eoTHwpNM9woBxtPUBWm67zeAfFC+HrdoE2GanKeocly/VxeLvIqwvCdk7qScg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js" integrity="sha512-onMTRKJBKz8M1TnqqDuGBlowlH0ohFzMXYRNebz+yOcc5TQr/zAKsthzhuv0hiyUKEiQEQXEynnXCvNTOk50dg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="script.js"></script>
<script src="menu.js"></script>
</body>
</html>