-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_work03.php
24 lines (20 loc) · 1.14 KB
/
_work03.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>Official Website <br/> University of Indonesia Basketball Club</h3>
<hr>
<p>This is the website i develop during my free time and it's on progress, powered by ASP.net MVC4. This is the official website of University of Indonesia Basketball club.</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/ukor.jpg" alt="" width="1000" height="393"><hr/></p>
<!-- <p><img class="img-responsive" src="../Resume/image/portfolio/2.jpg" alt=""></p>-->
<!-- <p><img class="img-responsive" src="../Resume/image/portfolio/3.jpg" alt=""></p>-->
<p><bt>Client: <a href="#">UKOR Basket UI</a></bt> - <bt>Project Name: <a href="#">Website UI's basketball</a></bt> - <bt>Year: <a href="#">2014</a></bt></p>
</div>
</div><!-- /row -->
</div><!-- /container -->
<?php include "footer.php" ?>