-
Notifications
You must be signed in to change notification settings - Fork 0
/
monthm.php
72 lines (66 loc) · 2.85 KB
/
monthm.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
<?php
require('include/header.php');
?>
<br><br>
<div class="section-title text-center " style="margin-top:5%">
<h2>Wandidi<span class="pink"> Lineage</span></h2>
<h5 style="font-size: bolder; font:20%" > Monthly meetings for each of Wandidi Families</h5>
<h6 style="font-size: 20px; " > Click on each month to see what was <span class="pink">discussed</span></h6>
</div>
<section style="background:#e6d4d4; float:right; text-align: left; text-transform: uppercase; margin-right:2%;">
<h6>Wakoowu Family Meetings</h6>
<ul >
<li>
<a href="#">10th June 2018</a>
</li>
<li>
<a href="#">8th July 2018</a>
</li>
<li>
<a href="#">5th August 2018</a>
</li>
<li>
<a href="#">2th September 2018</a>
</li>
</ul>
</section>
<section style="background:#e6d4d4; float:right; text-align: left; text-transform: uppercase; margin-right:2%;">
<h6>Abudallah Family Meetings</h6>
<ul >
<li>
<a href="#">10th June 2018</a>
</li>
<li>
<a href="#">8th July 2018</a>
</li>
<li>
<a href="#">5th August 2018</a>
</li>
<li>
<a href="#">2th September 2018</a>
</li>
</ul>
</section>
<section style="background:#e6d4d4; float:right; text-align: left; text-transform: uppercase; margin-right:2%;">
<h6>Wagima Family Meetings</h6>
<ul >
<li>
<a href="wagimam1.php">10th June 2018</a>
</li>
<li>
<a href="wagimam2.php">8th July 2018</a>
</li>
<li>
<a href="wagimam3.php">5th August 2018</a>
</li>
<li>
<a href="wagimam4.php">2th September 2018</a>
</li>
<li>
<a href="wandidi.php">14th September 2018</a>
</li>
</ul>
</section>
<?php
require('include/footer.php');
?>