forked from ilyas-muhammad/kemang_valley
-
Notifications
You must be signed in to change notification settings - Fork 0
/
detail-nava.html
221 lines (208 loc) · 7.74 KB
/
detail-nava.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Detail Nava</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link
href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Work+Sans:300,400,700"
rel="stylesheet"
/>
<link rel="stylesheet" href="fonts/icomoon/style.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" href="css/jquery-ui.css" />
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link rel="stylesheet" href="css/owl.theme.default.min.css" />
<link rel="stylesheet" href="css/bootstrap-datepicker.css" />
<link rel="stylesheet" href="css/animate.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/build/mediaelementplayer.min.css"
/>
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css" />
<link rel="stylesheet" href="css/aos.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/custom.css" />
</head>
<body>
<div class="site-wrap">
<div class="site-mobile-menu">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<!-- .site-mobile-menu -->
<div class="site-navbar-wrap js-site-navbar bg-white">
<div class="container">
<div class="site-navbar bg-light">
<div class="py-1">
<div class="row align-items-center">
<div class="col-2">
<h2 class="mb-1 site-logo">
<a href="index.html"
><img
src="images/kemang_grey.png"
style="filter: invert(100%) sepia(100%) saturate(0) hue-rotate(72deg) brightness(100%) contrast(97%)"
width="100px"
/></a>
</h2>
</div>
<div class="col-10">
<nav class="site-navigation text-right" role="navigation">
<div class="container">
<div
class="d-inline-block d-lg-none ml-md-0 mr-auto py-3"
>
<a href="#" class="site-menu-toggle js-menu-toggle"
><span class="icon-menu h3"></span
></a>
</div>
<ul class="site-menu js-clone-nav d-none d-lg-block">
<li><a href="index.html">Home</a></li>
<li><a href="tipe.html">Tipe Unit</a></li>
<li><a href="fasilitas.html">Fasilitas</a></li>
<li><a href="galeri.html">Galeri</a></li>
<li><a href="artikel.html">Artikel</a></li>
<li><a href="lokasi.html">Lokasi</a></li>
<li><a href="kontak.html">Kontak</a></li>
<li>
<a href="tentang.html">Tentang Kami</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class="site-blocks-cover overlay"
style="background-image: url(images/1.jpg);"
data-aos="fade"
data-stellar-background-ratio="0.5"
>
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-7 text-center" data-aos="fade">
<h1 class="mb-4">Detail Tipe Nava</h1>
</div>
</div>
</div>
</div>
<div class="site-section bg-light">
<div class="container pt-5">
<img src="images/nava.jpg" class="img-fluid" />
<img src="images/spek.jpg" class="img-fluid" />
</div>
</div>
<div class="container">
<div class="row mt-5">
<div class="col-md-6">
<h3 style="color:grey; font-size: 4vh;">Connect with us</h3>
<span
class="icon-facebook-square"
style="color:orange; font-size:4vh; margin-right: 40px"
></span>
<span
class="icon-instagram"
style="color:orange; font-size:4vh; margin-right: 40px"
></span>
<span
class="icon-twitter"
style="color:orange; font-size:4vh; margin-right: 40px"
></span>
<span
class="icon-youtube"
style="color:orange; font-size:4vh;"
></span>
</div>
<div class="col-md-6" style="margin-bottom: 30px;">
<h3 style="color:grey">Newsletter sign up</h3>
<div class="input-group mb-3">
<input
id="my-input"
class="form-control"
type="text"
name=""
placeholder="Enter your email"
/>
<div class="input-group-append">
<button type="submit" class="btn btn-warning">
<span class="icon-send2"></span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-dark">
<div class="row text-center" style="padding: 10px;">
<div class="col-md-3">
<a href="index.html"
><img
class="site-logo"
src="images/kemang_grey.png"
style="width: 50%"
/></a>
</div>
<div class="col-md-3"></div>
<div class="col-md-3">
<p style="color:grey; margin-top: 10px;">
Copyright ©
<script
data-cfasync="false"
src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"
></script
><script>
document.write(new Date().getFullYear());
</script>
All Rights Reserved
</p>
</div>
</div>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/mediaelement-and-player.min.js"></script>
<script src="js/main.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function() {
var mediaElements = document.querySelectorAll("video, audio"),
total = mediaElements.length;
for (var i = 0; i < total; i++) {
new MediaElementPlayer(mediaElements[i], {
pluginPath:
"https://cdn.jsdelivr.net/npm/[email protected]/build/",
shimScriptAccess: "always",
success: function() {
var target = document.body.querySelectorAll(".player"),
targetTotal = target.length;
for (var j = 0; j < targetTotal; j++) {
target[j].style.visibility = "visible";
}
}
});
}
});
</script>
</body>
</html>