-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork01.php
More file actions
38 lines (31 loc) · 1.37 KB
/
work01.php
File metadata and controls
38 lines (31 loc) · 1.37 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
28
29
30
31
32
33
34
35
36
37
38
<?php include ('include_page/config.php'); ?>
<!DOCTYPE html>
<html lang="en">
<!-- Header -->
<?php include ('include_page/header.php'); ?>
<body>
<!-- Navigation Bar -->
<?php include ('include_page/navbar.php'); ?>
<!-- +++++ Projects Section +++++ -->
<div class="container pt">
<div class="row mt">
<div class="col-lg-6 col-lg-offset-3 centered">
<h3>PROJECT NAME</h3>
<hr>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.</p>
</div>
</div>
<div class="row mt centered">
<div class="col-lg-8 col-lg-offset-2">
<p><img class="img-responsive" src="assets/img/portfolio/1.jpg" alt=""></p>
<p><img class="img-responsive" src="assets/img/portfolio/2.jpg" alt=""></p>
<p><img class="img-responsive" src="assets/img/portfolio/3.jpg" alt=""></p>
<p><bt>Client: <a href="#">BlackTie.co</a></bt> - <bt>Type: <a href="#">Illustration</a></bt> - <bt>Date: <a href="#">January 2014</a></bt></p>
</div>
</div><!-- /row -->
</div><!-- /container -->
<!-- +++++ Footer Section +++++ -->
<?php include('include_page/footer.php'); ?>
<?php include ('include_page/bottom.php'); ?>
</body>
</html>