-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
396 lines (390 loc) · 26.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Bootstrap-cdn -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous" />
<!-- Google-fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap"
rel="stylesheet" />
<!-- remix-icon-cdn -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.1.0/remixicon.css"
integrity="sha512-dUOcWaHA4sUKJgO7lxAQ0ugZiWjiDraYNeNJeRKGOIpEq4vroj1DpKcS3jP0K4Js4v6bXk31AAxAxaYt3Oi9xw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style-main.css" />
<title>Bakery Website</title>
</head>
<body>
<main>
<header id="header">
<nav class="navbar navbar-expand-lg desktop-nav">
<div class="container">
<a class="navbar-brand fs-1 fw-bolder" href="#">HG's Bakery</a>
<div class="collapse navbar-collapse nav-menu" id="nav-menu">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link is-active" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#news">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#aboutus">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#favourities">Favourites</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#ordernow">Order Now</a>
</li>
</ul>
</div>
</div>
</nav>
<nav
class="mobile-nav container-fluid px-4 py-2 d-flex justify-content-between align-items-baseline d-lg-none">
<a class="navbar-brand fs-1 fw-bolder" href="#">HG's Bakery</a>
<a class="btn btn-dark fs-4" type="button" data-bs-toggle="offcanvas"
data-bs-target="#offcanvasRight" aria-controls="offcanvasRight">
<i class="ri-menu-2-fill"></i>
</a>
<div class="offcanvas offcanvas-end nav-menu" tabindex="-1" id="offcanvasRight"
aria-labelledby="offcanvasRightLabel">
<div class="offcanvas-header">
<button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas"
aria-label="Close"></button>
</div>
<div class="offcanvas-body py-5 position-relative">
<ul class="navbar-nav gap-5 mb-2 mb-lg-0 align-items-center justify-content-center">
<li class="nav-item">
<a class="nav-link is-active" aria-current="page" href="#home"
data-bs-dismiss="offcanvas">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#news" data-bs-dismiss="offcanvas">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#aboutus" data-bs-dismiss="offcanvas">About
Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#favourities"
data-bs-dismiss="offcanvas">Favourites</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#ordernow" data-bs-dismiss="offcanvas">Order
Now</a>
</li>
</ul>
<img src="/assests/bread-3.png" class="img bread-3" alt="" />
<img src="/assests/bread-2.png" class="img bread-2" alt="" srcset="" />
</div>
</div>
</nav>
</header>
<!-- Hero-section -->
<div class="Home-BG">
<img src="/assests/home-bg.jpg" class="img-fluid home-bg" alt="" />
<div class="shadow-bg"></div>
</div>
<section class="hero-section container-md position-relative section home" id="home">
<div class="hero-section-content row d-flex justify-content-center align-items-center">
<div class="section-description text-center text-md-start col-md-6 col-sm-12">
<h1 class="text-light pb-3">
Select The Best <br />
Quality Bread
</h1>
<a href="http://" class="btn btn-brown px-4 py-2 rounded-0 fw-bold" target="_blank"
rel="noopener noreferrer">
Select Bread</a>
</div>
<img src="/assests/bread-1.png" class="position-absolute bread-1 d-none d-md-block" alt=""
srcset="" />
<img src="/assests/bread-4.png" class="position-absolute bread-4 d-none d-md-block" alt=""
srcset="" />
<div class="col-lg-6 col-md-6 col-sm-12 hero-section-bread text-center">
<img src="/assests/home-bread.png" class="img-fluid section-img" alt="" srcset="" />
</div>
</div>
<div class="hero-footer d-flex justify-content-between">
<div class="location d-flex align-items-center">
<i class="fa-solid fa-location-dot fs-1 d-block" style="color: #7c5101"></i>
<span class="text-white ps-2">Peru City Town <br />XYZ Block#4, UK</span>
</div>
<div class="social-media-links d-flex gap-3">
<a href="http://" target="_blank" rel="noopener noreferrer"><i
class="ri-instagram-line fs-2" style="color: #ffffff"></i></a>
<a href="http://" target="_blank" rel="noopener noreferrer"><i
class="ri-facebook-circle-line fs-2" style="color: #ffffff"></i></a>
<a href="http://" target="_blank" rel="noopener noreferrer"><i
class="ri-youtube-line fs-2" style="color: #ffffff"></i></a>
</div>
</div>
</section>
<!-- New Breads section -->
<section class="new-breads-section container-md py-5 text-center" id="news">
<h1 class="section-heading text-light">New Breads</h1>
<div class="pb-5 bread-new row d-flex justify-content-center gy-5">
<div class="bread d-flex justify-content-center align-items-center flex-sm-column col-lg-4 col-md-4 col-sm-6">
<div class="about-bread pb-2 px-2">
<h3 class="product-Name">Rye Bread</h3>
<p class="text-light">
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nam
ducimus nostrum adipisci asperiores itaque eveniet, sed aliquid
consectetur quae aperiam!
</p>
</div>
<img src="/assests/new-bread-1.png" class="img-fluid bread-img" alt="" />
</div>
<div
class="bread d-flex justify-content-center align-items-center flex-sm-column col-lg-4 col-md-4 col-sm-6">
<div class="about-bread text-center px-2">
<h3 class="product-Name">Rye Bread</h3>
<p class="text-light">
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nam
ducimus nostrum adipisci asperiores itaque eveniet, sed aliquid
consectetur quae aperiam!
</p>
</div>
<img src="/assests/new-bread-2.png" class="img-fluid bread-img" alt="" />
</div>
<div
class="bread d-flex justify-content-center align-items-center flex-sm-column col-lg-4 col-md-4 col-sm-6">
<div class="about-bread text-center px-2 pb-2">
<h3 class="product-Name">Rye Bread</h3>
<p class="text-light description">
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nam
ducimus nostrum adipisci asperiores itaque eveniet, sed aliquid
consectetur quae aperiam!
</p>
</div>
<img src="/assests/new-bread-3.png" class="img-fluid bread-img" alt="" />
</div>
</div>
<a href="#" class="btn btn-brown py-2 px-3 text-light rounded-0">See More Breads</a>
</section>
<!-- About-us section -->
<section class="about-us container py-5" id="aboutus">
<div
class="row d-flex justify-content-md-between justify-content-center align-items-center flex-wrap">
<div class="about-us-img col-lg-6 col-md-6 col-sm-12">
<img src="/assests/about-bread.png" class="img-fluid" alt="" />
</div>
<div class="about-us-description col-lg-6 col-md-6 col-sm-12 position-relative">
<h1 class="section-heading text-light pb-4 fw-bold">About Us</h1>
<p class="description text-light fw-light pb-4">
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quam
error aliquid, laborum debitis accusamus deserunt fugit inventore,
assumenda voluptatum incidunt rem recusandae natus fugiat sit
animi ut. Doloribus, maxime deserunt.lore Lorem ipsum dolor sit
amet, consectetur adipisicing elit. Debitis esse magni, pariatur
vel cum aspernatur eligendi veritatis dolores dolorum recusandae
eius numquam cumque iure sapiente obcaecati assumenda aut aliquid
impedit.
</p>
<a href="#" class="btn btn-brown py-2 px-3 text-light rounded-0">Know More</a>
<img src="/assests/bread-2.png" alt=""
class="position-absolute top-100 bread-1 d-none d-lg-block" srcset="" />
</div>
</div>
</section>
<!-- Customer's Fav -->
<section id="favourities" class="container pb-4">
<h1 class="section-heading text-light text-center">
Customer's Favourite
</h1>
<div class="fav-section d-flex flex-wrap justify-content-center">
<div class="product-card position-relative">
<img src="/assests/favorite-bread-1.png" alt="" class="img-fluid position-absolute" />
<div class="card-data">
<h3 class="product-Name mb-0">Whole Grain</h3>
<p class="product-about text-white-50 fw-light mb-0">Bread</p>
<div class="d-flex justify-content-between pt-2">
<span class="product-price text-white"><em>$2.00</em></span>
<button href="#"
class="btn btn-brown py-1 px-2 text-light fw-bolder rounded-0">
<i class="ri-add-line" style="color: #000"></i>
</button>
</div>
</div>
</div>
<div class="product-card position-relative">
<img src="/assests/favorite-bread-2.png" alt="" class="img-fluid position-absolute" />
<div class="card-data">
<h3 class="product-Name mb-0">Whole Grain</h3>
<p class="product-about text-white-50 fw-light mb-0">Bread</p>
<div class="d-flex justify-content-between pt-2">
<span class="product-price text-white"><em>$2.00</em></span>
<button href="#"
class="btn btn-brown py-1 px-2 text-light fw-bolder rounded-0">
<i class="ri-add-line" style="color: #000"></i>
</button>
</div>
</div>
</div>
<div class="product-card position-relative">
<img src="/assests/favorite-bread-3.png" alt="" class="img-fluid position-absolute" />
<div class="card-data">
<h3 class="product-Name mb-0">Whole Grain</h3>
<p class="product-about text-white-50 fw-light mb-0">Bread</p>
<div class="d-flex justify-content-between pt-2">
<span class="product-price text-white"><em>$2.00</em></span>
<button href="#"
class="btn btn-brown py-1 px-2 text-light fw-bolder rounded-0">
<i class="ri-add-line" style="color: #000"></i>
</button>
</div>
</div>
</div>
<div class="product-card position-relative">
<img src="/assests/favorite-bread-4.png" alt="" class="img-fluid position-absolute" />
<div class="card-data">
<h3 class="product-Name mb-0">Whole Grain</h3>
<p class="product-about text-white-50 fw-light mb-0">Bread</p>
<div class="d-flex justify-content-between pt-2">
<span class="product-price text-white"><em>$2.00</em></span>
<button href="#"
class="btn btn-brown py-1 px-2 text-light fw-bolder rounded-0">
<i class="ri-add-line" style="color: #000"></i>
</button>
</div>
</div>
</div>
<div class="product-card position-relative">
<img src="/assests/favorite-bread-5.png" alt="" class="img-fluid position-absolute" />
<div class="card-data">
<h3 class="product-Name mb-0">Whole Grain</h3>
<p class="product-about text-white-50 fw-light mb-0">Bread</p>
<div class="d-flex justify-content-between pt-2">
<span class="product-price text-white"><em>$2.00</em></span>
<button href="#"
class="btn btn-brown py-1 px-2 text-light fw-bolder rounded-0">
<i class="ri-add-line" style="color: #000"></i>
</button>
</div>
</div>
</div>
<div class="product-card position-relative">
<img src="/assests/favorite-bread-6.png" alt="" class="img-fluid position-absolute" />
<div class="card-data">
<h3 class="product-Name mb-0">Whole Grain</h3>
<p class="product-about text-white-50 fw-light mb-0">Bread</p>
<div class="d-flex justify-content-between pt-2">
<span class="product-price text-white"><em>$2.00</em></span>
<button href="#"
class="btn btn-brown py-1 px-2 text-light fw-bolder rounded-0">
<i class="ri-add-line" style="color: #000"></i>
</button>
</div>
</div>
</div>
<div class="product-card position-relative">
<img src="/assests/favorite-bread-1.png" alt="" class="img-fluid position-absolute" />
<div class="card-data">
<h3 class="product-Name mb-0">Whole Grain</h3>
<p class="product-about text-white-50 fw-light mb-0">Bread</p>
<div class="d-flex justify-content-between pt-2">
<span class="product-price text-white"><em>$2.00</em></span>
<button href="#"
class="btn btn-brown py-1 px-2 text-light fw-bolder rounded-0">
<i class="ri-add-line" style="color: #000"></i>
</button>
</div>
</div>
</div>
<div class="product-card position-relative">
<img src="/assests/favorite-bread-2.png" alt="" class="img-fluid position-absolute" />
<div class="card-data">
<h3 class="product-Name mb-0">Whole Grain</h3>
<p class="product-about text-white-50 fw-light mb-0">Bread</p>
<div class="d-flex justify-content-between pt-2">
<span class="product-price text-white"><em>$2.00</em></span>
<button href="#"
class="btn btn-brown py-1 px-2 text-light fw-bolder rounded-0">
<i class="ri-add-line" style="color: #000"></i>
</button>
</div>
</div>
</div>
</div>
</section>
<!-- Visit Us -->
<section class="visit-us position-relative d-flex flex-column justify-content-between align-items-center"
id="ordernow">
<img src="/assests/visit-bg.jpg" class="visit-us-bg" alt="Visit Us " srcset="" />
<div class="visit-shadow-bg"></div>
<div class="visit-us-data w-50 text-center m-auto container-md py-3">
<h2 class="section-heading pb-1 text-light">Visit Us</h2>
<p class="text-light fw-light">
Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Praesentium asperiores sit commodi quia autem! Eaque odio soluta.
</p>
<a href="#" class="btn btn-brown py-2 px-3 text-light rounded-0">Know More</a>
</div>
</section>
<!-- Footer -->
<section class="footer container-md text-light py-5">
<div class="row d-flex justify-content-between gap-3">
<div class="col-lg-5 col-md-6 col-12">
<h3 class="navbar-brand pb-3 fs-3">Bakery</h3>
<p class="w-75 fw-lighter">
Lorem ipsum dolor, sit amet consectetur adipisicing.
</p>
</div>
<div class="col-lg-2 col-md-5 col-5">
<h5 class="fw-normal pb-2">Address</h5>
<ul class="footer-list">
<li class="nav-item pb-3 fw-lighter">
Lorem ipsum dolor sit. Lorem ipsum
</li>
<li class="nav-item fw-lighter">9AM - 12PM</li>
</ul>
</div>
<div class="col-lg-2 col-md-5 col-5">
<h5 class="fw-normal pb-2">Contact Me</h5>
<ul class="footer-list">
<li class="nav-item pb-3 fw-lighter">mailto@gmail.com</li>
<li class="nav-item fw-lighter">+02345678912</li>
</ul>
</div>
<div class="col-lg-2 col-md-5 col-5">
<h5 class="fw-normal pb-2">Follow Us</h5>
<div class="social-media-links d-flex gap-3">
<a href="http://" target="_blank" rel="noopener noreferrer"><i
class="ri-instagram-line fs-3 fw-lighter"
style="color: #ffffff"></i></a>
<a href="http://" target="_blank" rel="noopener noreferrer"><i
class="ri-facebook-circle-line fs-3 fw-lighter"
style="color: #ffffff"></i></a>
<a href="http://" target="_blank" rel="noopener noreferrer"><i
class="ri-youtube-line fs-3 fw-lighter" style="color: #ffffff"></i></a>
</div>
</div>
</div>
</section>
<a href="#home" class="scroll-up" id="scrollup">
<i class="ri-arrow-up-circle-line fs-1" style="color: #ffffff"></i>
</a>
</main>
<script src="js/scrollreveal.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script src="js/main.js"></script>
<script>
$("#offcanvasNavbar a").click(function () {
$(".offcanvas").offcanvas("hide");
});
</script>
</body>
</html>