-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
160 lines (138 loc) · 5.42 KB
/
about.html
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html>
<head>
<title>Shammy's World</title>
<link rel="StyleSheet" href="about.css">
</head>
<body>
<!-- Navigation Bar -->
<nav>
<div class="navBar">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="blog.html">Books & Blogs</a></li>
</ul>
</div>
</nav>
<h1 class="biography">Biography</h1>
<img src="./images/joy.jpg">
<!-- Rows and columns -->
<section class="Birth">
<div class="row">
<div class="column">
<h2 >Birth</h2>
<p>Born in 22,July ,1997 ,Sharon is the second born of a family of five,
consisting of three girls and two boys.Her childhood was one filled
with joy and sorrow just like any child.She lost her eldest sister
in 2004 and lost her mother the year after.In 2006, she fell into
depression and had acute ulcers, to the point of stroke.She was
able to overcome this with the help of a supportive family.She
grew up knowing how to take care of herself at an early age.
</p>
</div>
<div class="column">
<img id="sham3" src="./images/sham3.jpg">
</div>
</div>
</section>
<div class="row">
<div class="column">
<h2>Schooling</h2>
<p>
Sharon was a clever girl in school and was always amongst the best in her class and later furthered
her secondary education at Tala Girls High School in 2012 and completed it in 2015.
She later joined The Kenya Institute of Highways, Building, and Technology and pursued
a Diploma in Architecture.She is currently pursuing a Diploma in IT at AkiraChix, Nairobi Kenya.
</p>
</div>
<div class="column">
<img id="shamblack" src="./images/sham.jpg">
</div>
</div>
<section class="Family">
<div class="row">
<div class="column">
<h2>Family</h2>
<p>
Sharon is motherof a very handsome boy by the name of
Cohen David "Graham" Ndereva Muriuki. He is currently 22 months old.
She is always motivated by this funny little man.
</p>
</div>
<div class="column">
<img id ="mumndave" src="./images/mumndave.jpg">
</div>
</div>
</section>
<div class="row">
<div class="column">
<h2>Hobbies and Interests</h2>
<p>
Sharon loves to sing and is also a musician who has produced songs such as “Nguvu”,
” Najitoa” and “Mighty Warrior”.She loves to write poems and read African Literature.
She is the leader of a band that goes by the name of Tehilla Rebirth Band. She speaks
French and is currently learning how to speak Hebrew.She is also a good drama choreographer
and can write plays and poems with an African touch. She is also a voice coach when she is not working.
</p>
</div>
<div class="column">
<img id="squad" src="./images/squad.jpg">
</div>
</div>
<section class="funfacts">
<div class="row">
<div class="column">
<h2>Fun Facts</h2>
<ul>
<li><p>She can sing any kind of voice (Soprano,Alto,Tenor)</p></li>
<li><p>She can play handball.</p></li>
<li><p>She cannot swim.</p></li>
<li><p> She has interviewed the former Senator for Machakos County, Hon Johnstone Muthama in 2015.</p></li>
<li><p>She loves cooking new recipes.</p></li>
<li><p>She is skilled in mat making.</p></li>
</ul>
</div>
<div class="column">
<img id="guitar" src="./images/verdict.jpg">
</div>
</div>
</div>
</section>
<br>
<!-- Image slider -->
<div class="slide">
<span id="image1"></span>
<span id="image2"></span>
<span id="image3"></span>
<span id="image4"></span>
<div class="container">
<img src="images/min.jpg" class ="img" style="width:600px; height:400px;">
<img src="images/music.jpg" class ="img" style="width:600px; height:400px">
<img src="images/zumaridi.jpg" class ="img" style="width:600px; height:400px">
<img src="images/tehilla.jpg" class ="img" style="width:600px; height:400px">
</div>
</div>
<div class="button">
<a href="#image1" class ="btn"></a>
<a href="#image2" class ="btn"></a>
<a href="#image3" class ="btn"></a>
<a href="#image4" class ="btn"></a>
</div>
<br>
<div class="text">
<p id="word"><i>"Memories are timeless treasures of the heart."</i></p>
</div>
<br>
<!-- footer -->
<div class="footer">
<footer>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<a href="https://www.facebook.com/xtone.dopgirl/" class="fa fa-facebook"></a>
<a href="https://www.linkedin.com/in/sharon-akinyi-a5024b208/" class="fa fa-linkedin"></a>
<a href="https://twitter.com/SharonMuriuki4" class="fa fa-twitter"></a>
<a href="https://www.instagram.com/shammy_sharon/" class="fa fa-instagram"></a>
</footer>
</div>
</body>
</html>