-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
411 lines (393 loc) · 21.7 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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Grandmas Sweets</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="main.css">
</head>
<body>
<header class="main__nav">
<nav class="navbar navbar-expand-lg">
<a href="" class="navbar-brand">
<img src="./img/logo.svg" alt="">
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#my__nav">
<span class="toggler-icon"><i class="fa fa-bars" aria-hidden="true"></i></span>
</button>
<div class="collapse navbar-collapse mx-3" id="my__nav">
<!-- navigation links -->
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a href="" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="" class="nav-link">Store</a>
</li>
<li class="nav-item">
<a href="" class="nav-link">Services</a>
</li>
<li class="nav-item">
<a href="" class="nav-link">Order</a>
</li>
</ul>
<!-- navigation links ends here -->
<!-- Additional info -->
<div class="nav-info-items d-none d-md-flex justify-content-md-center align-content-md-end">
<!-- Single link-1 -->
<div class="nav-info d-flex align-items-center justify-content-center mx-md-5">
<span class="inf0-icon mx-md-3"><i class="fas fa-phone"></i></span>
<p class="mb-0">+1 254 435 567</p>
</div>
<!-- Single link-2 -->
<div id="cart-info__btn" class="nav-info cart-info d-none d-md-flex align-items-center justify-content-center mx-md-5">
<span class="mb-0 cart-info__icon mr-3"><i class="fas fa-shopping-cart"></i></span>
<p class="mb-0">
<span class="items-count">2</span>
items-$
<span class="items-total">10.49</span>
</p>
</div>
</div>
</div>
</nav>
<!-- nav bar ends -->
<!-- banner start -->
<div class="container-fluid">
<div class="row max-height align-items-center justify-content-center">
<div class="col-10 banner text-center mx-auto">
<h1>welcome to <strong class="banner-title">Grandma's</strong>
</h1>
<a href="#" class="btn banner-link my-3">Explore</a>
</div>
<div class="cart__items">
<div class="cart__item d-flex justify-content-between my-3">
<img src="img-cart/cake-1.jpeg" alt="" class="img-fluid rounded-circle">
<p>Cart Item $10.99</p>
<span><i class="far fa-trash-alt"></i></span>
</div>
<div class="cart__item d-flex justify-content-between my-3">
<img src="img-cart/cupcake-1.jpeg" alt="" class="img-fluid rounded-circle">
<p>Cart Item $10.99</p>
<span><i class="far fa-trash-alt"></i></span>
</div>
<button class="btn btn-primary px-4">Checkout</button>
<button class="btn btn-warning px-4">Clear Cart</button>
</div>
</div>
</div>
</header>
<!-- end of header -->
<!-- About section -->
<section class="about py-5" id="about">
<div class="container">
<div class="row">
<div class=" about-text col-10 col-md-6 text-capitalize my-4">
<h1>About <strong class="banner-title">us</strong> </h1>
<p class="lead w-75 text-muted my-4">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Non dolores deserunt velit eius at! Tempore repudiandae reiciendis voluptatum iusto inventore?</p>
<a href="" class="btn btn-light text-capitalize my-3">Explore</a>
</div>
<div class="col-10 mx-auto col-md-6 my-4 align-self-center">
<div class="about-img__container">
<img src="img/sweets-1.jpeg" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- about section ends here -->
<!-- store section section -->
<section class="store py-5" id="store">
<div class="container">
<div class="row">
<div class="col-10 col-sm-6 mx-auto text-center text-capitalize">
<h1>Our <strong class="banner-title">Store</strong> </h1>
</div>
</div>
<!-- filter buttons -->
<div class="row my-5">
<div class="col-lg-8 mx-auto d-flex justify-content-around sortBtn flex-wrap align-content-around">
<a href="" class="btn btn-info m-2">all</a>
<a href="" class="btn btn-info m-2">cupcakes</a>
<a href="" class="btn btn-info m-2">sweets</a>
<a href="" class="btn btn-info m-2">cakes</a>
<a href="" class="btn btn-info m-2">doughnuts</a>
</div>
</div>
<div class="row justify-content-center">
<div class="col-8">
<form>
<div class="form-group">
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text search__icon" id="basic-addon1">
<i class="fas fa-search"></i>
</span>
</div>
<input type="text" class="form-control search__box" placeholder="item...">
</div>
</div>
</form>
</div>
</div>
<!-- end of filter buttons -->
<!-- image cards -->
<div class="row justify-content-center">
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 my-3">
<div class="card">
<div class="img-container">
<img src="img/cake-1.jpeg" alt="" class="card-img-top store__img">
<span class="cart-icon"><i class="fas fa-shopping-cart"></i></span>
</div>
<div class="card-body ">
<div class="shop-item-text d-flex justify-content-between">
<h5 class="card-title" >Cake-item</h5>
<h5 class="card-title">$ <strong>5</strong></h5>
</div>
</div>
</div>
</div>
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 my-3">
<div class="card">
<div class="img-container">
<img src="img/cake-3.jpeg" alt="" class="card-img-top store__img">
<span class="cart-icon"><i class="fas fa-shopping-cart"></i></span>
</div>
<div class="card-body">
<div class="shop-item-text d-flex justify-content-between">
<h5>Cake Item</h5>
<h5>$ <strong class="font-weight-bold">5</strong></h5>
</div>
</div>
</div>
</div>
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 my-3">
<div class="card">
<div class="img-container">
<img src="img/cake-2.jpeg" alt="" class="card-img-top store__img">
<span class="cart-icon"><i class="fas fa-shopping-cart"></i></span>
</div>
<div class="card-body">
<div class="shop-item-text d-flex justify-content-between">
<h5>Cake Item</h5>
<h5>$ <strong class="font-weight-bold">5</strong></h5>
</div>
</div>
</div>
</div>
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 my-3">
<div class="card">
<div class="img-container">
<img src="img/cupcake-1.jpeg" alt="" class="card-img-top store__img">
<span class="cart-icon"><i class="fas fa-shopping-cart"></i></span>
</div>
<div class="card-body">
<div class="shop-item-text d-flex justify-content-between">
<h5>Cake Item</h5>
<h5>$ <strong class="font-weight-bold">5</strong></h5>
</div>
</div>
</div>
</div>
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 my-3">
<div class="card">
<div class="img-container">
<img src="img/cupcake-2.jpeg" alt="" class="card-img-top store__img">
<span class="cart-icon"><i class="fas fa-shopping-cart"></i></span>
</div>
<div class="card-body">
<div class="shop-item-text d-flex justify-content-between">
<h5>Cake Item</h5>
<h5>$ <strong class="font-weight-bold">5</strong></h5>
</div>
</div>
</div>
</div>
<!-- single item -->
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 my-3">
<div class="card">
<div class="img-container">
<img src="img/cupcake-3.jpeg" alt="" class="card-img-top store__img">
<span class="cart-icon"><i class="fas fa-shopping-cart"></i></span>
</div>
<div class="card-body">
<div class="shop-item-text d-flex justify-content-between">
<h5>Cake Item</h5>
<h5>$ <strong class="font-weight-bold">5</strong></h5>
</div>
</div>
</div>
</div>
<!-- single item -->
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 my-3">
<div class="card">
<div class="img-container">
<img src="img/doughnut-1.jpeg" alt="" class="card-img-top store__img">
<span class="cart-icon"><i class="fas fa-shopping-cart"></i></span>
</div>
<div class="card-body">
<div class="shop-item-text d-flex justify-content-between">
<h5>Cake Item</h5>
<h5>$ <strong class="font-weight-bold">5</strong></h5>
</div>
</div>
</div>
</div>
<!-- single item -->
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 my-3">
<div class="card">
<div class="img-container">
<img src="img/doughnut-2.jpeg" alt="" class="card-img-top store__img">
<span class="cart-icon"><i class="fas fa-shopping-cart"></i></span>
</div>
<div class="card-body">
<div class="shop-item-text d-flex justify-content-between">
<h5>Cake Item</h5>
<h5>$ <strong class="font-weight-bold">5</strong></h5>
</div>
</div>
</div>
</div>
<!-- single item -->
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 my-3">
<div class="card">
<div class="img-container">
<img src="img/doughnut-3.jpeg" alt="" class="card-img-top store__img">
<span class="cart-icon"><i class="fas fa-shopping-cart"></i></span>
</div>
<div class="card-body">
<div class="shop-item-text d-flex justify-content-between">
<h5>Cake Item</h5>
<h5>$ <strong class="font-weight-bold">5</strong></h5>
</div>
</div>
</div>
</div>
<!-- single item -->
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 my-3 mx-auto">
<div class="card">
<div class="img-container">
<img src="img/sweets-1.jpeg" alt="" class="card-img-top store__img">
<span class="cart-icon"><i class="fas fa-shopping-cart"></i></span>
</div>
<div class="card-body">
<div class="shop-item-text d-flex justify-content-between">
<h5>Cake Item</h5>
<h5>$ <strong class="font-weight-bold">5</strong></h5>
</div>
</div>
</div>
</div>
<!-- single item -->
</div>
</div>
</section>
<!-- our store section ends -->
<section class="items-breif py-5">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-md-4 mx-auto text-center my-3 text-white">
<img src="img/bread-icon.png" alt="" class="img-fluid">
<h4 class="my-3">Bread</h4>
<p class="my-3 w-75 mx-auto text-left">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Blanditiis quasi nemo autem totam cupiditate sapiente eaque error nesciunt, incidunt placeat!</p>
</div>
<div class="col-md-4 mx-auto text-center my-3 text-white">
<img src="img/cupcake-icon.png" alt="" class="img-fluid">
<h4 class="my-3">Cupcakes</h4>
<p class="my-3 w-75 mx-auto text-left">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Blanditiis quasi nemo autem totam cupiditate sapiente eaque error nesciunt, incidunt placeat!</p>
</div>
<div class="col-md-4 mx-auto text-center my-3 text-white">
<img src="img/candy-icon.png" alt="" class="img-fluid">
<h4 class="my-3">Candy</h4>
<p class="my-3 w-75 mx-auto text-left">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Blanditiis quasi nemo autem totam cupiditate sapiente eaque error nesciunt, incidunt placeat!</p>
</div>
</div>
</div>
</section>
<!-- services section ends -->
<section class="py-5 orders">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-10 my-3 mx-auto text-center">
<h1 class="text-capitalize">Order <strong class="banner-title">Cake</strong> </h1>
</div>
</div>
<div class="row justify-content-center align-items-cnter" >
<div class="col-md-6 col-lg-4 my-4 mx-auto text-center">
<h4 class="text-capitalize my-4">birthday cake</h4>
<p class="my-3 text-muted">Birthday Cake With A Name</p>
<p class="my-3 text-muted">Custom Ingredients</p>
<p class="my-3 text-muted">Custom design</p>
<p class="my-3 text-muted">Custom size</p>
<a href="#" class="btn btn-danger text-capiatalize my-3">order now</a>
<p class="my-3 text-muted">starting at $5</p>
<img src="img/trans-cake.png" alt="" class="img-fluid">
</div>
<div class="col-md-6 col-lg-4 my-4 mx-auto text-center">
<h4 class="text-capitalize my-4">Wedding cake</h4>
<p class="my-3 text-muted">Birthday Cake With A Name</p>
<p class="my-3 text-muted">Custom Ingredients</p>
<p class="my-3 text-muted">Custom design</p>
<p class="my-3 text-muted">Custom size</p>
<a href="#" class="btn btn-danger text-capiatalize my-3">order now</a>
<p class="my-3 text-muted">starting at $5</p>
<img src="img/trans-wedding.png" alt="" class="img-fluid">
</div>
<div class="col-md-6 col-lg-4 my-4 mx-auto text-center">
<h4 class="text-capitalize my-4">Custom cake</h4>
<p class="my-3 text-muted">Birthday Cake With A Name</p>
<p class="my-3 text-muted">Custom Ingredients</p>
<p class="my-3 text-muted">Custom design</p>
<p class="my-3 text-muted">Custom size</p>
<a href="#" class="btn btn-danger text-capiatalize my-3">order now</a>
<p class="my-3 text-muted ">starting at $5</p>
<img src="img/trans-custom.png" alt="" class="img-fluid">
</div>
</div>
</div>
</section>
<!-- order section ends -->
<!-- main-footer begins -->
<footer class="">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-md-6 footer1 py-5 text-center">
<h1 class="display-4 my-4 banner-title">Grandma's</h1>
<div class="social-icons d-flex justify-content-around">
<span class="twitter-icon"><i class="fab fa-twitter fa-2x" aria-hidden="true"></i></span>
<span class=fb-icon><i class="fab fa-facebook fa-2x" aria-hidden="true"></i></span>
<span class="linkedin-icon"><i class="fab fa-linkedin fa-2x" aria-hidden="true"></i></span>
<span class="insta-icon"><i class="fab fa-instagram fa-2x" aria-hidden="true"></i></span>
</div>
</div>
<div class="col-md-6 contact footer2 py-5 ">
<h3 class="text-capitalize mx-auto text-center mb-5">contact</h3>
<p class="my-4"><i class="fas fa-map contact-icon" aria-hidden="true"></i> <strong class="contact-text">123 Main Street, San Diego CA 90101</strong></p>
<p class="my-4"><i class="fas fa-phone contact-icon" aria-hidden="true"></i> <strong class="contact-text">123456789</strong></p>
<p class="my-4"><i class="fas fa-envelope contact-icon" aria-hidden="true"></i> <strong class="contact-text">example@xxx.com</strong></p>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="app.js"></script>
</body>
</html>