-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathillustration.php
More file actions
35 lines (33 loc) · 1.51 KB
/
Copy pathillustration.php
File metadata and controls
35 lines (33 loc) · 1.51 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
<?php include './partials/head.php' ?>
<div class="container font-signature">
<div class="row">
<div class="col-xs-4 col-xs-offset-4 text-center">
<h1 class="orange" style="margin:0">
<small class="orange" style="font-size:20.5pt">Ilustrasi jika Anda <span style="color:#304d50">menunda</span></small><br>
mengambil asuransi
</h1>
<p class="p-signature lead" style="margin-top:45px">Benefit yang didapat jika menabung sejak usia:</p>
<div class="outlined-gray" style="margin-top:35px">
<div class="outline-info"><span>25 Tahun</span></div>
Rp500.000.000,00
</div>
<div class="outlined-gray" style="margin-top:35px">
<div class="outline-info"><span>30 Tahun</span></div>
Rp120.000.000,00
</div>
<div class="outlined-gray" style="margin-top:35px">
<div class="outline-info"><span>35 Tahun</span></div>
Rp80.000.000,00
</div>
<div class="row" style="margin-top:30px">
<div class="col-xs-6">
<a href="unitlink.php" class="btn btn-signature btn-thick">Mulai Sekarang</a>
</div>
<div class="col-xs-6">
<a href="warning.php" class="btn btn-signature btn-thick btn-dark">Tidak Ambil</a>
</div>
</div>
</div>
</div>
</div>
<?php include './partials/foot.php' ?>