-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery3.php
46 lines (39 loc) · 2.08 KB
/
gallery3.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
<?php
require('include/header.php');
?>
<!-- End Top Background Image Wrapper -->
<br><br><br><br><br><br>
<section>
<main class="hoc container clear">
<div id="gallery">
<p>Mugoya Clan we are such a wonderful clan, unity and happiness is always our pride in masabaland and all over the world</p>
<figure>
<div id="first" >
<ul class="nospace clear">
<li class="one_quarter1"><a href="#"><img src=" images/10.jpg" style="width:100%; height: 60%;" alt=""></a></li>
<li class="one_quarter1"><a href="#"><img src=" images/5.jpg" style="width:100%; height: 60%;"alt=""></a></li>
<li class="one_quarter1"><a href="#"><img src=" images/muleme.png" style="width:100%; height: 60%;"alt=""></a></li>
<li class="one_quarter1"><a href="#"><img src=" images/13.jpg" style="width:100%; height: 60%;"alt=""></a></li>
<li class="one_quarter1"><a href="#"><img src=" images/14.jpg" style="width:100%; height: 60%;"alt=""></a></li>
<li class="one_quarter1"><a href="#"><img src=" images/15.jpg" style="width:100%; height: 60%;"alt=""></a></li>
<li class="one_quarter1"><a href="#"><img src=" images/boys.jpg"style="width:100%; height: 60%;" alt=""></a></li>
<li class="one_quarter1"><a href="#"><img src=" images/16.jpg" style="width:100%; height: 60%;"alt=""></a></li>
</ul>
</div>
<br>
<figcaption>Annual meeting photos</figcaption>
</figure>
</div>
<nav>
<h6 style="margin-left: 50%;"> See more in our gallery</h6>
<ul class="nav navbar-nav navbar-left cus-navbar" style="margin-left: 50%;font-size: 27px;">
<li><a href="gallery2.php" class="previous">« Previous</a></li>
<li><a href="#">3</a></li>
<a href="gallery4.php" class="next">Next »</a>
</ul>
</nav>
</main>
</section>
<?php
require('include/footer.php');
?>