-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
414 lines (403 loc) · 15 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
412
413
414
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Grandma's Sweet Setup</title>
<!-- fontawesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
/>
<!-- Bootstrap css -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
/>
<!-- custom css -->
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-----------------------------------------
Header with Navbar and Banner Section
------------------------------------------>
<header>
<nav class="navbar navbar-expand-lg px-5">
<div class="container-fluid">
<a href="#" class="navbar-brand">
<img src="img/sweet-logo.png" alt="logo icon" />
</a>
<button
type="button"
class="navbar-toggler"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="toggler-icon">
<i class="fa-solid fa-bars"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav text-capitalize mx-auto">
<li class="nav-item">
<a href="/" class="nav-link active" aria-current="page">home</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">about</a>
</li>
<li class="nav-item">
<a href="store.html" class="nav-link">store</a>
</li>
<li class="nav-item">
<a href="services.html" class="nav-link">services</a>
</li>
<li class="nav-item">
<a href="cakes.html" class="nav-link">order</a>
</li>
</ul>
<!-- nav-info-items -->
<div class="nav-info-items d-none d-lg-flex me-5">
<!-- single-info-1 -->
<div
class="nav-info d-flex align-items-center justify-content-center mx-lg-5"
>
<span class="info-icon mx-lg-2"
><i class="fa-solid fa-phone"></i
></span>
<p class="mb-0">+123 456 7890</p>
</div>
<!-- single-info-2 -->
<div
id="cart-info"
class="nav-info align-items-center cart-info d-flex justify-content-between mx-lg-5"
>
<span class="cart-info-icon me-lg-3"
><i class="fa-solid fa-shopping-cart"></i>
</span>
<p class="mb-0 text-capitalize">
<span id="item-count">2</span>
items - $
<span class="item-total">10.49</span>
</p>
</div>
<!-- end of single-info-2 -->
</div>
<!--end of nav-info-items -->
</div>
<!-- collapse -->
</div>
<!-- container-fluid -->
</nav>
<!-- end of nav -->
<!-----------------
Banner Section
------------------>
<div class="container-fluid">
<div class="row max-height justify-content-center align-items-center">
<div class="col-10 mx-auto text-center banner">
<h1 class="text-capitalize">
welcome to <strong class="banner-title">grandma's</strong>
</h1>
<a
href="#store"
class="btn btn-outline-dark fs-5 border-4 opacity-75 text-uppercase my-2"
>explore</a
>
</div>
<!-- col-10 -->
<!--cart -->
<div class="cart" id="cart">
<!-- single cart-item -->
<div
class="cart-item d-flex justify-content-between text-capitalize my-2"
>
<img
src="img/cart-img/z-cake-2.jpeg"
class="img-fluid rounded-circle"
id="item-img"
alt="cake"
/>
<div class="item-text">
<p id="cart-item-title" class="fw-bold mb-0">cart item</p>
<span>$</span>
<span class="cart-item-price mb-0" id="cart-item-price"
>10.99</span
>
</div>
<a href="#" class="cart-item-remove" id="cart-item-remove">
<i class="fas fa-trash"></i>
</a>
</div>
<!-- end of single cart-item -->
<!-- single cart-item -->
<div
class="cart-item d-flex justify-content-between text-capitalize my-2"
>
<img
src="img/cart-img/z-sweets-3.jpeg"
class="img-fluid rounded-circle"
id="item-img"
alt="cake"
/>
<div class="item-text">
<p id="cart-item-title" class="fw-bold mb-0">cart item</p>
<span>$</span>
<span class="cart-item-price mb-0" id="cart-item-price"
>10.99</span
>
</div>
<a href="#" class="cart-item-remove" id="cart-item-remove">
<i class="fas fa-trash"></i>
</a>
</div>
<!-- end of single cart-item -->
<!-- total -->
<div
class="cart-total-container d-flex justify-content-around text-capitalize mt-5"
>
<h5>total</h5>
<h5>$ <strong id="cart-total" class="fw-bold">10.00</strong></h5>
</div>
<!-- end of total -->
<!-- cart-buttons -->
<div
class="cart-buttons-container mt-3 d-flex justify-content-between"
>
<a href="#" id="clear-cart" class="btn btn-black text-uppercase"
>clear cart</a
>
<a href="#" id="clear-cart" class="btn btn-pink text-uppercase"
>checkout</a
>
</div>
<!-- end of cart-buttons -->
</div>
<!-- end of cart -->
</div>
<!-- row -->
</div>
<!-- container-fluid -->
<!-- end of banner -->
</header>
<!----------------------
Services Section
------------------------->
<section id="services" class="services">
<!-- for background image to set in this section -->
<div class="card text-bg-dark">
<img
src="img/bg/servicesBcg.jpeg"
class="card-img opacity-50"
alt="background preparing baking material"
/>
<div class="card-img-overlay mb-sm-5 p-0 align-content-center">
<div class="container-fluid">
<div class="row px-sm-5">
<!-- single service -->
<div class="col-md-4 text-center">
<img src="img/sweet-icons/bread-icon.png" alt="bread icon" />
<h6 class="text-uppercase mark service-title">bread</h6>
<p class="w-75 mx-auto">
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Expedita nam voluptatum molestias, eaque aperiam
harum.Expedita nam voluptatum molestias, eaque aperiam harum.
</p>
</div>
<!--end of
single service -->
<!-- single service -->
<div class="col-md-4 text-center">
<img src="img/sweet-icons/candy-icon.png" alt="candy icon" />
<h6 class="text-uppercase mark service-title">candy</h6>
<p class="w-75 mx-auto">
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Expedita nam voluptatum molestias, eaque aperiam
harum.Expedita nam voluptatum molestias, eaque aperiam harum.
</p>
</div>
<!--end of
single service -->
<!-- single service -->
<div class="col-md-4 text-center">
<img
src="img/sweet-icons/cupcake-icon.png"
alt="cupcake icon"
/>
<h6 class="text-uppercase mark service-title">cupcake</h6>
<p class="w-75 mx-auto">
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Expedita nam voluptatum molestias, eaque aperiam
harum.Expedita nam voluptatum molestias, eaque aperiam harum.
</p>
</div>
<!--end of
single service -->
</div>
<!-- row -->
</div>
<!-- card-img-overlay -->
</div>
<!-- card -->
</div>
<!-- container -->
</section>
<!-- End of services section -->
<!-----------------
Best Bakery
----------------->
<div class="container-fluid bg-light my-5 py-5 pt-0">
<div class="container">
<div
class="bg-mainYellow text-light rounded-bottom p-5 my-6 mt-0 wow fadeInUp"
data-wow-delay="0.1s"
>
<div class="row g-4 align-items-center">
<div class="col-lg-6">
<h1 class="display-4 text-light mb-0">
The Best Bakery In Your City
</h1>
</div>
<!-- col-lg-6 -->
<div class="col-lg-6 text-lg-end">
<div class="d-inline-flex align-items-center text-start">
<i class="fa fa-phone-alt fa-4x flex-shrink-0"></i>
<div class="ms-4">
<p class="fs-5 fw-bold mb-0">Call Us</p>
<p class="fs-1 fw-bold mb-0">+123 456 7890</p>
</div>
</div>
</div>
<!-- col-lg-6 -->
</div>
<!-- row -->
</div>
<!-- bg -->
</div>
<!-- container -->
</div>
<!-- container-fluid -->
<!-----------------
Order Section
----------------->
<section id="cakes" class="cakes py-5">
<div class="container">
<!-- order-title -->
<div class="order-title text-center">
<h1 class="text-capitalize">
order <strong class="banner-title">cake</strong>
</h1>
</div>
<div class="row my-5">
<!-- single cake - 1 -->
<div class="col-11 mx-auto col-md-4 text-center">
<h4 class="text-uppercase my-3">birthday cake</h4>
<div class="text-muted text-capitalize">
<p class="my-3">birthday cake with a name</p>
<p class="my-3">custom ingredients</p>
<p class="my-3">custom design</p>
<p class="my-3">custom size</p>
<button class="btn btn-outline-dark text-capitalize mb-3">
order now
</button>
<p class="text-lower-case mb-4">starting at $8</p>
<img src="img/order/trans-cake.png" alt="" class="img-fluid" />
</div>
</div>
<!-- /col-11 -->
<!-- end of single cake-1-->
<!-- single cake - 2 -->
<div class="col-11 mx-auto col-md-4 text-center">
<h3 class="text-uppercase my-3">custom cake</h3>
<div class="text-muted text-capitalize">
<p class="my-3">birthday cake with a name</p>
<p class="my-3">custom ingredients</p>
<p class="my-3">custom design</p>
<p class="my-3">custom size</p>
<button class="btn btn-outline-dark text-capitalize mb-3">
order now
</button>
<p class="text-lower-case mb-4">starting at $5</p>
<img src="img/order/trans-custom.png" alt="" class="img-fluid" />
</div>
</div>
<!-- /col-11 -->
<!-- end of single cake-2-->
<!-- single cake - 3 -->
<div class="col-11 mx-auto col-md-4 text-center">
<h3 class="text-uppercase my-3">Wedding cake</h3>
<div class="text-muted text-capitalize">
<p class="my-3">wedding cake with a name</p>
<p class="my-3">custom ingredients</p>
<p class="my-3">custom design</p>
<p class="my-3">custom size</p>
<button class="btn btn-outline-dark text-capitalize mb-3">
order now
</button>
<p class="text-lower-case mb-4">starting at $15</p>
<img src="img/order/trans-wedding.png" alt="" class="img-fluid" />
</div>
</div>
<!-- /col-11 -->
<!-- end of single cake-3-->
</div>
<!-- /row -->
</div>
</section>
<!-- End of order section -->
<!-- FOOTER -->
<footer class="container-fluid">
<div class="row text-center">
<div class="col-md-6 bg-black py-5 mx-auto text-center">
<h1 class="text-white text-capitalize">
welcome to <strong class="banner-title">grandma's</strong>
</h1>
<!-- footer-icons -->
<div class="footer-icons mt-3 d-flex justify-content-around fs-2">
<a href="#">
<i class="fa-brands fa-square-facebook text-white"></i>
</a>
<a href="#">
<i class="fa-brands fa-square-twitter text-white"></i>
</a>
<a href="#">
<i class="fa-brands fa-square-instagram text-white"></i>
</a>
<a href="#">
<i class="fa-brands fa-square-google-plus text-white"></i>
</a>
</div>
</div>
<div class="col-md-6 bg-dark-subtle py-5 text-center">
<h3 class="mb-5 text-capitalize">contact</h3>
<p class="contact-icons d-flex flex-wrap ms-5">
<span class="me-4">
<i class="fa-solid fa-map"></i>
</span>
<span class="text-capitalize w-50">
123 main street, san diego, CA 90101</span
>
</p>
<p class="d-flex flex-wrap ms-5 text-center">
<span class="me-4">
<i class="fa-solid fa-envelope-square"></i>
</span>
<span>[email protected]</span>
</p>
<p class="d-flex flex-wrap ms-5 text-center">
<span class="me-4">
<i class="fa-solid fa-phone"></i>
</span>
<span>+123 456 7890</span>
</p>
</div>
</div>
</footer>
<!-- END OF FOOTER -->
<!-- Bootstrap Js Files -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="index.js"></script>
</body>
</html>