-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathComplete responsive coffee shop website design
More file actions
360 lines (310 loc) · 12.1 KB
/
Complete responsive coffee shop website design
File metadata and controls
360 lines (310 loc) · 12.1 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
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
348
349
350
351
352
353
354
355
356
357
358
359
360
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Complete responsive coffee shop website design</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
<link rel="stylesheet" href="coffee shop website design.css">
</head>
<body>
<header class="header">
<a href="#" class="logo">
<img src="images/coffee logo.jpeg">
</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="#reviews">Reviews</a>
<a href="#contact">Contact</a>
<a href="#blogs">Blogs</a>
</nav>
<div class="icon">
<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>
<div class="cart-items-container">
<div class="cart-item">
<span class="fas fa-items"></span>
<img src="images/co seed1.jpeg">
<div class="container">
<h3>cart item 01</h3>
<div class="price">$35.99/-<</div>
</div>
</div><div class="cart-item">
<span class="fas fa-items"></span>
<img src="images/co seed 2.jpeg">
<div class="container">
<h3>cart item 02</h3>
<div class="price">$45.99/-<</div>
</div>
</div>
<div class="cart-item">
<span class="fas fa-items"></span>
<img src="images/co seed 3.jpeg">
<div class="container">
<h3>cart item 03</h3>
<div class="price">$25.99/-<</div>
</div>
</div>
<div class="cart-item">
<span class="fas fa-items"></span>
<img src="images/co seed 4.jpeg">
<div class="container">
<h3>cart item 04</h3>
<div class="price">$45.99/-<</div>
</div>
</div>
<a href="#" class="btn">checkout now</a>
</div>
</header>
<section class="home" id="home">
<div class="content">
<h2>Fresh Coffee In The Morning</h2>
<p>Fresh coffee in the morning awakens the senses, offering warmth, comfort, <br>
and a boost of energy to start the day right.</p>
<a href="#" class="btn"> get your now</a>
</div>
</section>
<section class="about" id="about">
<h1 class="heading"><span>about</span>us</h1>
<div class="row">
<div class="image">
<img src="images/4.jpeg">
</div>
<div class="content">
<h3>what makes our coffee special?</h3>
<p> coffee special is the perfect blend of premium, ethically sourced beans,<br>
expert roasting for rich flavor, and a passion for quality in every cup.<br>
Each brew delivers freshness, aroma, and a smooth taste that coffee lovers crave.</p>
<p> coffee special is the perfect blend of premium, ethically sourced beans,<br>
expert roasting for rich flavor, and a passion for quality in every cup.<br>
Each brew delivers freshness, aroma, and a smooth taste that coffee lovers crave.</p>
<a href="#" class="btn">learn more</a>
</div>
</div>
</section>
<section class="menu" id="menu">
<h1 class="heading">our <span>menu</span></h1>
<div class="box-container">
<div class="box">
<img src="images/3.jpeg">
<h3>tasty and healty</h3>
<div class="price">$25.99<span>30.99</span></div>
<a href="#" class="btn">add to cart</a>
</div>
<div class="box">
<img src="images/4.jpeg">
<h3>tasty and healty</h3>
<div class="price">$25.99<span>30.99</span></div>
<a href="#" class="btn">add to cart</a>
</div>
<div class="box">
<img src="images/5.jpeg">
<h3>tasty and healty</h3>
<div class="price">$25.99<span>30.99</span></div>
<a href="#" class="btn">add to cart</a>
</div>
<div class="box">
<img src="images/coffee.jpeg">
<h3>tasty and healty</h3>
<div class="price">$25.99<span>30.99</span></div>
<a href="#" class="btn">add to cart</a>
</div>
<div class="box">
<img src="images/8.jpeg">
<h3>tasty and healty</h3>
<div class="price">$25.99<span>30.99</span></div>
<a href="#" class="btn">add to cart</a>
</div>
<div class="box">
<img src="images/1.jpeg">
<h3>tasty and healty</h3>
<div class="price">$25.99<span>30.99</span></div>
<a href="#" class="btn">add to cart</a>
</div>
</div>
</section>
<section class="products" id="products">
<h1 class="heading">our<span>products</span></h1>
<div class="box-container">
<div class="box">
<div class="image">
<img src="images/product 1.jpeg">
</div>
<div class="content">
<h3>fresh coffee</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">$15.99<span>$20.99</span></div>
</div>
</div>
<div class="box">
<div class="image">
<img src="images/product 3.jpeg">
</div>
<div class="content">
<h3>fresh coffee</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">$20.99<span>$30.99</span></div>
</div>
</div>
<div class="box">
<div class="image">
<img src="images/product 2.jpeg">
</div>
<div class="content">
<h3>fresh coffee</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">$25.99<span>$35.99</span></div>
</div>
</div>
</section>
<section class="reviews" id="reviews">
<h1 class="heading">customer's<span>review</span></h1>
<div class="box-container">
<div class="box">
<img src="images/boy1.jpeg" class="user">
<h3>Abdullah</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>
<p>Coffee offers a balanced cup with rich notes of chocolate and caramel, complemented by a smooth,
clean finish.</p>
</div>
</div>
<div class="box">
<img src="images/boy.jpeg" class="user">
<h3>Hunain</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>
<p> For something unique, the Guatemalan
blend adds hints of spice and dried fruit, <br>creating a complex yet approachable brew. Overall,
a flavorful selection for every coffee palate.</p>
</div>
</div>
<div class="box">
<img src="images/boy2.jpeg" class="user">
<h3>zeeshan</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>
<p>Creating a complex yet approachable brew. Overall,
a flavorful selection for every coffee palate.</p>
</div>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<h1 class="heading"><span>contact</span>us</h1>
<div class="row">
<iframe class="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3603.8505060023267!2d68.3369519710894!3d25.409814223517426!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x394c70ae9854aa75%3A0x9dc0dbbff36f2704!2sQasim%20Town%20Qasimabad%2C%20Hyderabad%2C%20Pakistan!5e0!3m2!1sen!2s!4v1746613194459!5m2!1sen!2s" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>"></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="number" placeholder="number">
</div>
<input type="submit" value="contact now" class="btn">
</form>
</div>
</section>
<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="images/blog.jpeg">
</div>
<div class="content">
<a href="#" class="tittle">Tasty And Refreshing Coffee</a>
<span>Abdullah / 15 feb 2022</span>
<p>Awaken your senses with each warm sip,<br>
Bold and smooth, it’s the perfect trip.<br>
</p>
<a href="#" class="btn">read more</a>
</div>
</div>
<div class="box">
<div class="image">
<img src="images/blog1.jpeg">
</div>
<div class="content">
<a href="#" class="tittle">Tasty And Refreshing Coffee</a>
<span>Hina Ismail / 22 August 2023</span>
<p>Steaming cup with an earthy grace,<br>
Comfort and flavor in every embrace.<br>
</p>
<a href="#" class="btn">read more</a>
</div>
</div>
<div class="box">
<div class="image">
<img src="images/blog3.jpeg">
</div>
<div class="content">
<a href="#" class="tittle">Tasty And Refreshing Coffee</a>
<span>Ali Raza / 15 Dec 2020</span>
<p>Freshly brewed with a fragrant swirl,<br>
A cozy hug in a caffeinated world.<br>
</p>
<a href="#" class="btn">read more</a>
</div>
</div>
</div>
</section>
<section class="footer">
<div class="share">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
<div class="credit">Created By<span> Hina Ismail</span> | All Rights Reserved</div>
</section>
<script src="coffee shop website design.js"></script>
</body>
</html>