-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
330 lines (277 loc) · 18.8 KB
/
index.html
File metadata and controls
330 lines (277 loc) · 18.8 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
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
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body onload="slide()">
<div class="nav">
<input type="checkbox" name="burger-btn" id="check">
<label for="check" class="checkbtn">
<i class="fa-solid fa-bars" ></i>
</label>
<img class="main-logo" src="img/logo-white.png" width="100px" height="auto">
<ul>
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#booking">Inspire</a>
</li>
<li>
<a href="#feature">Feature</a>
</li>
<li>
<a href="#about">About</a>
</li>
</ul>
</div>
<header id="header-main">
<div class="wrapper-main">
<img src="slide-bg/bg-1.jpg" id="slider-bg">
<div class="container-main">
<div class="promo">
<h1>Dapatkan <span><b>diskon 50%</b></span></h1>
<h2>Jalan jalan ke Bali dan ratusan destinasi wisata lainnya</h2>
</div>
<form class="subscribe-form">
<div class="subscribe">
<div class="input-email">
<input type="text" class="email" placeholder="Masukkan email" size="40">
</div>
</div>
<div class="send-email">
<button type="submit" onclick="alert('Subscribe berhasil !')">Kirim</button>
</div>
</form>
</div>
</div>
<div id="booking-divider1">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M985.66,92.83C906.67,72,823.78,31,743.84,14.19c-82.26-17.34-168.06-16.33-250.45.39-57.84,11.73-114,31.07-172,41.86A600.21,600.21,0,0,1,0,27.35V120H1200V95.8C1132.19,118.92,1055.71,111.31,985.66,92.83Z" class="shape-fill"></path>
</svg>
</div>
<div id="booking-divider2">
<svg data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
</svg>
</div>
</header>
<main>
<aside>
<img src="img/avatar.jpg" alt="Foto" height="100px" width="100px">
<h1>Septian Nuriyanto</h1>
<p>Web Designer, Full Stack Dev</p>
<div class="social">
<i class="fa-brands fa-facebook" id="fb"></i>
<i class="fa-brands fa-instagram" id="ig"></i>
<i class="fa-brands fa-twitter" id="tw"></i>
<i class="fa-brands fa-tiktok" id="tt"></i>
</div>
</aside>
<article id="booking">
<div class="top-border">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M985.66,92.83C906.67,72,823.78,31,743.84,14.19c-82.26-17.34-168.06-16.33-250.45.39-57.84,11.73-114,31.07-172,41.86A600.21,600.21,0,0,1,0,27.35V120H1200V95.8C1132.19,118.92,1055.71,111.31,985.66,92.83Z" class="shape-fill"></path>
</svg>
</div>
<div class="booking-content">
<div class="booking-title">
<h1>Mulai liburan berkesan dengan memilih paket wisata terbaik</h1>
<h2>Dapatkan diskon hingga 50% untuk pengguna baru dengan kode voucher : LULUSTESDICODING</h2>
</div>
<!-- <div class="booking-wrapper"> -->
<div class="package-wrapper">
<div class="packages">
<div class="card-item"> <!-- Item 1 -->
<img src="img/ads-1.png" alt="icon">
<div class="card-body">
<div class="card-info">
<h1 class="card-title">Berlayar</h1>
<h3 class="card-subtitle">Mulai dari Rp.500.000</h3>
<p>Rasakan pengalaman berlayar menggunakan kapal mewah SS. Royal Caribbean</p>
<a href="#">Booking Sekarang</a>
</div>
</div>
</div>
<div class="card-item"> <!-- Item 2 -->
<img src="img/ads-2.png" alt="icon">
<div class="card-body">
<div class="card-info">
<h1 class="card-title">StayCation</h1>
<h3 class="card-subtitle">Mulai dari Rp.300.000</h3>
<p>Dapatkan hotel termurah untuk liburan anda dan keluarga</p>
<a href="#">Booking Sekarang</a>
</div>
</div>
</div>
<div class="card-item"> <!-- Item 3 -->
<img src="img/ads-3.png" alt="icon">
<div class="card-body">
<div class="card-info">
<h1 class="card-title">Hangout</h1>
<h3 class="card-subtitle">Mulai dari Rp.450.000</h3>
<p>Nikmati momen bersama orang tercinta dengan suasana romantis</p>
<a href="#">Booking Sekarang</a>
</div>
</div>
</div>
<div class="card-item"> <!-- Item 4-->
<img src="img/ads-4.png" alt="icon">
<div class="card-body">
<div class="card-info">
<h1 class="card-title">Hiking</h1>
<h3 class="card-subtitle">Mulai dari Rp.1.500.000</h3>
<p>Heningkan hidup sejenak dari hiruk pikuk perkotaan</p>
<a href="#">Booking Sekarang</a>
</div>
</div>
</div>
<div class="card-item"> <!-- Item 5-->
<img src="img/ads-5.png" alt="icon">
<div class="card-body">
<div class="card-info">
<h1 class="card-title">Beachwalk</h1>
<h3 class="card-subtitle">Mulai dari Rp.1.500.000</h3>
<p>Deburan ombak yang memanggil di indahnya musim panas</p>
<a href="#">Booking Sekarang</a>
</div>
</div>
</div>
<div class="card-item"> <!-- Item 6-->
<img src="img/ads-6.png" alt="icon">
<div class="card-body">
<div class="card-info">
<h1 class="card-title">Festival</h1>
<h3 class="card-subtitle">Mulai dari Rp.200.000</h3>
<p>Saksikan keragaman budaya dari beragam daerah</p>
<a href="#">Booking Sekarang</a>
</div>
</div>
</div>
<div class="card-item"> <!-- Item 7-->
<img src="img/ads-7.png" alt="icon">
<div class="card-body">
<div class="card-info">
<h1 class="card-title">Outbond</h1>
<h3 class="card-subtitle">Mulai dari Rp.900.000</h3>
<p>Latih adrenaline dengan tantangan yang mendebarkan</p>
<a href="#">Booking Sekarang</a>
</div>
</div>
</div>
<div class="card-item"> <!-- Item 8-->
<img src="img/ads-8.png" alt="icon">
<div class="card-body">
<div class="card-info">
<h1 class="card-title">Landscape</h1>
<h3 class="card-subtitle">Mulai dari Rp.1.000.000</h3>
<p>Abadikan indahnya pemandangan dengan waktu yang tepat</p>
<a href="#">Booking Sekarang</a>
</div>
</div>
</div>
<div class="card-item"> <!-- Item 9-->
<img src="img/ads-9.png" alt="icon">
<div class="card-body">
<div class="card-info">
<h1 class="card-title">Satwa</h1>
<h3 class="card-subtitle">Mulai dari Rp.1.000.000</h3>
<p>Berinteraksi langsung dengan satwa eksotis</p>
<a href="#">Booking Sekarang</a>
</div>
</div>
</div>
</div>
<i class="fa-solid fa-circle-arrow-left" id="prevScroll"></i>
<i class="fa-solid fa-circle-arrow-right" id="nextScroll"></i>
</div>
<!-- </div> -->
</div>
</div>
<div class="booking-border" id="bottom-border"></div>
</article>
<article id="feature">
<div id="feature-divider1">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
</svg>
</div>
<div class="feature-wrapper">
<div class="feature-title">
<h1>Fitur Terbaik</h1>
<h3>Halan-halan App memudahkan anda dalam mencari liburan terbaik</h3>
<h3>tanpa membuang waktu untuk merencanakan liburan anda</h3>
</div>
<div class="feature-features">
<div class="feature-card">
<div class="img-container">
<img src="img/feature1.png" alt="feature">
</div>
<h1>Cepat</h1>
<h3>Proses booking berlangsung dalam waktu yang singkat</h3>
</div>
<div class="feature-card">
<div class="img-container">
<img src="img/feature2.png" alt="feature">
</div>
<h1>Mudah</h1>
<h3>Tak perlu lagi membuat perencanaan manual</h3>
</div>
<div class="feature-card">
<div class="img-container">
<img src="img/feature3.png" alt="feature">
</div>
<h1>Fleksibel</h1>
<h3>Atur sendiri paket perjalanan anda</h3>
</div>
<div class="feature-card">
<div class="img-container">
<img src="img/feature4.png" alt="feature">
</div>
<h1>Murah</h1>
<h3>Harga terbaik yang bisa anda dapatkan di market</h3>
</div>
</div>
</div>
<div id="feature-divider2">
<svg data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
</svg>
</div>
</article>
<article id="about">
<h1>About Me</h1>
<div class="profile">
<img src="img/avatar.jpg" alt="Foto" height="300px" width="300px">
<p>Hai, saya Septian Nuriyanto, saya seorang Full Stack Developer dan UI/UX Designer. <br>Mari terkoneksi, dan buat project bersama</br></p>
</aside>
<div class="choice">
<h1 id="follow">Follow me</h1>
<h1 id="hire">Hire me</h1>
</div>
</article>
</main>
<footer>
<div class="footer-left">
<img src="img/logo-white.png" alt="Logo">
<h3>Halan Halan App, all right reserved in 2023</h3>
<div class="download-link">
<h4>Download on : </h4>
<div class="download-buttons">
<i class="fa-brands fa-google-play"></i>
<i class="fa-brands fa-app-store-ios"></i>
</div>
</div>
</div>
<div class="footer-right">
<h1>Copyright by Septian Nuriyanto</h1>
<h2>Dibuat untuk memenuhi tugas ujian Dicoding</h2>
<h2>BDT 2023</h2>
</div>
</footer>
<script src="nav.js" type="text/javascript"></script>
</body>
</html>