-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_work02.php
22 lines (20 loc) · 1.24 KB
/
_work02.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" xmlns="http://www.w3.org/1999/html">
<div class="row mt">
<div class="col-lg-6 col-lg-offset-3 centered">
<h3>Audit Management System<br/>(AMSDAC)</h3>
<hr>
<p>Audit Management System is application for auditing purpose, being maintained at PT Kompas Gramedia. the Application built by PT DAC Solution Informatika to create auditing processes that runs in database system also being handled by application.</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/login.jpg" alt="" width="1000" height="393"><hr/></p>
<p><img class="img-responsive" src="Image/portfolio/Home.jpg" alt="" width="1000" height="393"><hr/></p>
<p><img class="img-responsive" src="Image/portfolio/IPP.jpg" alt="" width="1000" height="393"><hr/></p>
<p><bt>Client: <a href="#">PT Kompas Gramedia</a></bt> - <bt>Project Name: <a href="#">AMSDAC</a></bt> - <bt>Year: <a href="#">2014</a></bt></p>
</div>
</div><!-- /row -->
</div><!-- /container -->
<?php include "footer.php" ?>