-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.php
34 lines (27 loc) · 1.26 KB
/
work.php
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
<?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>MY WORK</h3>
<hr>
<p>I have an experience as intern data analyst but during my free time i created some of my work do some web stuff. feel free to checkout what project i've been created so far.</p>
</div>
</div>
<div class="row mt centered">
<div class="col-lg-4">
<a class="zoom green" href="_work01.php"><img class="img-responsive" src="Image/portfolio/perbandingan rekap.jpg" alt="" width="400" height="400" /></a>
<p>Aplikasi Pemelihara Indeks</p>
</div>
<div class="col-lg-4">
<a class="zoom green" href="_work02.php"><img class="img-responsive" src="Image/portfolio/login.JPG" alt="" width="400" height="400" /></a>
<p>Audit Management System</p>
</div>
<div class="col-lg-4">
<a class="zoom green" href="_work03.php"><img class="img-responsive" src="Image/portfolio/ukor.jpg" alt="" width="400" height="400" /></a>
<p>Official Website University of Indonesia Basketball</p>
</div>
</div><!-- /row -->
</div><!-- /container -->
<!-- +++++ Footer Section +++++ -->
<?php include "footer.php" ?>