-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
345 lines (280 loc) · 13.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style/bootstrap.min.css">
<link rel="stylesheet" href="style/styel.css">
<title>Bakery</title>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-main fixed-top">
<div class="container">
<a class="navbar-brand w-25 " href="#"><img src="img/bakery-light-1.png" class="w-50 " alt=""></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mt-2 mt-lg-0 ">
<li class="nav-item px-3">
<a class="nav-link text-white " href="#Home">Home</a>
</li>
<li class="nav-item px-3">
<a class="nav-link text-white " href="#About">About</a>
</li>
<li class="nav-item px-3">
<a class="nav-link text-white" href="#OurOffer">Our Offer</a>
</li>
<li class="nav-item px-3">
<a class="nav-link text-white" href="#Gallery">Gallery</a>
</li>
<li class="nav-item px-3">
<a class="nav-link text-white" href="#Blog">Blog</a>
</li>
<li class="nav-item px-3">
<a class="nav-link text-white" href="#Contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<header>
<div class="" id="Home">
<div class="home">
<div class="d-flex justify-content-center align-items-center vh-100 text-center text-white">
<div class="">
<span class="fs-4">Welcome to</span>
<h1 class="fw-bold">Famile Bakery</h1>
<h5 class="text-white-50">We're the biggest, best equipped and most advanced Bakery in the
greater Los Angeles area.
</h5>
<div class="">
<button class="btn bg-btn1 text-white ">learn more</button>
<button class="btn bg-btn2 text-white ">contact us</button>
</div>
</div>
</div>
</div>
</div>
</header>
<section id="About" class="py-5">
<div class="container my-5">
<div class="row">
<div class="col-md-5 ">
<div class="">
<img src="img/alexandru-stavrica-170390-800x760.jpg" class="" alt="">
</div>
</div>
<div class="col-md-1 "></div>
<div class="col-md-6 d-flex justify-content-center align-items-center">
<div class="text-muted text-center">
<h3 class="text-dark py-4">Who We Are?</h3>
<p>We have been operating for over 30 years and are Members of The Federation of Master
Builders. We work on projects big
and small from small residential extensions to full house. We are so happy with this
theme.
Everyday it make our lives
better.</p>
<p>We care about environment.
We are trusted by hundreds of clients.
Social media loves us!
This list is super easy to create.</p>
</div>
</div>
</div>
</div>
</section>
<section id="OurOffer" class="bg-scond">
<div class="container my-5">
<div class="row py-5">
<div class="col-md-6 d-flex justify-content-center align-items-center">
<div class="text-muted text-center">
<h3 class="text-dark py-4 mb-5">Our Location</h3>
<p>We have been operating for over 30 years and are Members of The Federation of Master
Builders. We work on projects big
and small from small residential extensions to full house. We are so happy with this
theme.
Everyday it make our lives
better.</p>
<p>Story on projects big and small from small residential extensions to full house. We are so
happy with this theme.
Everyday it make our lives better</p>
</div>
</div>
<div class="col-md-1 "></div>
<div class="col-md-5">
<div class="">
<img src="img/full-2-800x640.jpg" class="w-100" alt="">
</div>
</div>
</div>
</div>
</section>
<section class="py-4 " id="Gallery">
<div class="text-center">
<h3 class="py-3">Our Baking</h3>
<p class=""> Learn more about them. We have worked truly hard to make them perfect for every use.</p>
</div>
<div class="container">
<div class="row py-2">
<div class="col-md-4 ">
<div class="">
<img src="img/ben-garratt-134774-600x500.jpg" alt="">
</div>
<div class="text-center ">
<h3 class="py-2">Superior Breads</h3>
<p class="text-muted">Proin interdum, ante ut sollicitudin commodo, tellus quam sagittis libero,
at semper mauris
velit a velit. Phasellus
commodo turpis et lacinia posuere</p>
</div>
</div>
<div class="col-md-4 ">
<div class="">
<img src="img/stas-ovsky-123540-600x500.jpg" alt="">
</div>
<div class="text-center ">
<h3 class="py-2">Superior Breads</h3>
<p class="text-muted">Proin interdum, ante ut sollicitudin commodo, tellus quam sagittis libero,
at semper mauris
velit a velit. Phasellus
commodo turpis et lacinia posuere</p>
</div>
</div>
<!-- <div class="col-md-1"></div> -->
<div class="col-md-4 ">
<div class="">
<img src="img/clem-onojeghuo-206832-600x500.jpg" alt="">
</div>
<div class="text-center ">
<h3 class="py-2">Superior Breads</h3>
<p class="text-muted">Proin interdum, ante ut sollicitudin commodo, tellus quam sagittis libero,
at semper mauris
velit a velit. Phasellus
commodo turpis et lacinia posuere</p>
</div>
</div>
<!-- <div class="col-md-1"></div> -->
</div>
</div>
</section>
<section class="bg-scond py-5" id="Blog">
<div class="container py-5">
<div class="row ">
<div class="col-md-6 ">
<div class=" pt-5 ">
<div class="text-center">
<h3>Contact Information</h3>
<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Ut elit
tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>
</div>
</div>
<div class="pt-3 text-muted">
<h5>Our contact details :</h5>
<h5>Manchester St 123-78B, Random 713, UK</h5>
<h5>+46 123 456 789</h5>
<h5>+37 431 456 789</h5>
<h5>hello@sitename.com</h5>
</div>
</div>
<div class="col-md-6 ">
<div class="p-0"><iframe class="w-100"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2785.683909061516!2d31.26796271441118!3d29.965586829249947!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14583873a387bae1%3A0x13706b307af3f4f5!2sMaadi%20Grand%20Mall!5e1!3m2!1sen!2seg!4v1671028632348!5m2!1sen!2seg"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe></div>
</div>
</div>
</div>
</section>
<footer>
<div class="bg-footer" id="Contact">
<div class="container-fluid text-white">
<div class="row py-5">
<div class="col-md-3">
<div class="px-5">
<h5>About Us</h5>
<p class="py-3 h5 text-white-50">I am text block. Click edit button to change this text.
Lorem ipsum dolor sit amet,
consectetur. I am text block. Click
edit button to change this text. Lorem ipsum dolor sit amet, consectetur.</p>
<p class="py-3 h5 text-white-50 ">We are the champions! We are the most amazing theme of all
time, yeah.</p>
</div>
</div>
<div class="col-md-3">
<div class="px-5 ">
<h5>Why We Are Special?</h5>
<div class="text-white-50 py-3">
<h5>Our magical recipe.
</h5>
<hr>
<h5>
We care about environment.
<hr>
</h5>
<h5>
We are trusted by hundreds of clients.
<hr>
</h5>
<h5>
Social media loves us!
<hr>
</h5>
<h5>
This list is super easy to create.
<hr>
</h5>
</div>
</div>
</div>
<div class="col-md-3">
<div class="px-5">
<h5>Opening Hours</h5>
<div class="py-3 text-white-50">
<h5>Monday 10AM - 9PM </h5>
<hr>
<h5>Tuesday 10AM - 9PM</h5>
<hr>
<h5>Tuesday 10AM - 9PM</h5>
<hr>
<h5>Thursday 10AM - 10PM</h5>
<hr>
<h5>Friday 10AM - 10PM</h5>
<hr>
<h5>Weekends 10AM - 11PM</h5>
<hr>
</div>
</div>
</div>
<div class="col-md-3">
<div class="px-5">
<h5>Contact Details</h5>
<div class="text-white-50 py-3">
<p>Manchester Road 123-78B, Silictown 7854MD, Great Country</p>
<hr>
<h5>01101715004</h5>
<hr>
<p>Friday 10AM - 10PM Weekends 10AM - 11PM Contact Details Manchester Road 123-78B,
Silictown 7854MD, Great Country +46 123
456 789 hello@sitename.com</p>
<hr>
<h5>http://www.sitename.com</h5>
<hr>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="text-center text-white-50 py-3 bg-end">
<img src="img/bakery-light-1.png" class="w-25" alt="">
<p class="py-3">Copyright 2017. All rights reserved.</p>
</div>
</footer>
<script src="js/bootstrap.bundle.min.js"></script>
</body>
</html>