-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice.html
More file actions
323 lines (265 loc) · 16.2 KB
/
service.html
File metadata and controls
323 lines (265 loc) · 16.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Interior Design</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free HTML Templates" name="keywords">
<meta content="Free HTML Templates" name="description">
<link href="img/favicon.ico" rel="icon">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Oswald:wght@400;500;600&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="lib/flaticon/font/flaticon.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid bg-dark py-3">
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-lg-left mb-2 mb-lg-0">
<div class="d-inline-flex align-items-center">
<a class="text-white px-3" href="https://www.decorilla.com/online-decorating/interior-design-help-7-interior-design-apps-and-decorating-services/">Help</a>
<span class="text-white">|</span>
<a class="text-white pl-3" href="https://www.housebeautiful.com/design-inspiration/a26950509/best-online-interior-design-services/">Support</a>
</div>
</div>
<div class="col-md-6 text-center text-lg-right">
<div class="d-inline-flex align-items-center">
<a class="text-white px-3" href="https://www.facebook.com/interiordesignverified">
<i class="fab fa-facebook-f"></i>
</a>
<a class="text-white px-3" href="https://twitter.com/INTERlORS">
<i class="fab fa-twitter"></i>
</a>
<a class="text-white px-3" href="https://www.linkedin.com/company/interior-design-now-/about/">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="text-white pl-3" href="https://www.youtube.com/channel/UCwCjWsS1QCNkgyAncY6Tebw">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid position-relative nav-bar p-0">
<div class="container position-relative" style="z-index: 9;">
<nav class="navbar navbar-expand-lg bg-secondary navbar-dark py-3 py-lg-0 pl-3 pl-lg-5">
<a href="" class="navbar-brand">
<h1 class="m-0 display-5 text-white"><span class="text-primary">i</span>DESIGN</h1>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between px-3" id="navbarCollapse">
<div class="navbar-nav ml-auto py-0">
<a href="index.html" class="nav-item nav-link">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="service.html" class="nav-item nav-link active">Service</a>
<a href="project.html" class="nav-item nav-link">Project</a>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
</div>
</div>
<div class="container-fluid bg-white py-3">
<div class="container">
<div class="row">
<div class="col-lg-4 text-left mb-3 mb-lg-0">
<div class="d-inline-flex text-left">
<h1 class="flaticon-office font-weight-normal text-primary m-0 mr-3"></h1>
<div class="d-flex flex-column">
<h5>Our Office</h5>
<p class="m-0">12/A Street, Gulshan, Dhaka</p>
</div>
</div>
</div>
<div class="col-lg-4 text-left text-lg-center mb-3 mb-lg-0">
<div class="d-inline-flex text-left">
<h1 class="flaticon-email font-weight-normal text-primary m-0 mr-3"></h1>
<div class="d-flex flex-column">
<h5>Email Us</h5>
<p class="m-0">idesign@gmail.com</p>
</div>
</div>
</div>
<div class="col-lg-4 text-left text-lg-right mb-3 mb-lg-0">
<div class="d-inline-flex text-left">
<h1 class="flaticon-telephone font-weight-normal text-primary m-0 mr-3"></h1>
<div class="d-flex flex-column">
<h5>Call Us</h5>
<p class="m-0">01864939338</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-secondary py-5">
<div class="container py-5">
<div class="row align-items-center py-4">
<div class="col-md-6 text-center text-md-left">
<h1 class="mb-4 mb-md-0 text-primary text-uppercase">Our Services</h1>
</div>
<div class="col-md-6 text-center text-md-right">
<div class="d-inline-flex align-items-center">
<a class="btn btn-outline-primary" href="index.html">Home</a>
<i class="fas fa-angle-double-right text-primary mx-2"></i>
<a class="btn btn-outline-primary disabled" href="service.html">Our Services</a>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row">
<div class="col-lg-6 pr-lg-5">
<h6 class="text-primary font-weight-normal text-uppercase mb-3">Our Awesome Services</h6>
<h1 class="mb-4 section-title">Awesome Interior Designing Services For Your Home</h1>
<p>In a nutshell, full service interior design involves an interior designer or design team managing your entire project, from initial concept to installation to magazine-worthy finishing touches. The biggest benefits of full service design are: the final result and the time/energy you save getting there.</p>
<a href="https://imagineinteriors.design/" class="btn btn-primary mt-3 py-2 px-4">View More</a>
</div>
<div class="col-lg-6 p-0 pt-5 pt-lg-0">
<div class="owl-carousel service-carousel position-relative">
<div class="d-flex flex-column text-center bg-light mx-3 p-4">
<h3 class="flaticon-bedroom display-3 font-weight-normal text-primary mb-3"></h3>
<h5 class="mb-3">Bedroom Design</h5>
<p class="m-0">Decorate your bedroom as you wish from us.</p>
</div>
<div class="d-flex flex-column text-center bg-light mx-3 p-4">
<h3 class="flaticon-kitchen display-3 font-weight-normal text-primary mb-3"></h3>
<h5 class="mb-3">Kitchen Design</h5>
<p class="m-0">Decorate your kitchen as you wish from us.</p>
</div>
<div class="d-flex flex-column text-center bg-light mx-3 p-4">
<h3 class="flaticon-bathroom display-3 font-weight-normal text-primary mb-3"></h3>
<h5 class="mb-3">Bathroom Design</h5>
<p class="m-0">Decorate your bathroom as you wish from us.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-light">
<div class="container">
<div class="row">
<div class="col-lg-7 mt-5 py-5 pr-lg-5">
<h6 class="text-primary font-weight-normal text-uppercase mb-3">Why Choose Us?</h6>
<h1 class="mb-4 section-title">25+ Years Experience In The Interior Design Industry</h1>
<p class="mb-4">Having clearly outlined design services is paramount to running an efficient and organized business. When you’re just getting started, this is a very important first step, however, it is essential to continue to refine them as you become more established.</p>
<ul class="list-inline">
<li><h5><i class="far fa-check-square text-primary mr-3"></i>25+ Years Experience</h5></li>
<li><h5><i class="far fa-check-square text-primary mr-3"></i>Best Interior Design</h5></li>
<li><h5><i class="far fa-check-square text-primary mr-3"></i>Customer Satisfaction</h5></li>
</ul>
<a href="https://imagineinteriors.design/" class="btn btn-primary mt-3 py-2 px-4">View More</a>
</div>
<div class="col-lg-5">
<div class="d-flex flex-column align-items-center justify-content-center h-100 overflow-hidden">
<img class="h-100" src="img/feature.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="container">
<div class="row">
<div class="col-md-5">
<div class="d-flex flex-column align-items-center justify-content-center h-100 overflow-hidden">
<img class="h-100" src="img/testimonial.jpg" alt="">
</div>
</div>
<div class="col-md-7 py-5 pl-md-5">
<h6 class="text-primary font-weight-normal text-uppercase mb-3 pt-5">Testimonial</h6>
<h1 class="mb-4 section-title">What Our Clients Say</h1>
<div class="owl-carousel testimonial-carousel position-relative pb-5 mb-md-5">
<div class="d-flex flex-column">
<div class="d-flex align-items-center mb-3">
<img class="img-fluid rounded-circle" src="img/testimonial-1.jpg" style="width: 60px; height: 60px;" alt="">
<div class="ml-3">
<h5>Joseph</h5>
<i>Businessman</i>
</div>
</div>
<p>They have excellent taste and resources. They know where to find the right products and materials. They led us in new and different directions that provided beautiful solutions.</p>
</div>
<div class="d-flex flex-column">
<div class="d-flex align-items-center mb-3">
<img class="img-fluid rounded-circle" src="img/testimonial-2.jpg" style="width: 60px; height: 60px;" alt="">
<div class="ml-3">
<h5>Ben</h5>
<i>Engineer</i>
</div>
</div>
<p class="m-0">I am so glad I took a chance using this interior design company - Havenly exceeded all expectations. Their designer was amazing and worked with us on creating the perfect living room for our family. They were receptive to feedback and went above and beyond helping us get samples for our dream furniture.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-dark text-white py-5 px-sm-3 px-md-5">
<div class="row pt-5">
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-primary mb-4">Get In Touch</h4>
<p><i class="fa fa-map-marker-alt mr-2"></i>12/A Street, Gulshan, Dhaka</p>
<p><i class="fa fa-phone-alt mr-2"></i>01864939338</p>
<p><i class="fa fa-envelope mr-2"></i>idesign@gmail.com</p>
<div class="d-flex justify-content-start mt-4">
<a class="btn btn-outline-light rounded-circle text-center mr-2 px-0" style="width: 38px; height: 38px;" href="https://twitter.com/INTERlORS"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-light rounded-circle text-center mr-2 px-0" style="width: 38px; height: 38px;" href="https://www.facebook.com/interiordesignverified"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-light rounded-circle text-center mr-2 px-0" style="width: 38px; height: 38px;" href="https://www.linkedin.com/company/interior-design-now-/about/"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-primary mb-4">Quick Links</h4>
<div class="d-flex flex-column justify-content-start">
<a class="text-white mb-2" href="https://zeroinchinteriorsltd.com/top-10-interior-design-company-in-bangladesh/"><i class="fa fa-angle-right mr-2"></i>Web Site</a>
<a class="text-white mb-2" href="https://zeroinchinteriorsltd.com/top-10-interior-design-company-in-bangladesh/"><i class="fa fa-angle-right mr-2"></i>Company</a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-primary mb-4">Popular Links</h4>
<div class="d-flex flex-column justify-content-start">
<a class="text-white mb-2" href="https://idesignlivesimply.com/"><i class="fa fa-angle-right mr-2"></i>Home</a>
<a class="text-white mb-2" href="https://idesignlivesimply.com/"><i class="fa fa-angle-right mr-2"></i>About Us</a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-primary mb-4">Newsletter</h4>
<form action="">
<div class="form-group">
<input type="text" class="form-control border-0" placeholder="Your Name" required="required" />
</div>
<div class="form-group">
<input type="email" class="form-control border-0" placeholder="Your Email" required="required" />
</div>
<div>
<button class="btn btn-lg btn-primary btn-block border-0" type="submit">Submit Now</button>
</div>
</form>
</div>
</div>
<div class="container border-top border-secondary pt-5">
<p class="m-0 text-center text-white">
© <a class="text-white font-weight-bold" href="#">All Rights Reserved by iDesign</a>
</div>
</div>
<a href="#" class="btn btn-lg btn-primary back-to-top"><i class="fa fa-angle-double-up"></i></a>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<script src="js/main.js"></script>
</body>
</html>