-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (75 loc) · 4.32 KB
/
index.html
File metadata and controls
81 lines (75 loc) · 4.32 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Furnish Part - บริษัท เฟอร์นิช พาร์ท จำกัด</title>
<meta name="description" content="ผลิตและติดตั้งเฟอร์นิเจอร์ไม้ตามสั่ง งานบิ้วอินและงานลอยตัว รับเหมาตกแต่งภายในสำหรับธุรกิจร้านค้า โชว์รูม ศูนย์บริการต่างๆ โดยสามารถดูแลงานโปรเจ็คติดตั้งงานทั่วประเทศ">
<meta name="author" content="Furnish Parts">
<meta name="google-site-verification" content="_tufJdqnWITif935I0dtW1IY1CYQZnyrATNE_Dmy4Fo">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="vendor/perfundo/perfundo.with-icons.min.css">
</head>
<body>
<div class="wrapper">
<div class="home header"></div>
<div class="home content" style="padding-top: -70px;">
<div class="menu" style="margin-top: -1px;">
<div class="home"><a href="index.html">หน้าแรก</a></div>
<div class="about-us"><a href="about-us.html">เกี่ยวกับเรา</a></div>
<div class="design3d"><a href="design3d.html">ผลงานด้านออกแบบ 3D</a></div>
<div class="gallery"><a href="gallery.html">ผลงานตัวอย่าง</a></div>
<div class="contact-us"><a href="contact-us.html">ติดต่อเรา</a></div>
</div>
<div class="perfundo js-perfundo photo">
<a class="perfundo__link js-perfundo-link" href="#perfundo-img1">
<img src="asset/home/sh1.jpg">
</a>
<div id="perfundo-img1" class="perfundo__overlay fadeIn js-perfundo-overlay">
<figure class="perfundo__content perfundo__figure">
<img src="asset/home/sh1.jpg">
<div class="perfundo__image" style="width: 800px; padding-top: 66.25%; background-image: url(asset/home/h1.jpg);"></div>
</figure>
<a href="#perfundo-untarget" class="perfundo__close perfundo__control js-perfundo-close">Close</a>
<a class="perfundo__next perfundo__control js-perfundo-next" href="#perfundo-img2">Next</a>
</div>
</div>
<div class="perfundo js-perfundo photo">
<a class="perfundo__link js-perfundo-link" href="#perfundo-img2">
<img src="asset/home/sh2.jpg">
</a>
<div id="perfundo-img2" class="perfundo__overlay fadeIn js-perfundo-overlay">
<figure class="perfundo__content perfundo__figure">
<img src="asset/home/sh2.jpg">
<div class="perfundo__image" style="width: 800px; padding-top: 66.25%; background-image: url(asset/home/h2.jpg);"></div>
</figure>
<a href="#perfundo-untarget" class="perfundo__close perfundo__control js-perfundo-close">Close</a>
<a class="perfundo__next perfundo__control js-perfundo-next" href="#perfundo-img3">Next</a>
<a class="perfundo__prev perfundo__control js-perfundo-prev" href="#perfundo-img1">Prev</a>
</div>
</div>
<div class="perfundo js-perfundo photo">
<a class="perfundo__link js-perfundo-link" href="#perfundo-img3">
<img src="asset/home/sh3.jpg">
</a>
<div id="perfundo-img3" class="perfundo__overlay fadeIn js-perfundo-overlay">
<figure class="perfundo__content perfundo__figure">
<img src="asset/home/sh3.jpg">
<div class="perfundo__image" style="width: 800px; padding-top: 66.25%; background-image: url(asset/home/h3.jpg);"></div>
</figure>
<a href="#perfundo-untarget" class="perfundo__close perfundo__control js-perfundo-close">Close</a>
<a class="perfundo__prev perfundo__control js-perfundo-prev" href="#perfundo-img2">Prev</a>
</div>
</div>
</div>
<div class="home footer"></div>
</div>
<script src="vendor/perfundo/perfundo.min.js"></script>
<script>
perfundo('.perfundo', {
disableHistory: true,
swipe: true
});
</script>
</body>
</html>