-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_work01.php
22 lines (20 loc) · 1.26 KB
/
_work01.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php include 'header.php' ?>
<!-- +++++ Projects Section +++++ -->
<div class="container pt">
<div class="row mt">
<div class="col-lg-6 col-lg-offset-3 centered">
<h3>Aplikasi Pemelihara Indeks </h3>
<hr>
<p>The "Aplikasi Pemelihara Indeks" was the project maintained in PT Bursa Efek Jakarta by PT DAC Solution Informatika. The application is created to monitoring every index member that runs in database also it's stored the sum calculation of every single index member.</p>
</div>
</div>
<div class="row mt centered">
<div class="col-lg-8 col-lg-offset-2">
<p><img class="img-responsive" src="Image/portfolio/perbandingan rekap.jpg" alt="" width="700" height="393"><hr/></p>
<p><img class="img-responsive" src="Image/portfolio/Capturebrowseindex.jpg" alt="" width="700" height="393"><hr/></p>
<p><img class="img-responsive" src="Image/portfolio/Captureview2.jpg" alt="" width="700" height="393"><hr/></p>
<p><bt>Client: <a href="#">PT Bursa Efek Jakarta</a></bt> - <bt>Project: <a href="#">Aplikasi Pemelihara Indeks</a></bt> - <bt>Year: <a href="#">2014</a></bt></p>
</div>
</div><!-- /row -->
</div><!-- /container -->
<?php include 'footer.php' ?>