-
Notifications
You must be signed in to change notification settings - Fork 0
/
single-page.html
619 lines (603 loc) · 21.4 KB
/
single-page.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
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<!-- CSS Files -->
<link rel="stylesheet" href="assets/css/glightbox.min.css" />
<link rel="stylesheet" href="assets/css/tailwind.css" />
</head>
<body class="bg-white">
<div class="absolute top-0 left-0 z-20 w-full py-8">
<div class="px-12">
<div
class="
-mx-4
flex flex-wrap
items-center
justify-center
lg:justify-between
"
>
<div class="px-4">
<a href="index.html">
<img src="assets/images/logo.png" alt="logo" />
</a>
</div>
<div class="hidden px-4 md:block">
<div
class="flex flex-wrap items-center justify-center xl:justify-end"
>
<p
class="
font-body
mb-4
flex
items-center
px-2
text-base
font-normal
text-white
"
>
<span class="pr-1">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
>
<path fill="none" d="M0 0h24v24H0z" />
<path
d="M12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm0-2a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm6.5-.25a1.25 1.25 0 0 1-2.5 0 1.25 1.25 0 0 1 2.5 0zM12 4c-2.474 0-2.878.007-4.029.058-.784.037-1.31.142-1.798.332-.434.168-.747.369-1.08.703a2.89 2.89 0 0 0-.704 1.08c-.19.49-.295 1.015-.331 1.798C4.006 9.075 4 9.461 4 12c0 2.474.007 2.878.058 4.029.037.783.142 1.31.331 1.797.17.435.37.748.702 1.08.337.336.65.537 1.08.703.494.191 1.02.297 1.8.333C9.075 19.994 9.461 20 12 20c2.474 0 2.878-.007 4.029-.058.782-.037 1.309-.142 1.797-.331.433-.169.748-.37 1.08-.702.337-.337.538-.65.704-1.08.19-.493.296-1.02.332-1.8.052-1.104.058-1.49.058-4.029 0-2.474-.007-2.878-.058-4.029-.037-.782-.142-1.31-.332-1.798a2.911 2.911 0 0 0-.703-1.08 2.884 2.884 0 0 0-1.08-.704c-.49-.19-1.016-.295-1.798-.331C14.925 4.006 14.539 4 12 4zm0-2c2.717 0 3.056.01 4.122.06 1.065.05 1.79.217 2.428.465.66.254 1.216.598 1.772 1.153a4.908 4.908 0 0 1 1.153 1.772c.247.637.415 1.363.465 2.428.047 1.066.06 1.405.06 4.122 0 2.717-.01 3.056-.06 4.122-.05 1.065-.218 1.79-.465 2.428a4.883 4.883 0 0 1-1.153 1.772 4.915 4.915 0 0 1-1.772 1.153c-.637.247-1.363.415-2.428.465-1.066.047-1.405.06-4.122.06-2.717 0-3.056-.01-4.122-.06-1.065-.05-1.79-.218-2.428-.465a4.89 4.89 0 0 1-1.772-1.153 4.904 4.904 0 0 1-1.153-1.772c-.248-.637-.415-1.363-.465-2.428C2.013 15.056 2 14.717 2 12c0-2.717.01-3.056.06-4.122.05-1.066.217-1.79.465-2.428a4.88 4.88 0 0 1 1.153-1.772A4.897 4.897 0 0 1 5.45 2.525c.638-.248 1.362-.415 2.428-.465C8.944 2.013 9.283 2 12 2z"
fill="white"
/>
</svg>
</span>
www.instagram.com
<span class="font-semibold"> /investereninbali </span>
</p>
<p
class="
flex
items-center
font-body
mb-4
px-2
text-base
font-normal
text-white
"
>
Benieuwd?
<a
href="javascript:void(0)"
class="mr-2 font-semibold hover:underline"
>
Neem gerust contact met ons op
</a>
<img
src="assets/images/hand-icon.png"
alt="icon"
class="hand-icon inline"
/>
</p>
</div>
</div>
</div>
</div>
</div>
<div
class="
relative
z-10
bg-cover bg-center bg-no-repeat
pt-32
pb-20
md:pt-[160px]
"
style="background-image: url('./assets/images/singlepage-bg.png')"
>
<div class="container">
<div class="mb-12">
<div class="-mx-4 flex justify-end">
<div class="w-full px-4 lg:w-11/12">
<h1
class="
font-heading
text-[50px]
font-bold
leading-none
text-white
sm:text-[60px]
md:text-[100px]
"
>
Investeren
</h1>
</div>
</div>
<div class="-mx-4 flex justify-end">
<div class="w-full px-4 md:w-11/12 lg:w-10/12 xl:w-10/12">
<h2
class="
font-heading
text-[50px]
font-bold
leading-tight
text-white
sm:text-[60px]
md:text-[100px]
"
>
in Bali
</h2>
</div>
</div>
<div class="-mx-4 flex justify-end">
<div class="w-full px-4 lg:w-11/12">
<div class="-mx-4 flex flex-wrap items-center lg:-mt-20">
<div class="w-full px-4 md:w-2/3">
<p
class="
font-body
mb-12
max-w-[610px]
text-base text-white
sm:text-xl
md:mb-0 md:text-2xl
"
>
Wees klaar voor een groot potentieel rendement, schrijf u in
en wordt op de hoogte gehouden.
</p>
</div>
<div class="w-full px-4 md:w-1/3">
<div class="relative scale-75">
<a href="javascript:void(0)" class="glightbox">
<img
src="assets/images/video.png"
alt="video"
class="mx-auto max-w-full"
/>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class="absolute bottom-0 left-0 z-20 flex w-full items-end md:-bottom-1"
>
<svg
class="w-full"
viewBox="0 0 2001 74"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M2000.14 73.7041V0.168335C2000.14 0.168335 1389.84 37.3866 997.664 37.3316C607.416 37.2768 0.136963 0.168335 0.136963 0.168335V73.7041H2000.14Z"
fill="#fff"
/>
</svg>
</div>
</div>
<section class="pt-16">
<div class="container">
<div class="-mx-4 flex flex-wrap items-center">
<div class="xl:w-1/12 xl:px-4"></div>
<div class="w-full px-4 lg:w-6/12">
<div class="mb-12 max-w-[620px]">
<h3
class="
font-heading
text-primary
mb-10
text-2xl
font-normal
sm:text-3xl
md:mb-16 md:text-4xl
"
>
Bali kent 4 miljoen inwoners, met daarbij
<span class="font-bold"> normaal </span> 2 miljoen toeristen.
</h3>
<p class="font-body mb-10 text-base text-black md:text-xl">
Wij gaan investeren in Bali met de anticipatie dat het normaal
weer terug komt.Het doel is om meerdere parken te kopen en daar
een lange termijn sustainable business van te maken.
</p>
<div class="-mx-4 flex flex-wrap">
<div class="w-full px-4 md:w-1/3">
<div class="mb-5 text-center">
<div class="mx-auto">
<img
src="assets/images/icon-1.png"
alt="icon"
class="mx-auto"
/>
</div>
<h4
class="font-heading text-primary mb-3 text-base font-bold"
>
Appartementen
</h4>
<p class="text-sm text-black">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
</div>
</div>
<div class="w-full px-4 md:w-1/3">
<div class="mb-5 text-center">
<div class="mx-auto">
<img
src="assets/images/icon-2.png"
alt="icon"
class="mx-auto"
/>
</div>
<h4
class="font-heading text-primary mb-3 text-base font-bold"
>
Zwembaden
</h4>
<p class="text-sm text-black">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
</div>
</div>
<div class="w-full px-4 md:w-1/3">
<div class="mb-5 text-center">
<div class="mx-auto">
<img
src="assets/images/icon-3.png"
alt="icon"
class="mx-auto"
/>
</div>
<h4
class="font-heading text-primary mb-3 text-base font-bold"
>
Restaurants
</h4>
<p class="text-sm text-black">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="w-full px-4 lg:w-5/12">
<div class="text-center">
<img src="assets/images/singlepage-1.png" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="pt-14 pb-[100px]">
<div class="container">
<div class="-mx-4 flex flex-wrap items-center">
<div class="w-full px-4 lg:w-5/12">
<div class="text-center">
<img src="assets/images/singlepage-2.png" alt="" />
</div>
</div>
<div class="order-first w-full px-4 lg:order-last lg:w-6/12">
<div class="mb-12 max-w-[510px]">
<h3
class="
font-heading
text-primary
mb-10
text-2xl
font-normal
sm:text-3xl
md:mb-16 md:text-4xl
"
>
Voorwerk, onderzoek, uitvoering & onderhouden.
</h3>
<p class="font-body mb-10 text-base text-black md:text-xl">
Wij hebben bij meerdere adviseurs die actief zijn in zowel
Indonesië in het algemeen als specifiek Bali informatie
ingewonnen. De Indonesische B.V. en rekening zijn geregeld, nu
wordt het scouten naar oppurtunities wat een prachtig resultaat
gaat opleveren.
</p>
</div>
</div>
</div>
</div>
</section>
<footer class="bg-[#f5f1f1] pt-[100px]">
<div class="container">
<div class="-mx-4 flex flex-wrap">
<div class="xl:w-1/12"></div>
<div class="w-full px-4 lg:w-6/12 xl:w-6/12">
<div class="mb-12 max-w-[690px] xl:mb-0">
<h3
class="
font-heading
text-primary
mb-10
text-2xl
font-normal
sm:text-3xl
md:mb-16 md:text-4xl
"
>
Geïnteresseerd om mee te investeren aan vakantie parken in Bali?
</h3>
<p class="font-body mb-14 text-base text-black md:text-xl">
Met data voor COVID is duidelijk dat een
<span class="font-bold">
netto rendement van 19% per jaar
</span>
realiseerbaar is. Meld u vandaag aan, we zullen u op de hoogte
houden.
</p>
</div>
</div>
<div class="w-full px-4 lg:w-6/12 xl:w-5/12">
<div
class="
to-primary
mb-20
flex
h-[280px]
w-full
max-w-[280px]
items-center
justify-center
rounded-full
bg-gradient-to-t
from-[#738f31]
text-center
sm:h-[400px] sm:max-w-[400px]
lg:-mt-[200px] lg:mb-0
"
>
<h3
class="font-heading text-2xl font-bold text-white sm:text-4xl"
>
<span class="text-5xl sm:text-[65px]"> 19% netto </span>
opbrengst per jaar
</h3>
</div>
</div>
</div>
</div>
<div class="relative z-20">
<div class="container">
<div class="-mx-4 flex flex-wrap items-center">
<div class="w-full px-4 lg:w-7/12">
<div class="relative z-10 py-16 md:pt-16 md:pb-20">
<div class="max-w-[640px]">
<h4
class="
font-heading
mb-3
text-3xl
font-bold
leading-tight
text-white
md:text-[60px]
"
>
Meld u vandaag aan
</h4>
<p class="font-body mb-8 text-base text-white md:text-xl">
Laat uw e-mailadres achter en wij zullen u tegen die tijd op
de hoogte houden van mogelijke oppurtinuties.
</p>
<form class="relative">
<input
type="email"
placeholder="E-mailadres"
class="
h-[60px]
w-full
rounded-full
bg-white
pl-7
pr-12
text-base
md:text-xl
"
/>
<button
class="
bg-secondary
hover:bg-primary
absolute
top-1/2
right-2
flex
h-12
w-12
-translate-y-1/2
items-center
justify-center
rounded-full
text-white
transition
"
>
<svg
class="h-5 w-5"
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
d="M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z"
clip-rule="evenodd"
></path>
</svg>
</button>
</form>
</div>
<div
class="
absolute
top-0
-right-4
-z-10
h-full
w-[300%]
rounded-tr-[150px]
bg-cover bg-center bg-no-repeat
md:rounded-tr-[250px]
lg:-right-24
"
style="
background-image: url('./assets/images/footer-bg.jpeg');
"
></div>
</div>
</div>
<div class="w-full px-4 lg:w-5/12">
<div class="relative z-20 py-20 sm:flex lg:py-0">
<div
class="
mb-8
h-[150px]
w-full
max-w-[150px]
overflow-hidden
rounded-full
sm:mr-8
lg:mb-0 lg:h-[100px] lg:max-w-[100px]
xl:h-[180px] xl:max-w-[180px]
"
>
<img
src="assets/images/person.png"
alt="person"
class="h-full w-full object-cover object-center"
/>
</div>
<div>
<p
class="
font-heading
text-body-color
mb-7
text-base
font-normal
"
>
<span class="font-bold">
Heeft u vragen of wilt u meer informatie?
</span>
Neem gerust contact met ons op.
</p>
<div class="-mx-4 flex flex-wrap items-center">
<p
class="
font-body
text-body-color
mb-4
flex
items-center
px-4
text-xl
font-semibold
"
>
<span
class="
mr-3
flex
h-8
w-8
items-center
justify-center
rounded-full
bg-[#738f31]
text-white
"
>
<svg
class="h-5 w-5"
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z"
></path>
<path
d="M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z"
></path>
</svg>
</span>
</p>
<p
class="
font-body
text-body-color
mb-4
flex
items-center
px-4
text-xl
font-semibold
"
>
<span
class="
mr-3
flex
h-8
w-8
items-center
justify-center
rounded-full
bg-[#738f31]
text-white
"
>
<svg
class="h-[18px] w-[18px]"
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z"
></path>
</svg>
</span>
+31 6 272 871 06
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- JS Files -->
<script src="assets/js/glightbox.min.js"></script>
<script>
//========= glightbox
GLightbox({
href: "https://youtu.be/5XQPr4sQDYQ",
type: "video",
source: "youtube", //vimeo, youtube or local
width: 900,
autoplayVideos: true,
});
</script>
</body>
</html>