-
Notifications
You must be signed in to change notification settings - Fork 0
/
7.php
106 lines (78 loc) · 3.85 KB
/
7.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?php
require('include/header.php');
?>
<section class="how-it-works-sec">
<div class="section-title text-center">
<a href="6.php">«Previous Child</a>
<h2>7th Janet Annet Nabuteeza<span class="pink"> Lineage</span></h2>
<a href="8.php">Next Child»</a>
<div style="text-align:center">
<img src="wagima/auntie.jpg">
</div>
</div>
<div class="container">
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="step-works wow fadeInLeft" wow-data-delay="0.4s">
<div class="content-section">
<h4>Margret Ngila</h4>
<img src="images/2.jpg">
<p>She is the first born</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="step-works wow fadeInLeft" wow-data-delay="0.4s">
<div class="content-section">
<h4>Ruth Mueni Ngila</h4>
<img src="images/2.jpg">
<p>She is the second born</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="step-works wow fadeInLeft" wow-data-delay="0.4s">
<div class="content-section">
<h4>Miriam Ndunge Ngila</h4>
<img src="images/2.jpg">
<p>She is the third born</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="step-works wow fadeInLeft" wow-data-delay="0.4s">
<div class="content-section">
<h4>Dorothy Ngila</h4>
<img src="images/2.jpg">
<p>She is the fourth born</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="step-works wow fadeInLeft" wow-data-delay="0.4s">
<div class="content-section">
<h4>Denis Mulwa Ngila</h4>
<img src="images/2.jpg">
<p>He is the fifth born</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="step-works wow fadeInLeft" wow-data-delay="0.4s">
<div class="content-section">
<h4>KevinNgila</h4>
<img src="images/2.jpg">
<p>He is the sixth born</p>
</div>
</div>
</div >
<h4>Nabuteza's Grand-Children</h4>
<ul>
<li>Jimmy Mwololo</li>
<li>Grace Muthiani</li>
<li>Mercey Mathiani</li>
</ul>
</div>
</section>
<?php
require('include/footer.php');
?>