-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.php
57 lines (49 loc) · 2.35 KB
/
project.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?php
$page_title = 'VerstappenBouw | Project';
$pgDesc = 'Bouwservice Verstappen, VerstappenBouw';
$keyWords = 'nieuwbouwwoningen, droomhuis of verbouwing';
include ('header.php');
?>
<!-- Intro -->
<section id="project" class="main style1 dark fullscreen">
<div class="content container 75%">
<header>
<h2>Project Roggel</h2>
</header>
<p>Weergave van een volledig bouwproject</strong>
</p>
<footer>
<a href="#work" class="button style2 down"><i class="fa fa-chevron-down fa-2x" title="Next"></i></a>
</footer>
</div>
</section>
<!-- Work -->
<section id="work" class="main style3 primary">
<div class="content container">
<header>
<h2>Impressie</h2>
<p></p>
</header>
<!-- Lightbox Gallery -->
<div class="container 75% gallery">
<div class="row 0% images">
<div class="6u 12u(mobile)"><a href="images/fulls/01.jpg" class="image fit from-left"><img src="images/thumbs/01.jpg" title="Image I" alt="" /></a></div>
<div class="6u 12u(mobile)"><a href="images/fulls/02.jpg" class="image fit from-right"><img src="images/thumbs/02.jpg" title="Image II" alt="" /></a></div>
</div>
<div class="row 0% images">
<div class="6u 12u(mobile)"><a href="images/fulls/03.jpg" class="image fit from-left"><img src="images/thumbs/03.jpg" title="Image III" alt="" /></a></div>
<div class="6u 12u(mobile)"><a href="images/fulls/04.jpg" class="image fit from-right"><img src="images/thumbs/04.jpg" title="Image IV" alt="" /></a></div>
</div>
<div class="row 0% images">
<div class="6u 12u(mobile)"><a href="images/fulls/05.jpg" class="image fit from-left"><img src="images/thumbs/05.jpg" title="Image V" alt="" /></a></div>
<div class="6u 12u(mobile)"><a href="images/fulls/06.jpg" class="image fit from-right"><img src="images/thumbs/06.jpg" title="Image VI" alt="" /></a></div>
</div>
</div>
</div>
</section>
<?php
include('contact.php');
?>
<?php
include('footer.php');
?>