-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOur Service.html
268 lines (243 loc) · 14.4 KB
/
Our Service.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Chef Bakery | Our Service</title>
<meta charset="utf-8" name="viewport" content="width=device-width" initial scale="1.0">
<meta name="keywords" content="backery, cake designs, cakes, buns, online ordering">
<meta name="description" content="This website helps people to buy backery items via online easily.">
<!-- Favicon -->
<link rel="icon" type="image/icon" href="img/Logo1.png" class="rounded-circle">
<!-- Google Web 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=Open+Sans:wght@400;600&family=Oswald:wght@500;600;700&family=Pacifico&display=swap" rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js">
</head>
<body>
<!--Page Main Bar-->
<div class="container-fluid">
<div class="row ">
<div class="col-sm-4 text-center bg-secondary py-3">
<div class="d-inline-flex align-items-center justify-content-center">
<i class="bi bi-phone-vibrate fs-1 text-primary me-3"></i>
<div class="text-start">
<h6 class="text-uppercase mb-1">Call Us</h6>
<span>+94 77 668 8981</span>
</div>
</div>
</div>
<div class="col-sm-4 text-center bg-dark py-3">
<div class="d-inline-flex align-items-center justify-content-center">
<div class="row">
<a href="Home page.html" class="navbar-brand">
<h1 class="m-0 text-uppercase text-white"><img src="img/Logo1.png" width="50px" alt="logo" class="rounded-pill"> CHEF BAKERY</h1>
</a>
</div>
</div>
</div>
<div class="col-sm-4 text-center bg-secondary py-3">
<div class="d-inline-flex align-items-center justify-content-center">
<i class="bi bi-envelope fs-1 text-primary me-3"></i>
<div class="text-start">
<h6 class="text-uppercase mb-1">Email Us</h6>
<span><a href="mailto:chefbakery2016@gmail.com" class="span">chefbakery2016@gmail.com</a></span>
</div>
</div>
</div>
</div>
</div>
<!--Page Header -->
<nav class="navbar navbar-expand-lg bg-dark navbar-dark py-3 py-lg-0 px-3 px-lg-0 justify-content-center"> <!-- 2nd container -->
<a href="Home page2.html" class="navbar-brand d-lg-none">
<h1 class="m-0 text-uppercase text-white">CHEF BAKERY</h1>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<!--Page Navigation Bar-->
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ms-auto mx-lg-auto py-0">
<li class="nav-item">
<a class="nav-link" href="Home page.html" target="_self">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Menu.html" target="_self">Menu</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="Our Service.html" target="_self">Our Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Contact us.html" target="_self">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="About us.html" target="_self">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Testimonial.html" target="_self">Testimonial</a>
</li>
</ul>
</div>
</nav>
<!-- Page Header Start -->
<div class="container-fluid bg-light p-3 mb-8">
<div class="row">
<div class="col-12 text-center">
<h1 class="display-4 text-uppercase text-primary">Our Service</h1><br/>
<a href="Home page.html">Home</a>
<i class="far fa-square text-dark px-2"></i>
<a href="Our Service.html">Our Service</a>
</div>
</div>
</div>
<!-- Page Header End -->
<!-- About Start -->
<div class="container-fluid bg-main_img hero-header">
<div class="container py-5">
<div class="row justify-content-start">
<div class="col-lg-8 text-start">
<h1 class="display-2 text-uppercase text-light mb-4">We are available</h1>
<h2 class="text-uppercase text-light">from 8.00 a.m to 9.00 p.m</h2>
</div>
</div>
</div>
<div class="container py-5">
<div class="row justify-content-end">
<div class="col-lg-8 text-end">
<h2 class="display-2 text-uppercase text-light mb-4">13 hours X 365 days</h2>
<h2 class="text-uppercase text-light">Reliable Service</h2>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-lg-12 text-center text-lg-center">
<h2 class="display-3 text-uppercase text-dark mb-4">We Cater foods to your doorstep</h2><br>
<h5 class="display-3 text-uppercase text-light mb-4">Fast Delivery Service</h5>
<h5 class="display-3 text-uppercase text-light mb-4">Associated With</h5>
</div>
<div class="col-lg-2 text-center"></div>
<div class="col-lg-4 text-center">
<div class="card mx-auto bg-primary py-9">
<div class="container-blur py-3">
<img src="img/pickme2.jpg" alt="pick" style="width:40%">
</div>
<div class="container-blur py-3">
<h2 class="text-capitalise text-dark">Pick Me Food</h2>
</div>
</div>
</div>
<div class="col-lg-4 text-center">
<div class="card mx-auto bg-primary py-9">
<div class="container-blur py-3">
<img src="img/uber2.jpg" alt="pick" style="width:40%">
</div>
<div class="container-blur py-3">
<h2 class="text-capitalise text-dark">Uber Eats</h2>
</div>
</div>
</div>
<div class="col-lg-2 text-center"></div>
</div>
</div><hr>
</div>
<!--About End-->
<!--Service-->
<div class="container-fluid pt-5">
<div class="container">
<div class="section-title position-relative text-center mx-auto mb-3 pb-5" style="max-width:600px;">
<h1 class="text-primary font-secondary">Service</h1><hr>
<h2 class="text-capitalise">It's not just food that we serve you on your special day. It is the perfect blend of standard and original quality of our collection of foods to provide your event a touch of the divine.</h2>
</div>
</div>
</div>
<!--Page Footer Start-->
<div class="container-fluid bg-dark text-secondary">
<div class="container">
<div class="row gx-5">
<div class="col-lg-4">
<div class="d-flex px-3 flex-column justify-content-center text-center bg-primary">
<a href="Home page.html" class="navbar-brand">
<h2 class="m-0 text-uppercase text-white">CHEF BAKERY</h2>
</a>
<p class="mt-1">Since 2016, Chef Bakery was becoming a large bakery food service in Sri Lanka, serving a wide variety of customers.<br>We make sure every item of food we produce has that extra bit of talent and care from our team, as we keep our responsibility to serve our customers nicely.</p>
</div>
</div>
<div class="col-lg-8">
<div class="row gx-5">
<div class="col-lg-3">
<h4 class="text-primary text-uppercase mb-4">Overview</h4>
<div class="d-flex flex-column text-start">
<a class="text-secondary mb-2" href="Home page.html"><i class="fa fa-angle-right text-primary me-2"></i>Home</a>
<a class="text-secondary mb-2" href="Menu.html"><i class="fa fa-angle-right text-primary me-2"></i>Menu</a>
<a class="text-secondary mb-2" href="Our Service.html"><i class="fa fa-angle-right text-primary me-2"></i>Our Services</a>
<a class="text-secondary mb-2" href="About us.html"><i class="fa fa-angle-right text-primary me-2"></i>About Us</a>
<a class="text-secondary mb-2" href="Contact us.html"><i class="fa fa-angle-right text-primary me-2"></i>Contact Us</a>
<a class="text-secondary mb-2" href="Testimonial.html"><i class="fa fa-angle-right text-primary me-2"></i>Testimonial</a>
</div>
</div>
<div class="col-lg-6">
<h4 class="text-primary text-uppercase mb-4">Contact Us</h4>
<div class="d-flex mb-2">
<i class="bi bi-clock text-primary me-2"></i>
<p class="mb-0">Opening Hours : 8.00 a.m - 9.00 p.m</p>
</div>
<div class="d-flex mb-2">
<i class="bi bi-geo-alt text-primary me-2"></i>
<p class="mb-0">No.22, Main Road, Badulla, Sri Lanka</p>
</div>
<div class="d-flex mb-2">
<i class="bi bi-envelope text-primary me-2"></i>
<p class="mb-0"><a href="mailto:chefbakery2016@gmail.com" class="text-light">chefbakery2016@gmail.com</a></p>
</div>
<div class="d-flex mb-2">
<i class="bi bi-telephone text-primary me-2"></i>
<p class="mb-0">+94 77 668 8981</p>
</div>
</div>
<div class="col-lg-3">
<h4 class="text-primary text-uppercase mb-4">Join us on</h4>
<div class="d-flex justify-content-center mt-2">
<a class="btn btn-lg btn-primary rounded-2 me-2" href="www.whatsapp.com"><i class="fab fa-whatsapp fw-normal"></i></a>
<a class="btn btn-lg btn-primary rounded-2 me-2" href="www.facebook.com"><i class="fab fa-facebook fw-normal"></i></a>
<a class="btn btn-lg btn-primary rounded-2 me-2" href="www.linkedin.com"><i class="fab fa-linkedin fw-normal"></i></a>
</div>
<div class="d-flex justify-content-center mt-2">
<a class="btn btn-lg btn-primary rounded-2 me-2" href="www.whatsapp.com"><i class="fab fa-telegram fw-normal"></i></a>
<a class="btn btn-lg btn-primary rounded-2 me-2" href="www.facebook.com"><i class="fab fa-twitter fw-normal"></i></a>
<a class="btn btn-lg btn-primary rounded-2 me-2" href="www.linkedin.com"><i class="fab fa-instagram fw-normal"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid text-secondary py-4" style="background:#111111;"> <!-- 7th Container -->
<div class="container text-center">
<p class="mb-0">©<a class="text-white border-bottom" href="#">CHEF BAKERY</a>.
All Rights Reserved. Designed by <a class="text-white border-bottom" href="teemeleven@gmail.com">Team<b>-11-</b>Eleven</a>
</p>
</div>
</div>
<!--Page Footer End-->
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Javascript Code -->
<script src="js/main.js"></script>
</body>
</html>