-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
620 lines (593 loc) · 32.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
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
620
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>Beranda</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/4.0.7/fullpage.min.css"
integrity="sha512-UAJzvXdoBJReHrVgQJR2nNYWuW6GoW6aLUI1DNWlily9LYwaUILr/7Qc8ve8aFwk1d+x+JHU89cKTrrvWaHAXQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- Font -->
<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=Montserrat:wght@100;300;400;500;700;800&family=Raleway:wght@300;400;500;700&family=Lato:wght@300;400;700&display=swap" rel="stylesheet" />
<!-- Style -->
<link rel="stylesheet" href="dist/css/index.css" />
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/61528eba73.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="fullPage">
<div class="img-container">
<img draggable="false" src="img/bg-img.png" alt="bg-img.png" class="img-main" />
</div>
<section class="vertical-scrolling s1">
<!-- START NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-light shadow-5-strong">
<a class="navbar-brand" href="/">FathCapital</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- END NAVBAR -->
<div class="container mb-5">
<div class="row">
<div class="col-12 col-sm-8 col-lg-10 mx-auto">
<h1 class="display-4">WE DELIVER SOUND & SPECIALIZE SERVICE</h1>
</div>
<div class="col-10 mx-auto">
<p class="lead">
Our strength lies in our ability to help clients solving their financial needs and grabbing investment opportunity.
</p>
</div>
<div class="col-10 mx-auto">
<div class="btn-scroll">
<a href="#whatwedo">
<img draggable="false" src="./img/btn-arrow-down.png" alt="arrow" />
</a>
</div>
</div>
</div>
</div>
</section>
<!-- START WHAT WE DO SECTION -->
<section class="vertical-scrolling s2 container-fluid" id="container-whatwedo">
<div class="row d-flex justify-content-center">
<div class="col-6 col-md-4 p-0 d-flex justify-content-end">
<h1 class="text-wwd mt-auto pr-5 pb-5">
What<br />
We Do
</h1>
</div>
<div class="col-6 col-md-4 p-0">
<div class="card card-2" onmouseover="hideTitle(2)" onmouseout="showTitle(2)">
<img draggable="false" src="./img/img-cfa.png" alt="cfa" />
<div class="card-img-overlay d-flex align-items-end">
<h5 class="card-title card-title2">
Corporate <br />
Financial Advisory
</h5>
</div>
<div class="card-text">
<div class="text d-flex align-items-center">
<h3>
Provide financial advisory to <span class="font-weight-bold">maximize corporate valuation</span> as well as <span class="font-weight-bold">financial audit</span> and
<span class="font-weight-bold">restructuring, due diligence for private investment</span> and <span class="font-weight-bold">IPO/ICO preparation</span>.
</h3>
</div>
</div>
</div>
</div>
<div class="col-6 col-md-4 p-0">
<div class="card card-3" onmouseover="hideTitle(3)" onmouseout="showTitle(3)">
<img draggable="false" src="./img/img-crfm.png" alt="crfm" />
<div class="card-img-overlay d-flex align-items-end">
<h5 class="card-title card-title3">
Capital Rising <br />
& Fund Management
</h5>
</div>
<div class="card-text">
<div class="text d-flex align-items-center">
<h3>
<span class="font-weight-bold">Bridging, project financing, hedge funds, equities and bonds, money markets, private equities and property</span> with a wide range of traditional and alternative.
</h3>
</div>
</div>
</div>
</div>
<div class="col-6 col-md-4 p-0">
<div class="card card-4" onmouseover="hideTitle(4)" onmouseout="showTitle(4)">
<img draggable="false" src="./img/img-nme.png" alt="nme" />
<div class="card-img-overlay d-flex align-items-end">
<h5 class="card-title card-title4">
New Market <br />
Entries
</h5>
</div>
<div class="card-text">
<div class="text d-flex align-items-center">
<h3>
Provide financial advisory to <span class="font-weight-bold">maximize corporate valuation</span> as well as <span class="font-weight-bold">financial audit</span> and
<span class="font-weight-bold">restructuring, due diligence for private investment</span> and <span class="font-weight-bold">IPO/ICO preparation</span>.
</h3>
</div>
</div>
</div>
</div>
<div class="col-6 col-md-4 p-0">
<div class="card card-5" onmouseover="hideTitle(5)" onmouseout="showTitle(5)">
<img draggable="false" src="./img/img-cdt.png" alt="cdt" />
<div class="card-img-overlay d-flex align-items-end">
<h5 class="card-title card-title5">
Commercial <br />
Deal & Transaction
</h5>
</div>
<div class="card-text">
<div class="text d-flex align-items-center">
<h3>
Assist diverge corporate actions and commercial deals <span class="font-weight-bold">such shares stock arrangements, investment/divestment options, merger and acquisition, also deal forensic and dispute investigation</span>.
</h3>
</div>
</div>
</div>
</div>
<div class="col-6 col-md-4 p-0">
<div class="card card-6" onmouseover="hideTitle(6)" onmouseout="showTitle(6)">
<img draggable="false" src="./img/img-svb.png" alt="svb" />
<div class="card-img-overlay d-flex align-items-end">
<h5 class="card-title card-title6">
Start-up <br />
Venture Builder
</h5>
</div>
<div class="card-text">
<div class="text d-flex align-items-center">
<h3>
Provide seed funding, raising growth capital, <span class="font-weight-bold">advance startup business ideas, strengthen the team foundation, and connect and scale up</span> ventures growth to the industrial scale
acceptance and series A/B progression until the IPO stage.
</h3>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END WHAT WE DO SECTION -->
<!-- START WHY US SECTION -->
<section class="vertical-scrolling s3 container-fluid">
<div class="row d-flex justify-content-center align-items-center">
<div class="col-12 d-flex justify-content-center align-items-center p-0">
<img draggable="false" src="./img/img-header-why-back.png" alt="whyback" class="img-back" />
<span class="header">Why Us</span>
</div>
<div class="col-11 col-sm-10 col-md-8 ml-2 mt-5">
<div class="vertical-line">
<div class="round-line d-flex flex-column">
<div class="row" onclick="showContent('.step1')">
<div class="dot step1 active-dot">
<div class="timeline-text">
<h3 class="timeline-head th1">Well Known Reputable Advisor</h3>
<h4 class="timeline-body">Focus to increase client valuation proposition and firm sitting at their side.</h4>
</div>
</div>
</div>
<div class="row" onclick="showContent('.step2')">
<div class="dot step2">
<div class="timeline-text">
<h3 class="timeline-head th2">Syariah Expertise</h3>
<h4 class="timeline-body" hidden>Experience in syariah financing and fund raising. Our key members are licensed syariah experts by OJK.</h4>
</div>
</div>
</div>
<div class="row" onclick="showContent('.step3')">
<div class="dot step3">
<div class="timeline-text">
<h3 class="timeline-head th3">End-to-End Capital Market Services and Experiences</h3>
<h4 class="timeline-body" hidden>FATH Capital served starting from the pre-IPO financing, IPO process, roadshow, until post-IPO corporate actions (maintain share prices, right-issues, backdoor listing).</h4>
</div>
</div>
</div>
<div class="row" onclick="showContent('.step4')">
<div class="dot step4">
<div class="timeline-text">
<h3 class="timeline-head th4">Well Known Reputable Advisor</h3>
<h4 class="timeline-body" hidden>Focus to increase client valuation proposition and firm sitting at their side.</h4>
</div>
</div>
</div>
<div class="row" onclick="showContent('.step5')">
<div class="dot step5">
<div class="timeline-text">
<h3 class="timeline-head th5">Amanah – Trustworth – Integrity</h3>
<h4 class="timeline-body" hidden>Focus to increase client valuation proposition and firm sitting at their side.</h4>
</div>
</div>
</div>
<div class="row" onclick="showContent('.step6')">
<div class="dot step6">
<div class="timeline-text">
<h3 class="timeline-head th6">Extensive Network to Investors</h3>
<h4 class="timeline-body" hidden>Access to more than 40 investors with different industries, such as Energy, Mining, HealthCare, Retail, Properties, etc both local and foreigners.</h4>
</div>
</div>
</div>
<div class="row" onclick="showContent('.step7')">
<div class="dot step7">
<div class="timeline-text">
<h3 class="timeline-head th7">Comfort and Save</h3>
<h4 class="timeline-body" hidden>
High Compliance and Good Corporate Governance (GCG) practices. FATH Capital also served law enforcement (BPK, KPK, KEJAKSAAN AGUNG, POLICE DEPARTMENT, etc) as their Audit and Financial experts.
</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END WHY US DO SECTION -->
<!-- START PREVIOUS CLIENT SECTION -->
<section class="vertical-scrolling s4 container-fluid">
<div class="row d-flex justify-content-center">
<div class="col-12 d-flex justify-content-center align-items-center p-0">
<img draggable="false" src="./img/img-header-prev-back.png" alt="prevback" class="img-back" />
<span class="header">Previous Client</span>
</div>
<div class="col-10 mt-5">
<div class="row row-cols-3 row-cols-md-5 d-flex justify-content-center">
<div class="col d-flex justify-content-center align-items-center">
<img draggable="false" src="img/img-client-angkasa.png" alt="angkasa" class="img-fluid" />
</div>
<div class="col d-flex justify-content-center align-items-center">
<img draggable="false" src="img/img-satria.png" alt="satria" class="img-fluid" />
</div>
<div class="col d-flex justify-content-center align-items-center">
<img draggable="false" src="img/img-client-pnm.png" alt="pnm" class="img-fluid" />
</div>
<div class="col d-flex justify-content-center align-items-center">
<img draggable="false" src="img/img-client-pln.png" alt="pln" class="img-fluid" />
</div>
<div class="col d-flex justify-content-center align-items-center">
<img draggable="false" src="img/img-client-ojk.png" alt="ojk" class="img-fluid" />
</div>
<div class="col d-flex justify-content-center align-items-center">
<img draggable="false" src="img/img-client-mega.png" alt="mega" class="img-fluid" />
</div>
<div class="col d-flex justify-content-center align-items-center">
<img draggable="false" src="img/img-client-pertamina.png" alt="pertamina" class="img-fluid" />
</div>
<div class="col d-flex justify-content-center align-items-center">
<img draggable="false" src="img/img-client-aero.png" alt="aero" class="img-fluid" />
</div>
<div class="col d-flex justify-content-center align-items-center">
<img draggable="false" src="img/img-client-idx.png" alt="idx" class="img-fluid" />
</div>
</div>
<div class="row mt-5 d-flex justify-content-center align-items-center">
<div class="col text-partner mb-3 col-sm-6 col-md-4 d-flex justify-content-center align-items-center">
<span>Official Partner :</span>
</div>
<div class="col-3 col-md-2 d-flex justify-content-center align-items-center">
<img draggable="false" src="img/img-client-g20.png" alt="g20" class="img-fluid" />
</div>
<div class="col-3 col-md-2 d-flex justify-content-center align-items-center">
<img draggable="false" src="img/img-client-wbaf.png" alt="wbaf" class="img-fluid" />
</div>
</div>
</div>
</div>
</section>
<!-- END PREVIOUS CLIENT SECTION -->
<!-- START FINANCIAL INSIGHT SECTION -->
<section class="vertical-scrolling s5 container-fluid">
<div class="row d-flex justify-content-center">
<div class="col-12 d-flex justify-content-center align-items-center p-0">
<img draggable="false" src="./img/img-header-financial-back.png" alt="finback" class="img-back" />
<span class="header">Financial Insight</span>
</div>
<div class="col-12 mt-5 no-desktop overlay">
<div id="grab" class="main-article">
<article>
<div class="image mr-sm-4">
<a href="blog-detail.html"><img draggable="false" src="img/img-blog-big.png" /></a>
</div>
<div class="text">
<a href="blog-detail.html"><h2 class="blog-title">IPO Karya Bersama Anugerah</h2></a>
<p class="blog-date">August 8, 2020</p>
<p class="blog-p mt-2 mb-0">
Making a large downpayment is not the conservative investment you believe it is. The risks of putting 20% down on a home are real. Know what you should do.
</p>
<a class="blog-readmore" href="blog-detail.html">Read More >></a>
</div>
</article>
<article>
<div class="image mr-sm-4">
<a href="blog-detail.html"><img draggable="false" src="img/img-blog-big.png" /></a>
</div>
<div class="text">
<a href="blog-detail.html"><h2 class="blog-title">IPO Karya Bersama Anugerah</h2></a>
<p class="blog-date">August 8, 2020</p>
<p class="blog-p mt-2 mb-0">
Making a large downpayment is not the conservative investment you believe it is. The risks of putting 20% down on a home are real. Know what you should do.
</p>
<a class="blog-readmore" href="blog-detail.html">Read More >></a>
</div>
</article>
<article>
<div class="image mr-sm-4">
<a href="blog-detail.html"><img draggable="false" src="img/img-blog-big.png" /></a>
</div>
<div class="text">
<a href="blog-detail.html"><h2 class="blog-title">IPO Karya Bersama Anugerah</h2></a>
<p class="blog-date">August 8, 2020</p>
<p class="blog-p mt-2 mb-0">
Making a large downpayment is not the conservative investment you believe it is. The risks of putting 20% down on a home are real. Know what you should do.
</p>
<a class="blog-readmore" href="blog-detail.html">Read More >></a>
</div>
</article>
<article>
<div class="image mr-sm-4">
<a href="blog-detail.html"><img draggable="false" src="img/img-blog-big.png" /></a>
</div>
<div class="text">
<a href="blog-detail.html"><h2 class="blog-title">IPO Karya Bersama Anugerah</h2></a>
<p class="blog-date">August 8, 2020</p>
<p class="blog-p mt-2 mb-0">
Making a large downpayment is not the conservative investment you believe it is. The risks of putting 20% down on a home are real. Know what you should do.
</p>
<a class="blog-readmore" href="blog-detail.html">Read More >></a>
</div>
</article>
<div class="d-flex justify-content-center align-items-center mx-auto mb-5">
<button class="btn-view-more mb-5" onclick="goto_blog()"><span class="fi-view-more">view more</span></button>
</div>
</div>
</div>
<div class="col-10 mt-5 only-desktop">
<div class="row d-flex justify-content-center">
<div class="col-12 col-md-4 d-flex justify-content-center insight" style="background: url(img/img-home-bg.png) center center / cover no-repeat">
<div class="insight-meta">
<span class="fi-by">by <span style="font-weight: 700">capt_fathcapital</span></span>
<button class="btn btn-uncateg"><span class="fi-uncateg">uncategorized</span></button>
<div class="fi-div-title"><span class="fi-date">April 8, 2020</span><br /><span class="fi-title">IPO Karya Bersama Anugerah</span></div>
</div>
</div>
<div class="col-12 col-md-4 d-flex justify-content-center insight" style="background: url(img/img-home-bg.png) center center / cover no-repeat">
<div class="insight-meta">
<span class="fi-by">by <span style="font-weight: 700">capt_fathcapital</span></span>
<button class="btn btn-uncateg"><span class="fi-uncateg">uncategorized</span></button>
<div class="fi-div-title"><span class="fi-date">April 8, 2020</span><br /><span class="fi-title">IPO Karya Bersama Anugerah</span></div>
</div>
</div>
<div class="col-12 col-md-4 d-flex justify-content-center insight" style="background: url(img/img-home-bg.png) center center / cover no-repeat">
<div class="insight-meta">
<span class="fi-by">by <span style="font-weight: 700">capt_fathcapital</span></span>
<button class="btn btn-uncateg"><span class="fi-uncateg">uncategorized</span></button>
<div class="fi-div-title"><span class="fi-date">April 8, 2020</span><br /><span class="fi-title">IPO Karya Bersama Anugerah</span></div>
</div>
</div>
</div>
<div class="row d-flex justify-content-center hide-on-mobile">
<div class="col-12 col-md-4 d-flex justify-content-center crop-div">
<div class="crop-insight" style="background: linear-gradient(rgba(16, 24, 32, 0) 0%, rgb(16, 24, 32) 35%), url('img/img-home-bg.png') center center / cover no-repeat"></div>
</div>
<div class="col-12 col-md-4 d-flex justify-content-center crop-div">
<div class="crop-insight" style="background: linear-gradient(rgba(16, 24, 32, 0) 0%, rgb(16, 24, 32) 35%), url('img/img-home-bg.png') center center / cover no-repeat"></div>
</div>
<div class="col-12 col-md-4 d-flex justify-content-center crop-div">
<div class="crop-insight" style="background: linear-gradient(rgba(16, 24, 32, 0) 0%, rgb(16, 24, 32) 35%), url('img/img-home-bg.png') center center / cover no-repeat"></div>
</div>
</div>
<div class="row d-flex justify-content-center div-view-more mb-4">
<div class="col-3 d-flex justify-content-center align-items-center mx-auto">
<button class="btn-view-more" onclick="goto_blog()"><span class="fi-view-more">view more</span></button>
</div>
</div>
</div>
</div>
</section>
<!-- END FINANCIAL INSIGHT SECTION -->
<!-- START FOOTER SECTION -->
<section class="vertical-scrolling fp-auto-height footer">
<div class="container">
<div class="row pt-4">
<div class="col-12 mb-4">
<div class="logo">
<img draggable="false" src="img/img-logo.png" alt="img-logo" class="img-fluid img-logo" />
</div>
</div>
</div>
<div class="row pb-4">
<div class="col-lg-9">
<div class="row">
<div class="col-12 col-md-6 mb-4">
<div class="fo-card">
<div class="fo-div-title">
<p class="fo-title">Jakarta Office :</p>
<p class="fo-sub-title">Indonesia Stock Exchange Tower 2, 17th Floor <br>Jl. Jend. Sudirman Kav. 52-53, <br>Jakarta 12190</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 mb-4">
<div class="fo-card">
<div class="fo-div-title">
<p class="fo-title">Jakarta Office 2 :</p>
<p class="fo-sub-title">Plaza Simatupang <br>TB. Simatupang KAV IS No. 1 <br>Jakarta 12310, Indonesia</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 mb-4">
<div class="fo-card">
<div class="fo-div-title">
<p class="fo-title">Singapore Office :</p>
<p class="fo-sub-title">Singapore Land Tower, 37th Floor <br>50 Raffles Place <br>Singapore 048623</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 mb-4">
<div class="fo-card">
<div class="fo-div-title">
<p class="fo-title">Our Contact</p>
<p class="fo-sub-title">Email: [email protected] <br>Tel: +6221 5157613</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="row">
<div class="col-12 mb-2">
<div class="fo-card">
<div class="fo-div-title">
<span class="fo-title">Follow Us on Social Media</span>
<div class="fo-social">
<a href="#">
<div class="img-social">
<svg class="svg-social" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path fill="rgb(72, 160, 230)" d="M224,202.66A53.34,53.34,0,1,0,277.36,256,53.38,53.38,0,0,0,224,202.66Zm124.71-41a54,54,0,0,0-30.41-30.41c-21-8.29-71-6.43-94.3-6.43s-73.25-1.93-94.31,6.43a54,54,0,0,0-30.41,30.41c-8.28,21-6.43,71.05-6.43,94.33S91,329.26,99.32,350.33a54,54,0,0,0,30.41,30.41c21,8.29,71,6.43,94.31,6.43s73.24,1.93,94.3-6.43a54,54,0,0,0,30.41-30.41c8.35-21,6.43-71.05,6.43-94.33S357.1,182.74,348.75,161.67ZM224,338a82,82,0,1,1,82-82A81.9,81.9,0,0,1,224,338Zm85.38-148.3a19.14,19.14,0,1,1,19.13-19.14A19.1,19.1,0,0,1,309.42,189.74ZM400,32H48A48,48,0,0,0,0,80V432a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V80A48,48,0,0,0,400,32ZM382.88,322c-1.29,25.63-7.14,48.34-25.85,67s-41.4,24.63-67,25.85c-26.41,1.49-105.59,1.49-132,0-25.63-1.29-48.26-7.15-67-25.85s-24.63-41.42-25.85-67c-1.49-26.42-1.49-105.61,0-132,1.29-25.63,7.07-48.34,25.85-67s41.47-24.56,67-25.78c26.41-1.49,105.59-1.49,132,0,25.63,1.29,48.33,7.15,67,25.85s24.63,41.42,25.85,67.05C384.37,216.44,384.37,295.56,382.88,322Z"/>
</svg>
</div>
Instagram
</a>
<a href="#">
<div class="img-social">
<svg class="svg-social" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path fill="rgb(72, 160, 230)" d="M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"/>
</svg>
</div>
Facebook
</a>
<a href="#">
<div class="img-social">
<svg class="svg-social" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path fill="rgb(72, 160, 230)" d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-48.9 158.8c.2 2.8.2 5.7.2 8.5 0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3a65.447 65.447 0 0 1-29.2-54.6c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34z"/>
</svg>
</div>
Twitter
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END FOOTER SECTION -->
</div>
<!-- JAVASCRIPT -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/4.0.7/fullpage.min.js" integrity="sha512-MLy5YE5Hiyow/qhqZAsO91PjjWUBngedTSWTdvSbEPjFienlVY6SJ8Uy7eLHkudkv3kTJ7NFHZ9s0JD/UwpHdA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" crossorigin="anonymous"></script>
<script>
new fullpage("#fullPage", {
autoScrolling: true,
navigation: true,
sectionSelector: ".vertical-scrolling",
anchors: ["main", "whatwedo", "whyus", "previousclient", "financialinsight", "footer"],
});
function hideTitle(x) {
console.log(x);
var nomor = x;
$(".card-title" + nomor).attr("hidden", true);
}
function showTitle(x) {
var nomor = x;
$(".card-title" + nomor).attr("hidden", false);
}
function showContent(element) {
var activeParentElement = document.querySelector(element).parentNode;
var parents = document.querySelector(".round-line").children;
for (var i = 0; i < parents.length; i++) {
var elementParent = parents[i];
if (elementParent == activeParentElement) {
var target = elementParent.children[0];
var targetText = target.children[0];
var targetHead = targetText.children[0];
var targetBody = targetText.children[1];
target.classList.add("active-dot");
targetHead.style.fontWeight = "700";
targetBody.removeAttribute("hidden");
var targetHeight = targetText.clientHeight;
target.style.marginBottom = targetHeight+"px";
console.log(targetHeight);
} else {
var nonTarget = elementParent.children[0];
var nonTargetHead = nonTarget.children[0].children[0];
var nonTargetBody = nonTarget.children[0].children[1];
nonTarget.classList.remove("active-dot");
nonTargetHead.style.fontWeight = "400";
nonTargetBody.setAttribute("hidden", true);
nonTarget.removeAttribute("style");
}
}
}
//button view more href
function goto_blog() {
location.href = "blog.html";
}
document.addEventListener('DOMContentLoaded', function () {
const ele = document.getElementById('grab');
ele.style.cursor = 'grab';
let pos = { top: 0, left: 0, x: 0, y: 0 };
const mouseDownHandler = function (e) {
ele.style.cursor = 'grabbing';
ele.style.userSelect = 'none';
pos = {
left: ele.scrollLeft,
top: ele.scrollTop,
// Get the current mouse position
x: e.clientX,
y: e.clientY,
};
document.addEventListener('mousemove', mouseMoveHandler);
document.addEventListener('mouseup', mouseUpHandler);
};
const mouseMoveHandler = function (e) {
// How far the mouse has been moved
const dx = e.clientX - pos.x;
const dy = e.clientY - pos.y;
// Scroll the element
ele.scrollTop = pos.top - dy;
ele.scrollLeft = pos.left - dx;
};
const mouseUpHandler = function () {
ele.style.cursor = 'grab';
ele.style.removeProperty('user-select');
document.removeEventListener('mousemove', mouseMoveHandler);
document.removeEventListener('mouseup', mouseUpHandler);
};
// Attach the handler
ele.addEventListener('mousedown', mouseDownHandler);
});
</script>
</body>
</html>