-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreport.php
More file actions
27 lines (25 loc) · 1.23 KB
/
Copy pathreport.php
File metadata and controls
27 lines (25 loc) · 1.23 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
<?php include './partials/head.php' ?>
<div class="container font-signature">
<div class="row">
<div class="col-xs-4 col-xs-offset-4 text-center">
<div class="large-img-container">
<img class="large-img" src="./assets/images/Rp.svg">
</div>
<p class="p-signature lead">Nilai investasi Anda <span class="orange">10 tahun</span> ke depan:</p>
<div class="outlined-gray">Rp500.000.000,00</div>
<p class="p-signature lead">Uang <span class="orange">pertanggungan</span>:</p>
<div class="outlined-gray">Rp1.000.000.000,00</div>
<p class="p-signature lead">Rekomendasi <span class="orange">premi</span>:</p>
<div class="outlined-gray">Rp899.000,00 / bln.</div>
<div class="row" style="margin-top:50px">
<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="illustration.php" class="btn btn-signature btn-thick btn-dark">Mulai Nanti</a>
</div>
</div>
</div>
</div>
</div>
<?php include './partials/foot.php' ?>