-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
347 lines (320 loc) · 16.4 KB
/
index.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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!-- font awsome cdn link -->
<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">
</head>
<body>
<!-- header section start -->
<header class="header">
<a href="#" class="logo">
<img src="https://media.istockphoto.com/id/849418084/vector/coffee-stamp-black.jpg?s=612x612&w=0&k=20&c=GLOP0vqxdE61pR-LOcQZrh9tQl86_dXC_-zIUQTfqp0=" alt="" srcset="" height="100"width="100">
</a>
<nav class="navbar">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#menu">Menu</a>
<a href="#products">Products</a>
<a href="#review">Review</a>
<a href="#contact">Contact</a>
<a href="#blogs">Blogs</a>
</nav>
<div class="icons">
<div class="fas fa-search" id="search-btn"></div>
<div class="fas fa-shopping-cart" id="cart-btn"></div>
<div class="fas fa-bars" id="menu-btn"></div>
</div>
<div class="search-form">
<input type="search" id="search-box" placeholder="search here...">
<label for="search-box" class="fas fa-search"></label>
</div>
</header>
<!-- <div class="cart-item-container"></div> == That's is not decelered -->
<!-- home senction start -->
<section class="home" id="home">
<div class="content">
<h3>Your Daily Dose of Happiness in Every Sip</h3>
<p>Wake up to the aroma of freshly ground beans.
Our coffee is brewed with precision,
ensuring a perfect cup every time.
Experience the bold flavors and smooth texture,
made just for you to enjoy.</p>
<a href="#" class="btn">get yours now</a>
</div>
</section>
<!-- about section start -->
<section class="about" id="about">
<h1 class="heading"><span>about</span> us </h1>
<div class="row">
<div class="image">
<img src="https://img.freepik.com/premium-photo/cup-coffee-with-black-background-black-background-with-bunch-coffee-beans_818261-3174.jpg" alt="" srcset="">
</div>
<div class="content">
<h3>what makes our coffe special?</h3>
<p>At The Cup of Love, every cup of coffee is a testament to our dedication to quality and craftsmanship. We begin with carefully selected beans sourced from sustainable, fair-trade farms around the world. Our in-house roasting process ensures that each batch is fresh and full of flavor, tailored to our unique blends and roasts</p>
<p> Experience the difference that passion and expertise make in every sip. At The Cup of Love, we’re not just serving coffee; we’re crafting moments of joy and connection.</p>
<a href="#" class="btn">learn more</a>
</div>
</div>
</section>
<!-- menu section start -->
<section class="menu" id="menu">
<h1 class="heading">our <span>menu</span></h1>
<div class="box-container">
<div class="box">
<img src="https://img.freepik.com/free-photo/fresh-coffee-steams-wooden-table-close-up-generative-ai_188544-8923.jpg" alt="" srcset="" class="menu-img"
>
<h3>Coffee</h3>
<div class="price">$3.50 <span>5.00</span></div>
<a href="#" class="btn">add to cart</a>
</div>
<div class="box" >
<img src="https://plus.unsplash.com/premium_photo-1695750678153-e7148811673e?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8Y2hvY29sYXRlJTIwY29mZmVlfGVufDB8fDB8fHww" alt="" srcset="" class="menu-img" >
<h3>Chocolate coffee</h3>
<div class="price">$4.90 <span>6.50</span></div>
<a href="#" class="btn">add to cart</a>
</div>
<div class="box" >
<img src="https://cdn-idpjl.nitrocdn.com/OHQEpQwbMvaKgphAtGWbFBwGSbwjauhM/assets/images/optimized/rev-fdca2dd/avtbeverages.com/wp-content/uploads/2024/02/tea-2356764_1280.jpg" alt="" srcset="" class="menu-img" >
<h3>Teas</h3>
<div class="price">$2.99 <span>3.50</span></div>
<a href="#" class="btn">add to cart</a>
</div>
<div class="box">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQmJQZ1peal4EvQvJfRjzwCxFEs8bzK0iuujA&s" alt="" srcset="" class="menu-img">
<h3>Pastries & Snacks</h3>
<div class="price">$2.50 <span>4.00</span></div>
<a href="#" class="btn">add to cart</a>
</div>
<div class="box">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQmK8kdgszZ8WUMT8LrX97B3GlnnrM5tBQD3w&s" alt="" srcset="" class="menu-img">
<h3>Specialty Drinks</h3>
<div class="price">$5.00 <span>6.50</span></div>
<a href="#" class="btn">add to cart</a>
</div>
<div class="box">
<img src="https://vaya.in/wp-content/uploads/2021/05/10-Must-Try-Summer-Specials-This-Season.jpg" alt="" srcset="" class="menu-img">
<h3>Seasonal Specials</h3>
<div class="price">$4.99 <span>6.00</span></div>
<a href="#" class="btn">add to cart</a>
</div>
</div>
</section>
<!-- production section start -->
<section class="products" id="products">
<h1 class="heading">Our <span>products</span></h1>
<div class="box-container">
<!-- product 1 -->
<div class="box">
<div class="icons">
<a href="#" class="fas fa-shopping-cart"></a>
<a href="#" class="fas fa-heart"></a>
<a href="#" class="fas fa-eye"></a>
</div>
<div class="image">
<img src="https://png.pngtree.com/thumb_back/fw800/background/20230524/pngtree-coffee-packet-with-coffee-beans-and-the-logo-isolated-on-black-image_2612977.jpg" alt="" class="product-img">
</div>
<div class="content">
<h3>Coffee Beans</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<div class="price">$14.99 <span>$20.00</span></div>
</div>
</div>
<!-- product 2 -->
<div class="box">
<div class="icons">
<a href="#" class="fas fa-shopping-cart"></a>
<a href="#" class="fas fa-heart"></a>
<a href="#" class="fas fa-eye"></a>
</div>
<div class="image">
<img src="https://blog.brandmycafe.com/wp-content/uploads/2019/08/5-Tips-on-Selling-Merchandise-in-a-Coffee-Shop-target-market-bmc-911x1024.jpg" alt="" class="product-img">
</div>
<div class="content">
<h3>Merchandise</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<div class="price">$13.00 <span>$18.50</span></div>
</div>
</div>
<!-- product 3 -->
<div class="box">
<div class="icons">
<a href="#" class="fas fa-shopping-cart"></a>
<a href="#" class="fas fa-heart"></a>
<a href="#" class="fas fa-eye"></a>
</div>
<div class="image">
<img src="https://coffee-sensor.com/wp-content/uploads/2024/04/pavoni-modified-1.png" alt="" class="product-img">
</div>
<div class="content">
<h3>Coffee Accessories</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<div class="price">$24.99 <span>$30.00</span></div>
</div>
</div>
</div>
</section>
<!-- review section start -->
<section class="review" id="review">
<h1 class="heading">coustomer's <span>review</span></h1>
<div class="box-container">
<div class="box">
<p>The best coffee I've ever had! The Signature Blend is a game-changer. The atmosphere is cozy, and the staff is incredibly friendly. Highly recommend!</p>
<img src="https://i.pinimg.com/236x/a1/68/66/a16866f74416cb51939a320ff2e2bbb4.jpg" alt="" class="user">
<h3>Nico</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
<div class="box">
<p> A fantastic place to enjoy a cup of coffee and relax. The Pastries are always fresh and delicious. It's my go-to spot for a morning pick-me-up!</p>
<img src="https://static.vecteezy.com/system/resources/previews/036/428/385/non_2x/ai-generated-young-beauty-japanese-woman-long-straight-hair-with-korean-style-makeup-and-perfect-clean-skin-on-isolated-blue-background-ai-generative-free-photo.jpg" alt="" class="user">
<h3>Cho Yi-hyun</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
<div class="box">
<p> Great coffee and even better ambiance. The staff are knowledgeable and always make excellent recommendations. A must-visit</p>
<img src="https://scontent.fccu9-1.fna.fbcdn.net/v/t39.30808-6/318333772_204359285407528_6795125153040279978_n.jpg?_nc_cat=107&ccb=1-7&_nc_sid=a5f93a&_nc_ohc=ECwu_7_JhJUQ7kNvgGly4Hh&_nc_ht=scontent.fccu9-1.fna&_nc_gid=A97ZHrR2usr5UOagKnBOhmQ&oh=00_AYCw3fa6omfPR4dciZZB386IY9yi322IMzjSj6eyVnrFAQ&oe=66E7327E" alt="" class="user">
<h3>Biswajit Sarkar</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
</section>
<!-- contact section start -->
<section class="contact" id="contact">
<h1><span>Contact</span>us</h1>
<div class="row">
<iframe class="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d29293.022536227745!2d88.47772811307794!3d23.40167780020055!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39f920440311b935%3A0x9cda677e2c6a67af!2sKrishnanagar%2C%20West%20Bengal!5e0!3m2!1sen!2sin!4v1725978259606!5m2!1sen!2sin" style="border:0;" allowfullscreen="" loading="lazy" ></iframe>
<form action="">
<h3>get in touch</h3>
<div class="inputBox">
<span class="fas fa-user"></span>
<input type="text" placeholder="name">
</div>
<div class="inputBox">
<span class="fas fa-envelope"></span>
<input type="email" placeholder="email">
</div>
<div class="inputBox">
<span class="fas fa-phone"></span>
<input type="phone" placeholder="phone">
</div>
<input type="submit" value="contact now" class="btn">
</form>
</div>
</section>
<!-- blogs section start -->
<section class="blogs" id="blogs">
<h1 class="heading">our <span>blogs</span></h1>
<div class="box-container">
<div class="box">
<div class="image">
<img src="https://www.kafeido.com/cdn/shop/articles/the-art-of-specialty-coffee-brewing-tips-tricks-for-making-the-perfect-cup-869820.jpg?v=1718579846" alt="" srcset="">
</div>
<div class="content">
<a href="#" class="title">The Art of Brewing the Perfect Cup of Coffee</a>
<span>by admin / 14th feb, 2024</span>
<p>Discover the secrets behind brewing the perfect cup of coffee. From selecting the right beans to mastering the brewing techniques, this guide will elevate your coffee game.</p>
<a href="#" class="btn">read more</a>
</div>
</div>
<div class="box">
<div class="image">
<img src="https://coffeebymannheim.in/cdn/shop/articles/fresh-green-leaf-wet-branch-refreshing-water-generated-by-ai_1024x1024.jpg?v=1714564269" alt="" srcset="">
</div>
<div class="content">
<a href="#" class="title">Exploring the Rich Flavors of Indian Coffee</a>
<span>by Ms.Mondol / 1st aug, 2024</span>
<p> Indian coffee is renowned for its diverse and rich flavors. Join us as we explore the regional varieties and unique tastes of Indian coffee.</p>
<a href="#" class="btn">read more</a>
</div>
</div>
<div class="box">
<div class="image">
<img src="https://www.theheritagelab.in/wp-content/uploads/2017/01/O_sp4L_HIGH_RES_BL_751431_sherbet_detail3_sm.jpg" alt="" srcset="">
</div>
<div class="content">
<a href="#" class="title">The History of Coffee in India: From Plantation to Cup</a>
<span>by Food and Drug Research Scientist / 21st nov, 2024</span>
<p>Dive into the fascinating history of coffee in India, from its origins to its role in modern Indian culture.</p>
<a href="#" class="btn">read more</a>
</div>
</div>
</div>
</section>
<!-- footer section starts -->
<section class="footer">
<div class="share">
<a href="#" class="fab fa-facebook"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
<a href="#" class="fab fa-pinterest"></a>
</div>
<div class="links">
<a href="#">home</a>
<a href="#">about</a>
<a href="#">menu</a>
<a href="#">products</a>
<a href="#">review</a>
<a href="#">contact</a>
<a href="#">blogs</a>
</div>
<div class="credit">created by <span>Mr.Biswajit Sarkar</span> | all rights reserved.</div>
</section>
<script>
let navbar = document.querySelector('.navbar');
document.querySelector('#menu-btn').onclick =()=>{
navbar.classList.toggle('active');
searchfrom.classList.remove('active');
}
let searchfrom = document.querySelector('.search-form');
document.querySelector('#search-btn').onclick =()=>{
searchfrom.classList.toggle('active');
navbar.classList.remove('active');
}
window.onscroll=()=>{
navbar.classList.remove('active');
searchfrom.classList.remove('active');
}
</script>
</body>
</html>