-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvideo.html
355 lines (328 loc) · 11.6 KB
/
video.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-2574HJC7KK"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-2574HJC7KK");
</script>
<!-- META BROWSER -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- HTML Meta Tags -->
<title>Video - CV. Edith Arkatama</title>
<meta name="author" content="Cv. Edith Arkatama" />
<meta
name="keywords"
content="CV. Edith Arkatama, Edith Arkatama, Edith Event Planner, Catering Edith"
/>
<meta
name="description"
content="CV. Edith Arkatama menyediakan layanan Event Organizer, Transportasi Pariwisata, dan Catering dengan harga dan fasilitas terbaik."
/>
<meta content="CV. Edith Arkatama" property="og:title" />
<!-- Open Graph Meta Tags -->
<meta property="og:url" content="https://editharkatama.vercel.app/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="CV. Edith Arkatama" />
<meta
property="og:description"
content="CV. Edith Arkatama menyediakan layanan Event Organizer, Transportasi Pariwisata, dan Catering dengan harga dan fasilitas terbaik."
/>
<meta
property="og:image"
content="https://editharkatama.vercel.app/img/logo/logo-edith.png"
/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="editharkatama.vercel.app" />
<meta property="twitter:url" content="https://editharkatama.vercel.app/" />
<meta name="twitter:title" content="CV. Edith Arkatama" />
<meta
name="twitter:description"
content="CV. Edith Arkatama menyediakan layanan Event Organizer, Transportasi Pariwisata, dan Catering dengan harga dan fasilitas terbaik."
/>
<meta
name="twitter:image"
content="https://editharkatama.vercel.app/img/logo/logo-edith.png"
/>
<!-- Favicon -->
<link
rel="shortcut icon"
href="img/favicon/logo-edith.png"
type="image/x-icon"
/>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,400;0,700;1,700&display=swap"
rel="stylesheet"
/>
<!-- Animations AOS -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- Feather Icons -->
<script src="https://unpkg.com/feather-icons"></script>
<!-- Font Awesome Icons -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- Lightbox2 CSS -->
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/css/lightbox.min.css"> -->
<!-- My CSS & Responsive -->
<link rel="stylesheet" href="style/style.css" />
<link rel="stylesheet" href="style/responsive.css" />
<link rel="stylesheet" href="style/navbar.css" />
<link rel="stylesheet" href="style/hero.css" />
<link rel="stylesheet" href="style/live-search.css" />
<link rel="stylesheet" href="style/galeri.css" />
<link rel="stylesheet" href="style/footer.css" />
<!-- <link rel="stylesheet" href="style/loading.css"> -->
</head>
<body>
<!-- Whatsapp Button -->
<a
href="https://wa.me/6282298066188?text=Halo%20kak.%20Saya%20mau%20tanya?%20"
target="_blank"
>
<button id="whatsappBtn" title="Go to WA">
<i class="fa-brands fa-whatsapp"></i>
</button>
</a>
<!-- Navbar start -->
<nav class="navbar">
<a href="/" class="navbar-logo">
<img
src="img/logo/logo-edith.png"
alt="Logo Edith Arkatama"
height="50"
/>
</a>
<div class="navbar-nav">
<!-- <a href="">Home</a> -->
<div class="dropdown">
<a href="#" class="dropbtn"
>Paket Pernikahan <i class="fa fa-caret-down"></i
></a>
<div class="dropdown-content">
<a href="paket-pernikahan/wedding-package-300.html"
>Paket Pernikahan</a
>
<a href="gubukan/gubukan.html">Gubukan</a>
<a href="catalog/catalog.html">Catalog</a>
<a href="menubox/menu-box.html">Menu Box</a>
</div>
</div>
<div class="dropdown">
<a href="#" class="dropbtn"
>Paket Prasmanan <i class="fa fa-caret-down"></i
></a>
<div class="dropdown-content">
<a href="#">Paket Ramadhan</a>
<a href="#">Prasmanan</a>
</div>
</div>
<div class="dropdown">
<a href="#" class="dropbtn"
>Paket Nasi Box <i class="fa fa-caret-down"></i
></a>
<div class="dropdown-content">
<a href="#">Nasi Box Bussiness Class</a>
<a href="#">Nasi Box Chinese</a>
<a href="#">Nasi Box Economy Class</a>
<a href="#">Nasi Box First Class</a>
<a href="#">Nasi Box Kekinian</a>
</div>
</div>
<div class="dropdown">
<a href="#" class="dropbtn"
>Galeri <i class="fa fa-caret-down"></i
></a>
<div class="dropdown-content">
<a href="galeri.html">Foto</a>
<a href="dekorasi.html">Dekorasi</a>
<a href="video.html">Video</a>
</div>
</div>
<div class="dropdown">
<a href="#" class="dropbtn"
>Lainnya <i class="fa fa-caret-down"></i
></a>
<div class="dropdown-content">
<a href="#">Aqiqah</a>
<a href="#">Nasi Tumpeng</a>
</div>
</div>
</div>
<div class="navbar-extra">
<a href="https://instagram.com/edithwoeo" id="search"
><i data-feather="instagram"></i
></a>
<a href="https://facebook.com/edithwoeo" id="shopping-cart"
><i data-feather="facebook"></i
></a>
<a href="#menu-nav" id="hamburger-menu"><i data-feather="menu"></i></a>
</div>
</nav>
<!-- Navbar end -->
<!-- Hero Section start -->
<section class="hero" id="home">
<main class="content">
<h1>GALERI VIDEO</h1>
<h3>WE WILL MAKE YOUR MOMENTS UNFORGETTABLE</h3>
</main>
</section>
<!-- Hero Section end -->
<!-- Search menu START -->
<section class="search-section">
<input
type="text"
id="search-input"
placeholder="Cari 'Paket Pernikahan'"
/>
<div id="search-results" class="search-results">
<div id="no-results" style="color: #333">No results found</div>
</div>
</section>
<!-- Search menu END -->
<!-- Gallery Section start -->
<section id="galeri" class="gallery">
<h2>Video</h2>
<div class="row">
<div class="video-container">
<iframe
src="https://drive.google.com/file/d/18qKC7WKB_ExL-IMbG0Bs5_PPQBIU7kmf/preview"
width="640"
height="480"
allow="autoplay"
></iframe>
</div>
<div class="video-container">
<iframe
src="https://drive.google.com/file/d/1czWZTDCWpfkp0EPwtPxNUFUQ9Kk6mm9R/preview"
width="640"
height="480"
allow="autoplay"
></iframe>
</div>
<div class="video-container">
<iframe
src="https://drive.google.com/file/d/1DPhto_jtdp7t1zKaLNtDPx_Y5df4RVsr/preview"
width="640"
height="480"
allow="autoplay"
></iframe>
</div>
<div class="video-container">
<iframe
src="https://drive.google.com/file/d/1OGTOwaUmuWXzqud-FNh4lAvyVpbXfl9B/preview"
width="640"
height="480"
allow="autoplay"
></iframe>
</div>
<div class="video-container">
<iframe
src="https://drive.google.com/file/d/19iij8p6Luj3sGmD_s8Q4o30ydLhbpqML/preview"
width="640"
height="480"
allow="autoplay"
></iframe>
</div>
<div class="video-container">
<iframe
src="https://drive.google.com/file/d/1RexsP-Gz5YNPIyMX8N-7URiXRggc6cO8/preview"
width="640"
height="480"
allow="autoplay"
></iframe>
</div>
</div>
</section>
<!-- Gallery Section end -->
<!-- Footer Section Start -->
<section class="footer">
<div class="footer-row">
<div class="footer-col">
<h2>Partnership</h2>
<ul class="links">
<li><a href="#Hotel Tamarin">Hotel Tamarin</a></li>
<li><a href="#Hotel Savero Bogor">Hotel Savero Bogor</a></li>
<li><a href="#Hotel Bali D'Anyer">Hotel Bali D'Anyer</a></li>
<li><a href="#Hotel Harris Sentul">Hotel Harris Sentul</a></li>
<li><a href="#Hotel Antero Cikarang">Hotel Antero Cikarang</a></li>
<li><a href="#Hotel Park 5 Cilandak">Hotel Park 5 Cilandak</a></li>
<li>
<a href="#Hotel Pesona Alam Puncak">Hotel Pesona Alam Puncak</a>
</li>
<li>
<a href="#Jursenn by Sleepz Hotel">Jursenn by Sleepz Hotel</a>
</li>
<li><a href="#Hotel Horison Bekasi">Hotel Horison Bekasi</a></li>
</ul>
</div>
<div class="footer-col">
<h2>Info</h2>
<ul class="links">
<li><a href="#">Beranda</a></li>
<li><a href="#about">Tentang Kami</a></li>
<li><a href="#struktur">Struktur Perusahaan</a></li>
<li><a href="#menu">Layanan Kami</a></li>
<li><a href="#contact">Kontak Kami</a></li>
</ul>
</div>
<div class="footer-col">
<h2>Legal</h2>
<ul class="links">
<li><a href="#paket-pernikahan">Paket Pernikahan</a></li>
<li><a href="#paket-prasmanan">Paket Prasmanan</a></li>
<li><a href="#paket-nasi Box">Paket Nasi Box</a></li>
<li><a href="#galeri">Galeri</a></li>
<li><a href="#lainnya">Lainnya</a></li>
<!-- <li><a href="#">Media Kit</a></li> -->
</ul>
</div>
<div class="footer-col">
<img src="img/logo/logo-edith.png" alt="Logo" height="100" />
<div class="icons">
<a href="https://facebook.com/edithwoeo">
<i class="fa-brands fa-facebook"></i>
</a>
<a href="https://instagram.com/edithwoeo">
<i class="fa-brands fa-instagram"></i>
</a>
</div>
<div class="copyright">
© 2024 Edith WO & EO. All rights reserved.
</div>
</div>
</div>
</section>
<!-- Footer Section End -->
<!-- Feather Icons -->
<script>
feather.replace();
</script>
<!-- Animations -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!-- My JavaScript -->
<script src="js/script.js"></script>
<script src="js/search-live.js"></script>
</body>
</html>