-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
562 lines (540 loc) · 14.9 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
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mapay.</title>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<div style="background-image: url(./img/bg-hero.jpg)">
<!-- INI BAGIAN NAVIGASI -->
<div class="md:p-12">
<div class="w-full px-4 mx-auto max-w-screen-2xl sm:px-6 md:px-8">
<div class="flex items-center justify-between h-14">
<a class="flex items-end space-x-2 whitespace-nowrap" href="#">
<span
class="
text-xl
font-semibold
leading-none
tracking-tight
text-white
"
>Mapay</span
><span
class="
text-xl
font-semibold
leading-none
tracking-tight
text-yellow-500
"
>.</span
>
</a>
<ul
class="
items-center
hidden
space-x-6
text-sm
font-medium
text-gray-600
md:flex
"
>
<li>
<a
class="
py-2
hover:bg-red-700
p-5
transition
rounded-lg
text-white
focus:outline-none
"
href="#bagian1"
>About Us</a
>
</li>
<li>
<a
class="
py-2
hover:bg-red-700
p-5
transition
rounded-lg
text-white
focus:outline-none
"
href="#bagian2"
>Features</a
>
</li>
<li>
<a
class="
py-2
hover:bg-red-700
transition
p-5
rounded-lg
text-white
focus:outline-none
"
href="#bagian3"
>Offers</a
>
</li>
<li>
<a
class="
py-2
hover:bg-red-700
transition
p-5
rounded-lg
text-white
focus:outline-none
"
href="#bagian4"
>Blog</a
>
</li>
</ul>
</div>
</div>
</div>
<!-- INI TUTUP BAGIAN NAVIGASI -->
<!-- INI BAGIAN HEADER -->
<header class="text-white md:min-h-screen py-12 md:py-60">
<div class="w-full px-4 mx-auto max-w-screen-2xl sm:px-6 md:px-40">
<h1 class="text-3xl md:text-5xl mb-5">
Sign up now and get an unforgettable trip experiences
</h1>
<p class="mb-7">
The Ravel Trips app curates experiences as diverse as our users so
they can travel confident
</p>
<p>
<a href="#" class="rounded-full py-3 px-6 bg-yellow-500"
>Plan a trip</a
>
<img src="img/Logo-Appstore.png" class="inline-block" />
</p>
</div>
</header>
<!-- TUTUP INI BAGIAN HEADER -->
</div>
<!--INI ADALAH BAGIAN KONTEN -->
<!-- Baris konten 1 -->
<div
class="w-full mx-auto max-w-screen-2xl my-20 px-4 sm:px-6 md:px-40"
id="bagian1"
>
<div class="grid grid-cols-1 md:grid-cols-2">
<div class="mr-20">
<p class="text-blue-700 mb-7">
<img src="img/icon-plane.png" class="float-left mr-3" /> Why Mapay
</p>
<p class="text-5xl mb-7 font-semibold">
Built by travelers, <br />for travelers
</p>
<p class="mb-7">
There is information overload and it takes an enormous amount of
time to plan a unique trip
</p>
<p>
By suggesting trips already created by other travelers and tailored
to you, it's super easy to create your next travel adventure and
seamlessly share your experience with friends on the go
</p>
</div>
<div class="text-right mt-5 md:mt-0">
<img class="inline max-w-full" src="img/img-about.png " />
</div>
</div>
<img
class="my-5 md:my-24 mx-auto max-w-full"
src="img/step.png"
alt="Steps"
/>
</div>
<!-- tutup baris konten 1 -->
<!-- Bagian konten 2 -->
<div
class="
bg-cover bg-center
w-full
mx-auto
max-w-screen-2xl
py-12
px-4
sm:px-6
md:px-8
"
style="background-image: url(img/bg-slide.png)"
id="bagian2"
>
<img src="img/img-iphone.png" class="float-left" />
<div class="text-white m-0 md:m-36 mb-5">
<p>
<img
src="img/icon-plane.png"
class="
ml-3
mr-3
mb-3
filter
invert
grayscale
contrast-100
brightness-100
"
/>
Explore our Apps
</p>
<h1 class="text-4xl mt-5">
Find something inspires you? Take it as your own and start planning!
</h1>
<br />
<p>
Browse and search an ever-growing collection <br />
of exciting and unique trips, custom built <br />
by travelers like you from <br />
all over the world
</p>
<br /><br />
<p>
<a href="#" class="rounded-full py-3 px-6 bg-yellow-500"
>Plan a trip</a
>
</p>
</div>
</div>
<!-- TUTUP BAGIAN KONTEN 2 -->
<!-- Bagian konten 3 -->
<div
class="
w-full
mx-auto
max-w-screen-2xl
my-20
md:mt-60
px-4
sm:px-6
md:px-40
clear-both
"
id="bagian3"
>
<div class="grid grid-cols-1 md:grid-cols-2">
<div class="mr-20">
<p class="text-blue-700 mb-7">
<img src="img/icon-plane.png" class="float-left mr-3" /> Get
Inspired
</p>
<p class="text-5xl mb-7 font-semibold">
Discover trips published and create your own template
</p>
<p class="mb-7">
There are 8.6 million tripadvisor entries. Ravel helps to gather and
frame your travel ideas to easily plan your trip from your bucket
list
</p>
</div>
<div class="text-right">
<img class="inline max-w-full" src="img/illustration-couple.png " />
</div>
</div>
</div>
<div
class="
w-full
mx-auto
max-w-screen-2xl
my-20
px-4
sm:px-6
md:px-40
clear-both
"
>
<div class="grid grid-cols-1 md:grid-cols-2">
<div class="mr-20">
<img class="inline max-w-full" src="img/illustration-freedom.png " />
</div>
<div>
<p class="text-blue-700 mb-7">
<img src="img/icon-plane.png" class="float-left mr-3" /> Plan Easily
</p>
<p class="text-5xl mb-7 font-semibold">
Build your own trip from scratch
</p>
<p class="mb-7">
Mapay drives efficiency by pushing only relevant content/suggestions
based on the user’s travel profile and unique trip. The platform
automates the planning process to make travel hassle-free
</p>
</div>
</div>
</div>
<!-- TUTUP BAGIAN KONTEN -->
<!-- BAGIAN KONTEN 4 -->
<div
class="
bg-cover bg-center
w-full
mx-auto
max-w-screen-2xl
py-12
px-4
sm:px-6
md:px-8
"
id="bagian4"
>
<div class="text-center">
<p class="text-blue-700 m-auto mb-7 inline-block">
<img src="img/icon-plane.png" class="inline-block mr-3" /> Addictional
Contents
</p>
</div>
<p class="text-5xl font-semibold text-center">
Get inspired from Our Blog
</p>
<br />
<div class="grid grid-cols-1 md:grid-cols-2">
<div
class="box-content h-96 w-80 shadow-lg p-8 border-4 ml-72 bg-gray-200"
>
<img src="img/img-Blog1.png" class="bg-center" />
<p class="text-3xl font-semibold mt-3 mb-3">Stairway to Heaven</p>
<p>Amet minim mollit non deserunt ullamco est sit aliqua dolor ...</p>
<p class="mt-7 text-xs">Sun, 12 June 2021</p>
</div>
<div class="box-content h-96 w-80 shadow-lg p-8 border-4 bg-gray-200">
<img src="img/img-Blog2.png" class="bg-center" />
<p class="text-3xl font-semibold mt-4 mb-3">The Deep Blue</p>
<p>Amet minim mollit non deserunt ullamco est sit aliqua dolor ...</p>
<p class="mt-7 text-xs">Sun, 12 June 2021</p>
</div>
</div>
</div>
<!-- TUTUP BAGIAN KONTEN -->
<!-- INI BAGIAN FOOTER -->
<footer class="bg-white pt-10 sm:mt-10 pt-10">
<div class="max-w-6xl m-auto flex flex-wrap justify-left">
<!-- Col-1 -->
<div class="p-5 w-1/2 sm:w-4/12 md:w-3/12">
<!-- Col Title -->
<div class="text-3xl text-blue-700 font-medium mb-6 font-bold">
Mapay<font color="red">.</font>
</div>
<!-- Links -->
<a
href="#"
class="
my-3
block
text-gray-700
hover:text-gray-100
text-sm
font-medium
duration-700
"
>
4140 Parker Rd. Allentown, New Mexico 31134
</a>
<!-- Required Unicons (if you want) -->
<div class="md:flex-auto md:flex-row-reverse mt-2 flex-row flex">
<a href="#" class="w-10 mx-1">
<i><img src="img/icon/medium-m-brands.svg" alt="" /></i>
</a>
<a href="#" class="w-10 mx-1">
<i><img src="img/icon/pinterest-p-brands.svg" alt="" /></i>
</a>
<a href="#" class="w-10 mx-1">
<i><img src="img/icon/tiktok-svgrepo-com.svg" alt="" /></i>
</a>
<a href="#" class="w-10 mx-1">
<i><img src="img/icon/instagram-square-brands.svg" alt="" /></i>
</a>
<a href="#" class="w-10 mx-1">
<i><img src="img/icon/linkedin-in-brands.svg" alt="" /></i>
</a>
<a href="#" class="w-10 mx-1">
<i><img src="img/icon/twitter-brands.svg" alt="" /></i>
</a>
<a href="#" class="w-10 mx-1">
<i><img src="img/icon/facebook-f-brands.svg" alt="" /></i>
</a>
</div>
</div>
<!-- Col-2 -->
<div class="p-5 w-1/2 sm:w-4/12 md:w-3/12">
<!-- Col Title -->
<div
class="text-xs uppercase text-gray-700 font-medium mb-6 font-bold"
>
Main Menu
</div>
<!-- Links -->
<a
href="#"
class="
my-3
block
text-gray-700
hover:text-gray-100
text-sm
font-medium
duration-700
"
>
Home
</a>
<a
href="#"
class="
my-3
block
text-gray-700
hover:text-gray-100
text-sm
font-medium
duration-700
"
>
Download
</a>
<a
href="#"
class="
my-3
block
text-gray-700
hover:text-gray-100
text-sm
font-medium
duration-700
"
>
Blog
</a>
<a
href="#"
class="
my-3
block
text-gray-700
hover:text-gray-100
text-sm
font-medium
duration-700
"
>
Dark Mode
</a>
</div>
<!-- Col-3 -->
<div class="p-5 w-1/2 sm:w-4/12 md:w-3/12">
<!-- Col Title -->
<div
class="text-xs uppercase text-gray-700 font-medium mb-6 font-bold"
>
Company
</div>
<!-- Links -->
<a
href="#"
class="
my-3
block
text-gray-700
hover:text-gray-100
text-sm
font-medium
duration-700
"
>
Contacts
</a>
<a
href="#"
class="
my-3
block
text-gray-700
hover:text-gray-100
text-sm
font-medium
duration-700
"
>
About Us
</a>
<a
href="#"
class="
my-3
block
text-gray-700
hover:text-gray-100
text-sm
font-medium
duration-700
"
>
Press Kit
</a>
</div>
<!-- Col-3 -->
<div class="p-5 w-1/2 sm:w-4/12 md:w-3/12">
<!-- Col Title -->
<div
class="text-xs uppercase text-gray-700 font-medium mb-6 font-bold"
>
Legal
</div>
<!-- Links -->
<a
href="#"
class="
my-3
block
text-gray-700
hover:text-gray-100
text-sm
font-medium
duration-700
"
>
Terms & Conditions
</a>
<a
href="#"
class="
my-3
block
text-gray-700
hover:text-gray-100
text-sm
font-medium
duration-700
"
>
Privacy Policy
</a>
</div>
</div>
</footer>
<footer class="text-white text-center font-medium mt-auto p-5 bg-gray-500">
© Mulaidev Team 2021
</footer>
<!-- INI BAGIAN TUTUP FOOTER -->
</body>
</html>