-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
414 lines (396 loc) · 17.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- site metas -->
<title>Woods</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- bootstrap css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- style css -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Responsive-->
<link rel="stylesheet" href="css/responsive.css">
<!-- fevicon -->
<link rel="icon" href="images/fevicon.png" type="image/gif" />
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<!-- owl stylesheets -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen">
</head>
<body>
<!--header section start -->
<div class="header_section">
<div class="container-fluid">
<div class="row">
<div class="col-sm-12 col-lg-3">
<div class="logo"><img src="images/logo.png"></div>
</div>
<div class="col-sm-4 col-lg-5">
<div class="menu-area">
<nav class="navbar navbar-expand-lg ">
<!-- <a class="navbar-brand" href="#">Menu</a> -->
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="company.html">Company</a>
</li>
<li class="nav-item">
<a class="nav-link" href="furnitures.html">Furnitures</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="login.html">Login</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<div class="col-sm-8 col-lg-4">
<div class="togle_3">
<div class="left_main">
<div class="menu_main">
<a href="/account/index.html"><i class="fa fa-fw fa-user"></i> Login / Register</a>
</div>
</div>
<div class="middle_main">
<div class="shoping_bag"><img src="images/search-icon.png"></div>
</div>
<div class="right_main">
<div class="togle_main"><img src="images/shopping-bag.png"></div>
</div>
</div>
</div>
</div>
</div>
<!-- banner section start -->
<div class="banner_section layout_padding">
<div class="container-fluid">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-sm-1">
<p class="number_tetx">02/3</p>
<div class="line"><img src="images/linr-icon.png"></div>
<p class="number_tetx">02/3</p>
<div class="left_img"><img src="images/img-2.png"></div>
</div>
<div class="col-sm-5">
<h1 class="furniture_text">2019</h1>
<h1 class="trends_text">TRENDS</h1>
<h1 class="furniture_text">FURNITURE</h1>
<P class="lorem_text">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, </P>
<button class="more_bt">MORE INFO</button>
<button class="furniture_bt">FURNITURE</button>
</div>
<div class="col-sm-6">
<div><img src="images/img-1.png"></div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-sm-1">
<p class="number_tetx">02/3</p>
<div class="line"><img src="images/linr-icon.png"></div>
<p class="number_tetx">02/3</p>
<div class="left_img"><img src="images/img-2.png"></div>
</div>
<div class="col-sm-5">
<h1 class="furniture_text">2019</h1>
<h1 class="trends_text">TRENDS</h1>
<h1 class="furniture_text">FURNITURE</h1>
<P class="lorem_text">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, </P>
<button class="more_bt">MORE INFO</button>
<button class="furniture_bt">FURNITURE</button>
</div>
<div class="col-sm-6">
<div><img src="images/img-1.png"></div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-sm-1">
<p class="number_tetx">02/3</p>
<div class="line"><img src="images/linr-icon.png"></div>
<p class="number_tetx">02/3</p>
<div class="left_img"><img src="images/img-2.png"></div>
</div>
<div class="col-sm-5">
<h1 class="furniture_text">2019</h1>
<h1 class="trends_text">TRENDS</h1>
<h1 class="furniture_text">FURNITURE</h1>
<P class="lorem_text">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, </P>
<button class="more_bt">MORE INFO</button>
<button class="furniture_bt">FURNITURE</button>
</div>
<div class="col-sm-6">
<div><img src="images/img-1.png"></div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
<!-- banner section end -->
<!-- about section start -->
<div class="layout_padding about_section ">
<div class="container">
<h1 class="about_taital">About <span style="background-color: #fee421; color: #fff; padding: 0px 5px;">Us</span></h1>
<p class="market_text">making it look like readable English. Many desktop publishing</p>
<div class="about_bg">
<div class="row">
<div class="col-md-8">
<p class="about_long_text">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution o
f letters, a
s opposed to using 'Content h
ere, content here', making it look like readable English. Many desktop publishing packages and web</p>
<button class="about_bt">ABOUT MORE</button>
</div>
<div class="col-md-4">
<div class="table_img"><img src="images/about-img.png"></div>
</div>
</div>
</div>
</div>
</div>
<!-- about section end -->
<!-- our furniture section start -->
<div class="our_furniture_section layout_padding">
<div class="container">
<h1 class="about_taital">Our <span style="background-color: #fee421; color: #fff; padding: 0px 5px;">Funitures</span></h1>
<p class="market_text">page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution o</p>
</div>
</div>
<div class="our_section_2">
<div class="row">
<div class="col-sm-5">
<div class="images_bt">
<div class="image_left">
<button class="seemore_bt">SEE MORE</button>
</div>
<div class="image_right">
<div class="image_9"><img src="images/img-9.png"></div>
<div class="new_text">NEW DESIGN</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="image"><img src="images/img-4.png"></div>
</div>
<div class="col-sm-3">
<div class="image"><img src="images/img-5.png"></div>
</div>
</div>
<div class="images_section_2">
<div class="row">
<div class="col-sm-4">
<div class="image_6"><img src="images/img-6.png"></div>
</div>
<div class="col-sm-4">
<div class="image_6"><img src="images/img-7.png"></div>
</div>
<div class="col-sm-4">
<div class="image_6"><img src="images/img-8.png"></div>
</div>
</div>
</div>
</div>
<!-- our furniture section end -->
<!-- testi monial section start -->
<div class="testi_monial_section layout_padding">
<div class="container">
<div id="my_carousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<h1 class="testi_monila_text">Testi <span style="background-color: #fee421; color: #fff; padding: 0px 5px;">Monial</span></h1>
<div class="testimonila_inner">
<div class="testing_img"><img src="images/img-10.png"></div>
<h2 class="helina_text">Helina</h2>
<p class="dolor_text">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look</p>
</div>
</div>
<div class="carousel-item">
<h1 class="testi_monila_text">Testi <span style="background-color: #fee421; color: #fff; padding: 0px 5px;">Monial</span></h1>
<div class="testimonila_inner">
<div class="testing_img"><img src="images/img-10.png"></div>
<h2 class="helina_text">Helina</h2>
<p class="dolor_text">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look</p>
</div>
</div>
<div class="carousel-item">
<h1 class="testi_monila_text">Testi <span style="background-color: #fee421; color: #fff; padding: 0px 5px;">Monial</span></h1>
<div class="testimonila_inner">
<div class="testing_img"><img src="images/img-10.png"></div>
<h2 class="helina_text">Helina</h2>
<p class="dolor_text">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#my_carousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#my_carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<!-- testi monial section end -->
<!-- contact section start -->
<div class="layout_padding contact_section">
<div class="container">
<div class="contact_section_inner">
<div class="contact_main">
<h1 class="contact_text">Contact Us</h1>
<div class="input_main">
<div class="row">
<div class="col-sm-6 col-lg-3">
<div class="form-group">
<input type="text" class="email-bt" placeholder="Name" name="Email">
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="form-group">
<input type="text" class="email-bt" placeholder="Phone Number" name="Email">
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="form-group">
<input type="text" class="email-bt" placeholder="Email" name="Email">
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="social_icon">
<ul>
<li><img src="images/fb-icon.png"></li>
<li><img src="images/twitter-icon.png"></li>
<li><img src="images/in-icon.png"></li>
<li><img src="images/instagram-icon.png"></li>
<li><img src="images/youtube-icon.png"></li>
</ul>
</div>
</div>
</div>
</div>
<div class="massage_box">
<div class="row">
<div class="col-sm-8">
<form action="/action_page.php">
<div class="form-group">
<textarea class="massage-bt" placeholder="Message" rows="5" id="comment" name="text"></textarea>
</div>
</form>
</div>
<div class="col-sm-4">
<button class="send_bt">Send</button>
<button class="cancel">Cancel</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- contact section end -->
<!-- footer section start -->
<div class="footer_section layout_padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="useful_main border_right0">
<h2 class="useful_text">Menus</h2>
<ul >
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About </a></li>
<li><a href="company.html">Company</a></li>
<li><a href="furnitures.html">Furnitures</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 ">
<h2 class="useful_text">Address</h2>
<ul class="location">
<li><img src="images/map-icon.png"><a href="www.google.com/maps">Locations</a></li>
<li><img src="images/call-icon.png"><a href="company.html">+71 89078493</a></li>
<li><img src="images/email-icon.png"><a href="furnitures.html">[email protected]</a></li>
</ul>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 ">
<h2 class="useful_text">Newsletter</h2>
<div class="form-group">
<input type="text" class="address_send" placeholder="Address" name="Email">
<button class="subscribe_bt">Subscribe</button>
</div>
</div>
</div>
</div>
</div>
<!-- footer section end -->
<!-- copyright section start -->
<div class="copyright">
<div class="container">
<p class="copyright_text">Copyright 2019 All Right Reserved By.<a href="https://html.design"> Free html Templates</p>
</div>
</div>
<!-- copyright section end -->
<!-- Javascript files-->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery-3.0.0.min.js"></script>
<script src="js/plugin.js"></script>
<!-- sidebar -->
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/custom.js"></script>
<!-- javascript -->
<script src="js/owl.carousel.js"></script>
<script src="https:cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script>
<script>
$(document).ready(function(){
$(".fancybox").fancybox({
openEffect: "none",
closeEffect: "none"
});
</script>
</body>
</html>