-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.php
executable file
·89 lines (89 loc) · 3.9 KB
/
gallery.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?php $page_title_fixed = "Urban Photo Fest"; ?>
<?php $page_title = "WKC Polaroid Workshop"; ?>
<?php $meta_description = "Urban photography is an interdisciplinary field of visual practice concerned
with the evocation and representation of urban spaces and the lives of those
living, working and moving through such spaces"; ?>
<?php include_once 'includes/head.php'; ?>
<?php include_once 'includes/header-start.php'; ?>
<?php include_once 'includes/menu.php'; ?>
<?php include_once 'includes/header-end.php'; ?>
<div id="main" class="clearfix">
<div class="text-fullwidth">
<h1>WKC Polaroid Workshop</h1>
<div class="gallery owl-gallery">
<div class="gallery-item" data-hash="1">
<img src="img/gallery/Abdul%20Sit%201.jpg" width="614" height="500" alt="">
<p>Abdul Sit</p>
</div>
<div class="gallery-item" data-hash="2">
<img src="img/gallery/Abdul%20Sit%202.jpg" width="614" height="500" alt="">
<p>Abdul Sit</p>
</div>
<div class="gallery-item" data-hash="3">
<img src="img/gallery/Abdul%20Sit%203.jpg" width="614" height="500" alt="">
<p>Abdul Sit</p>
</div>
<div class="gallery-item" data-hash="4">
<img src="img/gallery/Abul%20Hasnat%201.jpg" width="614" height="500" alt="">
<p>Abul Hasnat</p>
</div>
<div class="gallery-item" data-hash="5">
<img src="img/gallery/Abul%20Hasnat%202.jpg" width="614" height="500" alt="">
<p>Abul Hasnat</p>
</div>
<div class="gallery-item" data-hash="6">
<img src="img/gallery/Abul%20Hasnat%203.jpg" width="614" height="500" alt="">
<p>Abul Hasnat</p>
</div>
<div class="gallery-item" data-hash="7">
<img src="img/gallery/Ololade%20Arowolo%201.jpg" width="614" height="500" alt="">
<p>Ololade Arowolo</p>
</div>
<div class="gallery-item" data-hash="8">
<img src="img/gallery/Ololade%20Arowolo%202.jpg" width="614" height="500" alt="">
<p>Ololade Arowolo</p>
</div>
<div class="gallery-item" data-hash="9">
<img src="img/gallery/Ololade%20Arowolo%203.jpg" width="614" height="500" alt="">
<p>Ololade Arowolo</p>
</div>
<div class="gallery-item" data-hash="10">
<img src="img/gallery/Shannon%20Drake-Walkes%201.jpg" width="614" height="500" alt="">
<p>Shannon Drake-Walkes</p>
</div>
<div class="gallery-item" data-hash="11">
<img src="img/gallery/Shannon%20Drake-Walkes%202.jpg" width="614" height="500" alt="">
<p>Shannon Drake-Walkes</p>
</div>
<div class="gallery-item" data-hash="12">
<img src="img/gallery/Shannon%20Drake-Walkes%203.jpg" width="614" height="500" alt="">
<p>Shannon Drake-Walkes</p>
</div>
<div class="gallery-item" data-hash="13">
<img src="img/gallery/Shianne%20Curtis-Gayle%201.jpg" width="614" height="500" alt="">
<p>Shianne Curtis-Gayle</p>
</div>
<div class="gallery-item" data-hash="14">
<img src="img/gallery/Shianne%20Curtis-Gayle%202.jpg" width="614" height="500" alt="">
<p>Shianne Curtis-Gayle</p>
</div>
<div class="gallery-item" data-hash="15">
<img src="img/gallery/Shianne%20Curtis-Gayle%203.jpg" width="614" height="500" alt="">
<p>Shianne Curtis-Gayle</p>
</div>
<div class="gallery-item" data-hash="16">
<img src="img/gallery/work%20in%20process%201.jpg" width="614" height="500" alt="">
<p>Work in process</p>
</div>
<div class="gallery-item" data-hash="17">
<img src="img/gallery/work%20in%20process%202.jpg" width="614" height="500" alt="">
<p>Work in process</p>
</div>
<div class="gallery-item" data-hash="18">
<img src="img/gallery/work%20in%20process%203.jpg" width="614" height="500" alt="">
<p>Work in process</p>
</div>
</div>
</div>
</div>
<?php include_once 'includes/footer.php'; ?>