-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
566 lines (509 loc) · 29.8 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
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
<!DOCTYPE html>
<html lang="zxx">
<head>
<!-- Basic Page Needs -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Blind Curtains</title>
<meta name="keywords" content="Furniture, Decor, Interior">
<meta name="description" content="Furnitica - Minimalist Furniture HTML Template">
<meta name="author" content="tivatheme">
<!-- Mobile Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,700" rel="stylesheet">
<!-- Vendor CSS -->
<link rel="stylesheet" href="libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="libs/font-material/css/material-design-iconic-font.min.css">
<link rel="stylesheet" href="libs/nivo-slider/css/nivo-slider.css">
<link rel="stylesheet" href="libs/nivo-slider/css/animate.css">
<link rel="stylesheet" href="libs/nivo-slider/css/style.css">
<link rel="stylesheet" href="libs/owl-carousel/assets/owl.carousel.min.css">
<!-- Template CSS -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/reponsive.css">
</head>
<body id="home">
<header>
<!-- header left mobie -->
<div class="header-mobile d-md-none">
<div class="mobile hidden-md-up text-xs-center d-flex align-items-center justify-content-around">
<!-- logo -->
<div class="mobile-logo">
<a href="index.html">
<h3 style="color: white;">Blind curtains</h3>
</a>
</div>
<!-- menu right -->
<div class="mobile-menutop" data-target="#mobile-pagemenu">
<i class="zmdi zmdi-more"></i>
</div>
</div>
</div>
<!-- header desktop -->
<div class="header-top d-xs-none ">
<div class="container">
<div class="row">
<!-- logo -->
<div class="col-sm-2 col-md-2 d-flex align-items-center">
<div id="logo">
<a href="index.html">
<h4>Blind Curtains</h4>
</a>
</div>
</div>
<!-- menu -->
<div class="main-menu col-sm-4 col-md-5 align-items-center justify-content-center navbar-expand-md">
<div class="menu navbar collapse navbar-collapse">
<ul class="menu-top navbar-nav">
<li class="nav-link">
<a href="index.html" class="parent" style="color: #ffffff;">Home</a>
</li>
<li>
<a href="about-us.html" class="parent" style="color:#ffffff;">About Us</a>
</li>
<li>
<a href="contact.html" class="parent" style="color: #ffffff;">Contact US</a>
</li>
</ul>
</div>
</div>
<!-- search-->
<div id="search_widget" class="col-sm-6 col-md-5 align-items-center justify-content-end d-flex">
<form method="get" action="http://tivatheme.com/html/furnitica/index.html">
<input type="text" name="s" value="" placeholder="Search ..." class="ui-autocomplete-input"
autocomplete="off">
<button type="submit">
<i class="fa fa-search"></i>
</button>
</form>
</div>
</div>
</div>
</header>
<!-- main content -->
<div class="main-content">
<div class="wrap-banner">
<!-- menu category -->
<!-- slide show -->
<div class="section banner">
<div class="tiva-slideshow-wrapper">
<div id="tiva-slideshow" class="nivoSlider">
<a href="#">
<img class="img-responsive" src="img/boat/9.jpeg" title="#caption3" alt="Slideshow image">
</a>
<a href="#">
<img class="img-responsive" src="img/home/slider2.jpeg" title="#caption3" alt="Slideshow image">
</a>
<a href="#">
<img class="img-responsive" src="img/boat/5.jpeg" title="#caption3" alt="Slideshow image">
</a>
<a href="#">
<img class="img-responsive" src="img/boat/4.jpeg" title="#caption3" alt="Slideshow image">
</a>
<a href="#">
<img class="img-responsive" src="img/boat/6.jpeg" title="#caption3" alt="Slideshow image">
</a>
<a href="#">
<img class="img-responsive" src="img/home/slider3.jpeg" title="#caption3" alt="Slideshow image">
</a>
<a href="#">
<img class="img-responsive" src="img/home/slider1.jpeg" title="#caption3" alt="Slideshow image">
</a>
<a href="#">
<img class="img-responsive" src="img/home/slider4.jpeg" title="#caption3" alt="Slideshow image">
</a>
</div>
</div>
</div>
</div>
<!-- main -->
<div id="wrapper-site">
<div id="content-wrapper" class="full-width">
<div id="main">
<section class="page-home">
<!-- product living room -->
<div class="section living-room">
<div class="container">
<div class="tiva-row-wrap row">
<div class="groupcategoriestab-vertical col-md-12 col-xs-12">
<div class="grouptab row">
<div class="categoriestab-right col-lg-3 align-items-start d-flex flex-column col-md-3 flex-3">
<div class="block-title-content">
<h2 class="title-block">
Curtains & Blinds
</h2>
</div>
<!-- <div class="btn dropdown-toggle toggle-cate-child-vertical hidden-md-up mr-auto">Select category</div> -->
<div class="cate-child-vertical">
<ul class="d-flex align-items-start flex-column">
<li>
<a href="#">ROLLER BLINDS</a>
</li>
<li>
<a href="#">ROMAN BLINDS</a>
</li>
<li>
<a href="#">PVC CURTAINS</a>
</li>
<li>
<a href="#">Boat Upholstory</a>
</li>
</ul>
</div>
</div>
<div class="categoriestab-left product-tab col-md-9 flex-9">
<div class="title-tab-content d-flex justify-content-start">
<ul class="nav nav-tabs">
<li>
<a href="#new" data-toggle="tab" class="active">New Arrivals</a>
</li>
</ul>
</div>
<div class="tab-content">
<div id="new" class="tab-pane fade in active show">
<div class="category-product-index owl-carousel owl-theme owl-loaded owl-drag">
<div class="item text-center">
<div class="product-miniature first-item js-product-miniature item-one">
<div class="thumbnail-container">
<a href="#">
<img class="img-fluid image-cover"
src="img/home/rollerblind1.jpeg" alt="img">
<img class="img-fluid image-secondary"
src="img/home/rollerblind2.jpeg" alt="img">
</a>
</div>
<div class="product-description">
<div class="product-groups">
<div class="product-title">
<a href="#">Roller
Blind</a>
</div>
</div>
</div>
</div>
</div>
<div class="item text-center">
<div class="product-miniature first-item js-product-miniature item-one">
<div class="thumbnail-container">
<a href="#">
<img class="img-fluid image-cover"
src="img/home/roman-blind1.jpeg" alt="img">
<img class="img-fluid image-secondary"
src="img/home/romanblind2.jpeg" alt="img">
</a>
</div>
<div class="product-description">
<div class="product-groups">
<div class="product-title">
<a href="#">Roman
Blind</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<!-- banner -->
<div class="section spacing-10 group-image-special col-lg-12 col-xs-12">
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="effect">
<a href="#">
<img class="img-fluid" src="img/home/effect1.jpg" alt="banner-1"
title="banner-1">
</a>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="effect">
<a href="#">
<img class="img-fluid" src="img/home/effect2.jpg" alt="banner-2"
title="banner-2">
</a>
</div>
</div>
</div>
</div>
<!-- best seller -->
<div class="section best-sellers col-lg-12 col-xs-12">
<div class="row">
<div class="col-md-12 col-xs-12">
<div class="groupproductlist">
<div class="row d-flex align-items-center">
<!-- column 4 -->
<div class="flex-4 col-lg-4 flex-4">
<h2 class="title-block">
<span class="sub-title">Best sellers Of</span>Sofa
</h2>
<div class="content-text">
<p> We do Re upholstery and manufacture custom made Sofa, chairs,
bench etc. Different type of materials such as fabrics,
artificial leather (Rexine), Leather etc are available in
different range and different quality.
</p>
</div>
</div>
<!-- column 8 -->
<div class="block-content col-lg-8 flex-8">
<div class="tab-content">
<div class="tab-pane fade in active show">
<div class="category-product-index owl-carousel owl-theme owl-loaded owl-drag">
<div class="item text-center">
<div class="product-miniature js-product-miniature item-one first-item">
<div class="thumbnail-container">
<a href="#">
<img class="img-fluid image-cover"
src="img/home/slider2.jpeg" alt="img">
<img class="img-fluid image-secondary"
src="img/home/sofa1.jpeg" alt="img">
</a>
</div>
</div>
</div>
<div class="item text-center">
<div class="product-miniature js-product-miniature item-one first-item">
<div class="thumbnail-container">
<a href="#">
<img class="img-fluid image-cover"
src="img/home/sofa2.jpeg" alt="img">
<img class="img-fluid image-secondary"
src="img/home/sofa3.jpeg" alt="img">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- SHOP THE LOOK -->
<div class="section spacing-10 groupbanner-special ">
<div class="title-block">
<span class="sub-title">shop the lookbook</span>
<span>SHOP THE LOOK</span>
<span>Our Lookbook
<br> hand-picked arrivals from
<br>the best designer</span>
</div>
<div class="row">
<div class="tiva-lookbook default col-lg-6 col-md-6 col-xs-12">
<div class="row">
<div class="items col-lg-12 col-sm-12 col-xs-12">
<div class="tiva-content-lookbook">
<img class="img-fluid img-responsive" src="img/home/romanblind3.jpeg"
alt="lookbook">
</div>
</div>
</div>
</div>
<!-- Module Lookbooks -->
<div class="tiva-lookbook default col-lg-6 col-md-6 col-xs-12">
<div class="row">
<div class="items col-lg-12 col-sm-12 col-xs-12">
<div class="tiva-content-lookbook">
<img class="img-fluid img-responsive" src="img/home/slider2.jpeg"
alt="lookbook">
</div>
<div class="info-lookbook">
</div>
</div>
</div>
</div>
<!-- Module Lookbooks -->
<div class="tiva-lookbook default col-lg-6 col-md-6 col-xs-12">
<div class="row">
<div class="items col-lg-12 col-sm-12 col-xs-12">
<div class="tiva-content-lookbook">
<img class="img-fluid img-responsive" src="img/home/slider3.jpeg"
alt="lookbook">
</div>
<div class="info-lookbook">
</div>
</div>
</div>
</div>
<!-- Module Lookbooks -->
<div class="tiva-lookbook default col-lg-6 col-md-6 col-xs-12">
<div class="row">
<div class="items col-lg-12 col-sm-12 col-xs-12">
<div class="tiva-content-lookbook">
<img class="img-fluid img-responsive" src="img/home/sofa1.jpeg"
alt="lookbook">
</div>
<div class="info-lookbook">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
<!-- footer -->
<footer class="footer-one">
<div class="inner-footer">
<div class="container">
<div class="footer-top col-lg-12 col-xs-12">
<div class="row">
<div class="tiva-html col-lg-4 col-md-12 col-xs-12">
<div class="block">
<div class="block-content">
<p class="logo-footer">
<h3>Blind Curtains</h3>
</p>
<p class="content-logo">It is all our team sincere efforts that today in UAE market is
identified as an company dedicated to Innovations and we are proud to mention that
we were instrumental in shaping window furnishing market in UAE. Many popular
fabrics of Europe & US were not easily available in UAE, we are proud to introduce
those types of fabrics first time in UAE. We strive to be leaders in our industry,
and to be the best in everything we do, from the products we produce or acquire to
the systems and processes we adopt.
</p>
</div>
</div>
</div>
<div class="tiva-html col-lg-4 col-md-6">
<div class="block m-top">
<div class="title-block">
Contact Us
</div>
<div class="block-content">
<div class="contact-us">
<div class="title-content">
<i class="fa fa-home" aria-hidden="true"></i>
<span>Address :</span>
</div>
<div class="content-contact address-contact">
<p>Al Wasl road, Jumeirah,
Dubai – UAE</p>
</div>
</div>
<div class="contact-us">
<div class="title-content">
<i class="fa fa-envelope" aria-hidden="true"></i>
<span>Email :</span>
</div>
<div class="content-contact mail-contact">
<p><a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
<div class="contact-us">
<div class="title-content">
<i class="fa fa-phone" aria-hidden="true"></i>
<span>Hotline :</span>
</div>
<div class="content-contact phone-contact">
<p><a href="tel:+971-509327375">+971-509327375</a> / <a href="tel:+971-559562158">+971-559562158</a></p>
</div>
</div>
<div class="contact-us">
<div class="title-content">
<i class="fa fa-clock-o" aria-hidden="true"></i>
<span>Opening Hours :</span>
</div>
<div class="content-contact hours-contact">
<p>Sunday - Thursday / 08.00AM - 19.00</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="tiva-copyright">
<div class="container">
<div class="row">
<div class="text-center col-lg-12 ">
<span>
Copyright © by Blind Curtains.
</span>
</div>
</div>
</div>
</div>
</footer>
<!-- back top top -->
<div class="back-to-top">
<a href="https://wa.me/971556587833?text=helloo">
<img src="img/home/whatsapp.png" width="100%" height="100%"/>
</a>
</div>
<!-- menu mobie left -->
<!-- menu mobie right -->
<div id="mobile-pagemenu" class="mobile-boxpage d-flex hidden-md-up active d-md-none">
<div class="content-boxpage col">
<div class="box-header d-flex justify-content-between align-items-center">
<div class="title-box">Menu</div>
<div class="close-box">Close</div>
</div>
<div class="box-content">
<nav>
<!-- Brand and toggle get grouped for better mobile display -->
<div id="megamenu" class="clearfix">
<ul class="menu level1">
<li class="item home-page has-sub">
<span class="arrow collapsed" data-toggle="collapse" data-target="#home1"
aria-expanded="true" role="status">
<i class="zmdi zmdi-minus"></i>
<i class="zmdi zmdi-plus"></i>
</span>
<a href="index.html" title="Home">
<i class="fa fa-home" aria-hidden="true"></i>Home</a>
</li>
<li class="item has-sub">
<a href="contact.html" title="Contact us">
<i class="fa fa-address-book" aria-hidden="true"></i>About us</a>
</li>
<li class="item has-sub">
<a href="contact.html" title="Contact us">
<i class="fa fa-map-marker" aria-hidden="true"></i>Contact us</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
<!-- Page Loader -->
<div id="page-preloader">
<div class="page-loading">
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
</div>
</div>
<!-- Vendor JS -->
<script src="libs/jquery/jquery.min.js"></script>
<script src="libs/popper/popper.min.js"></script>
<script src="libs/bootstrap/js/bootstrap.min.js"></script>
<script src="libs/nivo-slider/js/jquery.nivo.slider.js"></script>
<script src="libs/owl-carousel/owl.carousel.min.js"></script>
<!-- Template JS -->
<script src="js/theme.js"></script>
</body>
</html>