-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
227 lines (219 loc) · 8.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bakery</title>
<!-- favicon -->
<link rel="shortcut icon" href="images/images/fav-icon.png" type="image/x-icon">
<!-- main css -->
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<!-- Home Page -->
<div class="section1">
<div class="text">
<p class="one">Welcome To</p>
<h1>Family Bakery</h1>
<p>We're the biggest, best equipped and most advanced Bakery in the greater Los Angeles area.</p>
<a href="#" class="btn1">Learn More</a>
<a href="#" class="btn2">Contact Us</a>
</div>
</div>
<!-- Who we are -->
<div class="Who-we-are">
<div class="image">
<img src="images/images/alexandru-stavrica.jpg" alt="">
</div>
<div class="text">
<h3>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>
<div class="icontWithText">
<div class="cell">
<img src="images/images/Icons/leaf.png" alt="">
<p>We care about environment.
</p>
<div class="clr"></div>
</div>
<div class="cell">
<img src="images/images/Icons/people.png" alt="">
<p>We are trusted by hundreds of clients.
</p>
<div class="clr"></div>
</div>
<div class="cell">
<img src="images/images/Icons/heart.png" alt="">
<p>Social media loves us!
</p>
<div class="clr"></div>
</div>
<div class="cell">
<img src="images/images/Icons/check.png" alt="">
<p>This list is super easy to create.
</p>
<div class="clr"></div>
</div>
</div>
</div>
<div class="clr"></div>
</div>
<!-- Our Location -->
<div class="OurLocation">
<div class="text">
<h3>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 class="image">
<img src="images/images/full-2.jpg" alt="">
</div>
<div class="clr"></div>
</div>
<!--Our Baking-->
<div class="OurBaking">
<div class="text">
<h3>Our Baking</h3>
<p>Learn more about them. We have worked truly hard to make them perfect for every use.</p>
</div>
<div class="boxes">
<div class="box">
<div class="image">
<img src="images/images/ben-garratt.jpg" alt="">
</div>
<h3>Superior Breads</h3>
<p>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 class="box">
<div class="image">
<img src="images/images/stas-ovsky.jpg" alt="">
</div>
<h3>Bagels</h3>
<p>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 class="box">
<div class="image">
<img src="images/images/clem-onojeghuo.jpg" alt="">
</div>
<h3>Cookies</h3>
<p>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 class="clr"></div>
</div>
</div>
<!-- Contact -->
<div class="contact">
<div class="text">
<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>
<p>Our contact details:</p>
<div class="icontWithText">
<div class="cell">
<img src="images/images/Icons/map.png" alt="">
<p>Manchester St 123-78B, Random 713, UK
</p>
<div class="clr"></div>
</div>
<div class="cell">
<img src="images/images/Icons/phone.png" alt="">
<p>+46 123 456 789
</p>
<div class="clr"></div>
</div>
<div class="cell">
<img src="images/images/Icons/headphone.png" alt="">
<p>+37 431 456 789
</p>
<div class="clr"></div>
</div>
<div class="cell">
<img src="images/images/Icons/email.png" alt="">
<p>hello@sitename.com
</p>
<div class="clr"></div>
</div>
</div>
</div>
<div class="location-map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3688.030146025869!2d31.32726396570434!3d30.06552656519027!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14583fccc4e5bfc5%3A0xc551dcd71cfb036c!2sRoute%20Academy!5e0!3m2!1sar!2seg!4v1730449053012!5m2!1sar!2seg"
width="550" height="500" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="clr"></div>
</div>
<!-- Footer -->
<div class="footer">
<div class="container">
<div class="box">
<h3>About us</h3>
<p>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>We are the champions! We are the most amazing theme of all time, yeah.
</p>
</div>
<div class="box box1">
<h3>Why we are special?</h3>
<p><img src="images/images/Icons/arrow.png" alt=""> <span>Our magical recipe.</span></p>
<p><img src="images/images/Icons/arrow.png" alt=""> <span>We care about environment.</span>
</p>
<p><img src="images/images/Icons/arrow.png" alt=""> <span>We are trusted by hundreds of clients. </span>
</p>
<p><img src="images/images/Icons/arrow.png" alt=""> <span>Social media loves us!</span>
</p>
<p><img src="images/images/Icons/arrow.png" alt=""> <span>This list is super easy to create.</span>
</p>
</div>
<div class="box box1">
<h3>Why we are special?</h3>
<p><img src="images/images/Icons/arrow.png" alt=""> <span>Monday 10AM - 9PM</span></p>
<p><img src="images/images/Icons/arrow.png" alt=""> <span>Monday 10AM - 9PM </span></p>
<p><img src="images/images/Icons/arrow.png" alt=""> <span>Wednesday 10AM - 9PM </span> </p>
<p><img src="images/images/Icons/arrow.png" alt=""> <span>Thursday 10AM - 10PM</span></p>
<p><img src="images/images/Icons/arrow.png" alt=""> <span>Friday 10AM - 10PM</span></p>
<p><img src="images/images/Icons/arrow.png" alt=""> <span>Weekends 10AM - 11PM</span></p>
</div>
<div class="box box1 box-map">
<h3>Why we are special?</h3>
<p><img src="images/images/Icons/location.png" alt=""> <span>Manchester Road 123-78B, Silictown 7854MD, Great
Country</span>
</p>
<p><img src="images/images/Icons/phone-gray.png" alt=""> <span>+46 123 456 789</span>
</p>
<p><img src="images/images/Icons/email-solid.png" alt=""> <span>hello@sitename.com</span>
</p>
<p><img src="images/images/Icons/earth.png" alt=""> <span>This list is super easy to create.</span>
</p>
</div>
<div class="clr"></div>
</div>
</div>
<!-- Copyright -->
<div class="copyright">
<div class="image">
<img src="images/images/bakery-light-1.png" alt="">
</div>
<p>Copyright © 2017. All rights reserved.</p>
<div class="links">
<img src="images/images/Icons/facebook.png" alt="">
<img src="images/images/Icons/google.png" alt="">
<img src="images/images/Icons/linkedin.png" alt="">
<img src="images/images/Icons/twitter.png" alt="">
</div>
</div>
</body>
</html>