-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
501 lines (489 loc) · 25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="icon" href="favicon.ico">
<meta name="title" content="" />
<meta name="description" content="" />
<!-- meta facebook -->
<meta property="og:locale" content="vi" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Trang chủ" />
<meta property="og:description" content="" />
<meta property="og:url" content="" />
<meta property="og:site_name" content="" />
<meta property="og:image" content="" />
<link rel="stylesheet" href="dest/style.min.css">
<link rel="stylesheet" href="dest/fonts.css">
<link rel="stylesheet" href="dest/stylelibs.min.css">
</head>
<body>
<header>
<div class="bgrheader"></div>
<div class="container-fluid">
<div class="logo">
<a href="#">
<img src="img/logo.ico" alt="Wooder">
<h2 class="hidden">WOODER</h2>
</a>
</div>
<ul class="menu">
<li><a href="#slider" class="active">HOME</a></li>
<li><a href="#products">PRODUCTS</a></li>
<li><a href="#video">VIDEO</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#gallery">GALLERY</a></li>
<li><a href="#news">NEWS</a></li>
</ul>
<div class="right">
<div class="lang">
<div class="lang__current">
<span>EN</span>
<i><img src="img/down-arrow.svg" alt=""></i>
</div>
<div class="lang_option">
<div class="lang_option-item">Vn</div>
<div class="lang_option-item">JP</div>
<div class="lang_option-item">SE</div>
</div>
</div>
<div class="btnmenu"><span></span></div>
</div>
<nav class="nav">
<ul>
<li><a href="#home">HOME</a></li>
<li><a href="#products">PRODUCTS</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#gallery">GALLERY</a></li>
<li><a href="news">NEWS</a></li>
</ul>
</nav>
</div>
</header>
<main class="homepage">
<section class="slider">
<div class="slider__item-wrap">
<div class="slider__item">
<div class="slider__item-text">
<h2 class="title">WOODER</h2>
<a href="#" class="btn btnmain">
LEARN MORE <i><img src="img/arrow-slides-learn.png" alt=""></i>
</a>
</div>
<img src="img/slides1.jpg" alt="" class="slider__item-img">
</div>
<div class="slider__item">
<div class="slider__item-text">
<h2 class="title">WOODER2</h2>
<a href="#" class="btn btnmain">
LEARN MORE <i><img src="img/arrow-slides-learn.png" alt=""></i>
</a>
</div>
<img src="img/slides2.jpg" alt="" class="slider__item-img">
</div>
<div class="slider__item">
<div class="slider__item-text">
<h2 class="title">WOODER3</h2>
<a href="#" class="btn btnmain">
LEARN MORE <i><img src="img/arrow-slides-learn.png" alt=""></i>
</a>
</div>
<img src="img/slides3.jpg" alt="" class="slider__item-img">
</div>
</div>
<div class="slider__bottom">
<div class="container-fluid">
<div class="slider__bottom-paging">
<div class="number">01</div>
<ol class="dots">
</ol>
</div>
<div class="slider__bottom-mouse">
<div class="mouse"><img src="img/mouse-slides.png" alt=""></div>
<div class="arrow"><img src="img/arrow-line.png" alt=""></div>
</div>
<div class="slider__bottom-control">
<div class="btnctr prev">
<i><img src="img/arrow-right-slides.png" alt=""></i>
</div>
<div class="btnctr next">
<i><img src="img/arrow-right-slides.png" alt=""></i>
</div>
</div>
</div>
</div>
</section>
<section class="products pb">
<div class="container">
<div class="product">
<div class="product__text textbox">
<h2 class="title">FURNITURE</h2>
<p class="des">Wooder utilizes materials otherwise left behind, rendered useless in their
original intent. By creating new pieces made </p>
<a href="#" class="btnmore">Learn More
<img src="img/right-arrow(2).svg" alt="">
</a>
</div>
<div class="product__img">
<img src="img/furniture.jpg" alt="">
</div>
</div>
<div class="product">
<div class="product__text textbox --textright">
<h2 class="title">DECOR</h2>
<p class="des">We make all types of wooden decor as per design given by Architect,Interior
designer, contractor which is suitable </p>
<a href="#" class="btnmore">Learn More
<img src="img/right-arrow(2).svg" alt="">
</a>
</div>
<div class="product__img">
<img src="img/decor.jpg" alt="">
</div>
</div>
</div>
</div>
</section>
<section class="video pb">
<div class="container">
<div class="intro__center">
<div class="textbox --textcenter">
<h2 class="title">WOODER - IS QUALITY</h2>
<p class="des">We create unique design objects made of rare wood, specially under the order.
Look at
the short video about our work.</p>
</div>
</div>
<div class="video__item-wrap">
<div class="video__item">
<div data-video-id="sKnpGhlDh10" class="video__item-img">
<img src="img/img-video1.jpg" alt="">
<div class="play_button"><img src="img/icon-play-video.png" alt=""></div>
</div>
<p class="video__item-caption">Innovative Design</p>
</div>
<div class="video__item">
<div data-video-id="odM92ap8_c0" class="video__item-img">
<img src="img/img-video2.jpg" alt="">
<div class="play_button"><img src="img/icon-play-video.png" alt=""></div>
</div>
<p class="video__item-caption">High-level Skills</p>
</div>
<div class="video__item">
<div data-video-id="JuDLepNa7hw" class="video__item-img">
<img src="img/img-video3.jpg" alt="">
<div class="play_button"><img src="img/icon-play-video.png" alt=""></div>
</div>
<p class="video__item-caption">Innovative Design</p>
</div>
</div>
</div>
</section>
<section class="info">
<div class="container">
<div class="info__textbox textbox">
<h2 class="title --yellow">WE DO THE DESIGN OF ANY COMPLEXITY</h2>
<p class="des --white">This is a team of professionals that make the furniture and wood décor high
standard.
Creating modern designs. Adhering to the global quality standards. And we are doing work
with love.
</p>
<div class="btn-video btnmain"><img src="img/play-button.svg" alt="" class="icon-play">WATCH VIDEO
</div>
</div>
</div>
</section>
<section class="about pb">
<div class="container">
<div class="about__row">
<div class="about__row-img">
<img src="img/about-us.jpg" alt="">
</div>
<div class="about__row-text textbox">
<h2 class="title">ABOUT US</h2>
<p class="des">We are a team of professionals in the wood processing and the creation of wooden
furniture
of the highest class.
</p>
<a href="#" class="btnmore">LEARN MORE<img src="img/right-arrow(2).svg" alt="">
</a>
</div>
</div>
</div>
</section>
<section class="gallery pb">
<div class="container">
<div class="gallery__text textbox">
<h2 class="title --white">GALLERY</h2>
<p class="des --white">We are a team of professionals in the wood processing and
the creation of wooden furniture of the highest class
</p>
</div>
<div class="gallery__gird">
<!-- <div class="carousel-img" itemscope data-pswp-uid="1"> -->
<figure class="gallery__gird-item item1">
<a href="img/gallery-full1.jpg" data-size="343x384">
<img src="img/gallery-small1.jpg" alt="">
</a>
</figure>
<figure class="gallery__gird-item item2">
<a href="img/gallery-full3.jpg" data-size="343x384">
<img src="img/gallery-small3.jpg" alt="">
</a>
</figure>
<figure class="gallery__gird-item item3">
<a href="img/gallery-full2.jpg" data-size="343x384">
<img src="img/gallery-small2.jpg" alt="">
</a>
</figure>
<figure class="gallery__gird-item item4">
<a href="img/gallery-full4.jpg" data-size="343x384">
<img src="img/gallery-small4.jpg" alt="">
</a>
</figure>
<figure class="gallery__gird-item item5">
<a href="img/gallery-full5.jpg" data-size="343x384">
<img src="img/gallery-small5.jpg" alt="">
</a>
</figure>
<!-- <div class="gallery__gird-item item2"><img src="img/gallery-small3.jpg" alt=""></div>
<div class="gallery__gird-item item3"><img src="img/gallery-small2.jpg" alt=""></div>
<div class="gallery__gird-item item4"><img src="img/gallery-small4.jpg" alt=""></div>
<div class="gallery__gird-item item5"><img src="img/gallery-small5.jpg" alt=""></div> -->
<!-- </div> -->
</div>
</div>
</section>
<section class="news pb">
<div class="container">
<div class="textbox">
<h1 class="title">NEWS</h1>
<p class="des --black">We are a team of professionals in the wood processing and
the creation of wooden furniture of the highest class
</p>
</div>
<div class="news__tags">
<div class="news__tags-text">
<div class="tag activebtn">Internal</div>
<div class="tag">External</div>
</div>
<div class="news__list new__list-1 activelist">
<div class="news__list-item">
<div class="img"><a href="#"><img src="img/news1.jpg" alt=""></a></div>
<div class="text">
<h3 class="title"><a href="#" title="Where does it come from?">Where does it come
from?</a>
</h3>
<p>Contrary to popular belief, Lorem Ipsum
is not simply random text. It has roots
in a piece of classical Latin literatur...</p>
</div>
</div>
<div class="news__list-item">
<div class="img"><a href="#"><img src="img/news2.jpg" alt=""></a></div>
<div class="text">
<h3 class="title"><a href="#" title="There are many
variations of passages">There are many
variations of passages</a></h3>
<p>Contrary to popular belief, Lorem Ipsum
is not simply random text. It has roots
in a piece of classical Latin literatur...</p>
</div>
</div>
<div class="news__list-item">
<div class="img"><a href="#"><img src="img/news3.jpg" alt=""></a></div>
<div class="text">
<h3 class="title"><a href="#" title="It is a long established
fact that a reader">It is a long established
fact that a reader</a></h3>
<p>Contrary to popular belief, Lorem Ipsum
is not simply random text. It has roots
in a piece of classical Latin literatur...</p>
</div>
</div>
</div>
<div class="news__list new__list-2">
<div class="news__list-item">
<div class="img"><a href="#"><img src="img/gallery-small2.jpg" alt=""></a></div>
<div class="text">
<h3 class="title"><a href="#" title="Where does it come from?">Hello Hello</a>
</h3>
<p>Contrary to popular belief, Lorem Ipsum
is not simply random text. It has roots
in a piece of classical Latin literatur...</p>
</div>
</div>
<div class="news__list-item">
<div class="img"><a href="#"><img src="img/gallery-small5.jpg" alt=""></a></div>
<div class="text">
<h3 class="title"><a href="#" title="There are many
variations of passages">There are many
variations of passages</a></h3>
<p>Contrary to popular belief, Lorem Ipsum
is not simply random text. It has roots
in a piece of classical Latin literatur...</p>
</div>
</div>
<div class="news__list-item">
<div class="img"><a href="#"><img src="img/gallery-small4.jpg" alt=""></a></div>
<div class="text">
<h3 class="title"><a href="#" title="It is a long established
fact that a reader">It is a long established
fact that a reader</a></h3>
<p>Contrary to popular belief, Lorem Ipsum
is not simply random text. It has roots
in a piece of classical Latin literatur...</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="question pd">
<div class="container">
<div class="question__textbox textbox --black">
<h2 class="title">FAQ</h2>
<p class="des">Freequently Asked Question</p>
</div>
<div class="question__list">
<button class="accordion">
<h2>
<strong>Question1?</strong>
</h2>
<i><img src="img/arrow-point-to-right.svg" alt=""></i>
</button>
<div class="panel">
<p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt
ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt
ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt
ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat.
</p>
</div>
<button class="accordion">
Question2?
<i><img src="img/arrow-point-to-right.svg" alt=""></i>
</button>
<div class="panel">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt
ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt
ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat.
</p>
</div>
<button class="accordion">
Question3?
<i><img src="img/arrow-point-to-right.svg" alt=""></i>
</button>
<div class="panel">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt
ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt
ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat.
</p>
</div>
</div>
</div>
</section>
<section class="photo">
<div class="container">
<div class="photo__textbox textbox --black">
<h2 class="title">PHOTO</h2>
</div>
</div>
<div class="photos">
<img src="img/slides-footer1.jpg" alt="">
<img src="img/slides-footer2.jpg" alt="">
<img src="img/slides-footer4.jpg" alt="">
<img src="img/slides-footer1.jpg" alt="">
<img src="img/gallery-full3.jpg" alt="">
</div>
</section>
<div class="backtop"><img src="img/top-alignment.svg" alt=""></div>
</main>
<footer>
<div class="container">
<div class="copy">© 2016 WOODER, Demo by CFD</div>
<div class="logoft"><a href="#"><img src="img/logo.png" alt=""></a></div>
<div class="backtotop"><a href="#">BACK TO TOP</a></div>
</div>
</footer>
<div class="popup-video">
<div class="iframe_wrap">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/sKnpGhlDh10"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<div class="close">X</div>
</div>
</div>
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
</button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
</button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<script src="dest/jsmain.min.js"></script>
<!-- <script src="dest/main.js"></script> -->
<script src="dest/main_jquery.js"></script>
<!-- <script src="dest/main_jquery.js"></script> -->
</body>
<!-- odM92ap8_c0
JuDLepNa7hw
sKnpGhlDh10
-->
</html>