-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
373 lines (352 loc) · 19 KB
/
index.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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" type="png" href="/static/images/icon/logo1.png">
<meta charset="utf-8">
<meta http-equiv="X-UA-Comaptible" content="IE=edge">
<title>Transform Her Africa</title>
<meta name="desciption" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/static/style.css">
<script type="text/javascript" src="/static/script.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.js"></script>
<script>
$(window).on('scroll', function(){
if($(window).scrollTop()){
$('nav').addClass('black');
}else {
$('nav').removeClass('black');
}
})
</script>
</head>
<body>
<!-- Navigation Bar -->
<header id="header">
<nav>
<div class="logo"><img src="/static/images/icon/logo2.png" alt="logo"></div>
<ul>
<li><a class="active" href="">Home</a></li>
<li><a href="#portfolio_section">Portfolio</a></li>
<li><a href="#team_section">Team</a></li>
<li><a href="#services_section">Services</a></li>
<li><a href="#contactus_section">Contact</a></li>
</ul>
<div class="srch"><input type="text" class="search" placeholder="Search here..."><img src="/static/images/icon/search.png" alt="search" onclick=slide()></div>
<a class="get-started" href="login">Get Started</a>
<img src="/static/images/icon/menu.png" class="menu" onclick="sideMenu(0)" alt="menu">
</nav>
<div class="head-container">
<div class="quote">
<p>Transform Her Africa - Empowering a girl child is empowering a nation</p>
<h5>Education is the process of facilitating learning or the acquisition of knowledge, skills, values, beliefs and habits. Educational methods include teaching, training, storytelling, discussion and directed research! </h5>
<div class="play">
<a href="https://youtu.be/wBmpwV18u-c" target="_blank"><img src="/static/images/icon/play.png" alt="play"></a><span><a href="https://youtu.be/wBmpwV18u-c" target="_blank">Watch Now</a></span>
</div>
</div>
<div class="svg-image">
<img src="/static/images/extra/svg1.jpg" alt="svg">
</div>
</div>
<div class="side-menu" id="side-menu">
<div class="close" onclick="sideMenu(1)"><img src="/static/images/icon/close.png" alt=""></div>
<div class="user">
<img src="/static/images/creator/name.png" alt="Username">
<p>User</p>
</div>
<ul>
<li><a href="#about_section">About</a></li>
<li><a href="#portfolio_section">Portfolio</a></li>
<li><a href="#team_section">Team</a></li>
<li><a href="#services_section">Services</a></li>
<li><a href="#contactus_section">Contact</a></li>
<li><a href="#feedBACK">Feedback</a></li>
</ul>
</div>
</header>
<!-- Some Popular Subjects -->
<div class="title">
<span>Popular Subjects at Transform Her Africa Online</span>
</div>
<br><br>
<div class="course">
<center><div class="cbox">
<div class="det"><a href="subjects/computer_courses.html"><img src="/static/images/courses/book.png">Web Development</a></div>
<div class="det"><a href="subjects/stem.html"><img src="/static/images/courses/d1.png">STEM Overview</a></div>
<div class="det"><a href="subjects/advanced.html"><img src="/static/images/courses/paper.png">Advanced STEM</a></div>
<div class="det"><a href="subjects/quiz.html"><img src="/static/images/courses/d1.png">Daily Quiz</a></div>
</div></center>
<div class="cbox">
<div class="det"><a href="subjects/computer_courses.html"><img src="/static/images/courses/computer.png">IT and Software</a></div>
<div class="det"><a href="subjects/computer_courses.html#data"><img src="/static/images/courses/data.png">Marketing</a></div>
<div class="det"><a href="subjects/computer_courses.html#algo"><img src="/static/images/courses/algo.png">Photography</a></div>
<div class="det det-last"><a href="subjects/computer_courses.html#projects"><img src="/static/images/courses/projects.png">Projects</a></div>
</div>
</div>
<!-- ABOUT -->
<div class="diffSection" id="about_section">
<center><p style="font-size: 50px; padding: 100px">About Us</p></center>
<div class="about-content">
<div class="side-image">
<img class="sideImage" src="/static/images/extra/w4.jpg">
</div>
<div class="side-text">
<h2>A little insight ... </h2>
<p>We, at Transform Her, sat down did some research and came up with some findings: Gender inequality is a glaring issue in Africa. Despite many solutions carried out to bridge the gap, the problem still persists. In most communities, women are not given equal opportunity as men for growth and development. This has worsened with the Covid-19 pandemic. It is worth noting that, empowerment of women and girls is essential to expand economic growth and promote social development. We came up with adept solutions to help solve these issues on gender inequality; empowering women/girls to attain career success is pivotal mainly focusing on STEM courses & jobs. <br> Using HTML(HyperText Markup Language), CSS(Cascading Style Sheet), JavaScript, we can make learning more easier and in a interesting way.</p>
</div>
</div>
</div>
<!-- PORTFOLIO -->
<div class="diffSection" id="portfolio_section">
<center><p style="font-size: 50px; padding: 100px; padding-bottom: 40px;">Portfolio</p></center>
<div class="content">
<p>
“Education is the passport to the future, for tomorrow belongs to those who prepare for it today.” “Your attitude, not your aptitude, will determine your altitude.” “If you think education is expensive, try ignorance.” “The only person who is educated is the one who has learned how to learn …and change.”
</p>
</div>
</div>
<div class="extra">
<p>We're increasing this data every month</p>
<div class="smbox">
<span><center><div class="data">15</div><div class="det">Enrolled Students</div></center></span>
<span><center><div class="data">20</div><div class="det">Total Courses</div></center></span>
<span><center><div class="data">5</div><div class="det">Placed Students</div></center></span>
<span><center><div class="data">2</div><div class="det">Total Projects</div></center></span>
</div>
</div>
<!-- TEAM -->
<div class="diffSection" id="team_section">
<center><p style="font-size: 50px; padding-top: 100px; padding-bottom: 60px;">We are the Founders</p></center>
<div class="totalcard">
<div class="card">
<center><img src="/static/images/creator/kay.jpg"></center>
<center><div class="card-title">Harry K. Ablor</div>
<div class="card-title-child">Civil Engineer & Web Developer</div>
<div id="detail">
<p>Harry Kay Ablor is a Ghanaian. A Civil Engineer, A Web Developer, Design Thinker, Entrepreneur and a JavaScript Enthusiast.<br> “I believe that education is all about being excited about something. Seeing passion and enthusiasm helps push an educational & empowering message and we at Transform Her Africa will do everything in our power to help towards educating and empowering girls in STEM & thus bridging the STEM gap.“</p>
<div class="duty"></div>
<center><a href="https://www.instagram.com/harrykayneezy/" target="_blank"><button class="btn-bhanu">Follow +</button></a></center>
</div>
</center>
</div>
<div class="card">
<center><img src="/static/images/creator/olive.jpg"></center>
<center><div class="card-title">Olive Ettagbor</div>
<div class="card-title-child">Public Health Specialist & Entrepreneur</div>
<div id="detail">
<p>Olive Ettagbor is a Cameroonian. A Public Health Personnel, Social Entrepreneur, Design Thinker and YALI Alumnus.<br> “Real education should consist of drawing the goodness and the best out of our own students. I believe every girl has the potential to succeed if given the opportunity they need. That's why I want to enable them succeed by empowering them with the skills they need.“</p>
<div class="duty"></div>
<a href="https://www.instagram.com/ettagborolive/" target="_blank"><button class="btn-roshan">Follow +</button></a>
</div>
</center>
</div>
<div class="card">
<center><img src="/static/images/creator/ola.jpg"></center>
<center><div class="card-title">Olalekan Adeeko</div>
<div class="card-title-child">Entrepreneur & Front-End Developer</div>
<div id="detail">
<p>Olalekan Adeeko is a Nigerian. An Entrepreneur and a Front-End Developer<br> “The girl child literacy in STEM leading to gender inequality has since been a bone of contention, Transform Her Africa has come to ensure equality and literacy. As a great advocate for this cause, I joined to contribute my expertise towards making this cause a dream come true.“</p>
<!-- <b>Co-Founder</b> -->
<div class="duty"></div>
<a href="https://www.instagram.com/official_cherub/" target="_blank"><button class="btn-akhil">Follow +</button></a>
</div>
</center>
</div>
<div class="card">
<center><img src="/static/images/creator/lloyd.jpg"></center>
<center><div class="card-title">Lloyd Kioko</div>
<div class="card-title-child">Software Developer</div>
<div id="detail">
<p>Lloyd Kioko is a Kenyan. A Software Developer with interest in technology and a heart to help people.<br> “I am a part of Transform Her Africa, to ensure that every gender has an equal opportunity to showcase what they have to offer. I want our dear sisters and mothers to have a chance and to make things better for themselves. It is said "what a man can do, a woman can do better!".“</p>
<!-- <b>Co-Founder</b> -->
<div class="duty"></div>
<a href="https://www.instagram.com/" target="_blank"><button class="btn-akhil">Follow +</button></a>
</div>
</center>
</div>
</div>
</div>
<!-- SERVICES -->
<!-- SERVICES -->
<div class="service-swipe">
<div class="diffSection" id="services_section">
<center><p style="font-size: 50px; padding: 100px; padding-bottom: 40px; color: #fff;">Services</p></center>
</div>
<a href="subjects/computer_courses.html"><div class="s-card"><img src="/static/images/icon/computer-courses.png"><p>Free Online Computer Courses</p></div></a>
<a href="subjects/stem.html"><div class="s-card"><img src="/static/images/icon/brainbooster.png"><p>Building Concepts for Competitive Exams</p></div></a>
<a href="#"><div class="s-card"><img src="/static/images/icon/online-tutorials.png"><p>Online Video Lectures</p></div></a>
<a href="subjects/stem.html#sample_papers"><div class="s-card"><img src="/static/images/icon/papers.jpg"><p>Sample Papers of Various Competitive Exams</p></div></a>
<a href="#"><div class="s-card"><img src="/static/images/icon/p3.png"><p>Performance and Ranking Report</p></div></a>
<a href="#contactus_section"><div class="s-card"><img src="/static/images/icon/discussion.png"><p>Discussion with Our Tutors & Mentors</p></div></a>
<a href="subjects/quiz.html"><div class="s-card"><img src="/static/images/icon/q1.png"><p>Daily Brain Teasing Questions to Improve IQ</p></div></a>
<a href="#contactus_section"><div class="s-card"><img src="/static/images/icon/help.png"><p>24x7 Online Support</p></div></a>
</div>
<!-- <div class="service-swipe" id="services_section">
<center><p style="font-size: 50px; padding-bottom: 40px; color: #2e2e2e;">Services</p></center>
<div class="back"></div>
<div class="service-container">
<div class="right-side">
<img id="img1" src="images/ss/ss5.png" alt="img">
<img id="img2" src="images/ss/ss6.png" alt="img">
<img id="img3" src="images/ss/ss4.png" alt="img">
<img id="img4" src="images/ss/ss8.png" alt="img">
</div>
<div class="left-side">
<ul>
<li><a id="s1" onmouseover="display(1)" href="#">Online Classes</a></li>
<li><a id="s2" onmouseover="display(2)" href="#">Projects</a></li>
<li><a id="s3" onmouseover="display(3)" href="#">Daily Quizes</a></li>
<li><a id="s4" onmouseover="display(4)" href="#">Help Support</a></li>
</ul>
</div>
</div>
</div> -->
<!-- Reviews by Students -->
<div id="makeitfull">
<a href="#review_section"><img src="/static/images/icon/makeitfull.png"></a>
</div>
<div class="review">
<div class="diffSection" id="review_section">
<center><p style="font-size: 40px; padding: 100px; padding-bottom: 40px; color: #2E3D49;">What the Students Say About Us?</p></center>
</div>
<div class="rev-container">
<div class="rev-card">
<div class="identity">
<img src="/static/images/creator/w1.png"><p>Ama Paska</p>
<h6>JavaScript</h6>
<div class="rating"><img src="/static/images/icon/star.png"><img src="/static/images/icon/star.png"><img src="/static/images/icon/star.png"><img src="/static/images/icon/star.png"><img src="/static/images/icon/star.png"></div>
</div>
<div class="rev-cont">
<p id="title">Review:</p>
<p id="content">
I did JavaScript Fundamenetal course with Transform Her. It was a great experience. The brain teasers and assignments, actually the whole lot of content was really good. Some problems were challenging yet interesting. Everything was explained very well whenever I got stuck...
</p>
</div>
</div>
<div class="rev-card">
<div class="identity">
<img src="/static/images/creator/w2.jpg"><p>Akua Meko</p>
<h6>C/C++</h6>
<div class="rating"><img src="/static/images/icon/star.png"><img src="/static/images/icon/star.png"><img src="/static/images/icon/star.png"><img src="/static/images/icon/star.png"><img src="/static/images/icon/star.png"></div>
</div>
<div class="rev-cont">
<p id="title">Review:</p>
<p id="content">
When I was watching the JavaScript tutorials, I really like how the tutors gave coding life lessons which would guide you throughout your code life...
</p>
</div>
</div>
<div class="rev-card">
<div class="identity">
<img src="/static/images/creator/w3.jpg"><p>Abena Broni</p>
<h6>Web Design</h6>
<div class="rating"><img src="/static/images/icon/star.png"><img src="/static/images/icon/star.png"><img src="/static/images/icon/star.png"><img src="/static/images/icon/star.png"><img src="/static/images/icon/star.png"></div>
</div>
<div class="rev-cont">
<p id="title">Review:</p>
<p id="content">
TransformHer Africa was an amazing experience for me. I had a little experience in coding but I think it has helped me think things through in a much more analytical manner. Coding is important no matter which branch you are in. It gives you a better understanding about how to approach a problem...
</p>
</div>
</div>
<div class="rev-card">
<div class="identity">
<img src="/static/images/creator/w4.jpg"><p>Esi Nutor</p>
<h6>Python</h6>
<div class="rating"><img src="/static/images/icon/star.png"><img src="/static/images/icon/star.png"><img src="/static/images/icon/star.png"><img src="/static/images/icon/star.png"><img src="/static/images/icon/star.png"></div>
</div>
<div class="rev-cont">
<p id="title">Review:</p>
<p id="content">
This was my first complete course at coding blocks. I attended the Python course in Winter 2020 and loved it which made me join the full course. Harry Kay and Olive have good knowledge about the field and were very helpful in making us understand the concepts. I would certainly recommend this to anyone...
</p>
</div>
</div>
</div>
</div>
<!-- CONTACT US -->
<div class="diffSection" id="contactus_section">
<center><p style="font-size: 50px; padding: 100px">Contact Us</p></center>
<div class="csec"></div>
<div class="back-contact">
<div class="cc">
<label>First Name <span class="imp">*</span></label><label style="margin-left: 185px">Last Name <span class="imp">*</span></label><br>
<center>
<input type="text" name="" style="margin-right: 10px; width: 175px" required="required"><input type="text" name="lname" style="width: 175px" required="required"><br>
</center>
<label>Email <span class="imp">*</span></label><br>
<input type="email" name="mail" style="width: 100%" required="required"><br>
<label>Message <span class="imp">*</span></label><br>
<input type="text" name="message" style="width: 100%" required="required"><br>
<label>Additional Details</label><br>
<textarea name="addtional"></textarea><br>
<button type="submit" id="csubmit">Send Message</button>
</form>
</div>
</div>
</div>
<!-- FEEDBACK -->
<div class="title2" id="feedBACK">
<span>Give Feedback</span>
<div class="shortdesc2">
<p>Please share your valuable feedback with us</p>
</div>
</div>
<div class="feedbox">
<div class="feed">
<label>Your Name</label><br>
<input type="text" name="" class="fname" required="required"><br>
<label>Email</label><br>
<input type="email" name="mail" required="required"><br>
<label>Additional Details</label><br>
<textarea name="addtional"></textarea><br>
<button type="submit" id="csubmit">Send Message</button>
</form>
</div>
</div>
<!-- Sliding Information -->
<marquee style="background: linear-gradient(to right, #FA4B37, #DF2771); margin-top: 50px;" direction="left" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="20"><div class="marqu">“Education is the passport to the future, for tomorrow belongs to those who prepare for it today.” “Your attitude, not your aptitude, will determine your altitude.” “If you think education is expensive, try ignorance.” “The only person who is educated is the one who has learned how to learn …and change.”</div></marquee>
<!-- FOOTER -->
<footer>
<div class="footer-container">
<div class="left-col">
<img src="/static/images/icon/logot1.png" style="width: 200px;">
<img src="/static/images/icon/logot6.png" style="width: 300px;">
<div class="logo"></div>
<div class="social-media">
<a href="https://www.facebook.com/Transform-Her-Africa-101756338316315">
<img src="/static/images/icon\fb.png">
</a>
<a href="https://www.instagram.com/africa.transformher/">
<img src="/static/images/icon\insta.png">
</a>
<a href="#">
<img src="/static/images/icon\tt.png">
</a>
<a href="#">
<img src="/static/images/icon\ytube.png">
</a>
<a href="https://www.linkedin.com/in/transform-her-africa-4741891b5/">
<img src="/static/images/icon\linkedin.png">
</a>
</div><br><br>
<p class="rights-text">Copyright © 2020 Developed By Harry K. Ablor - All Rights Reserved.</p>
<br><p><img src="/static/images/icon/location.png"> Victory Signboard Road<br>Baatsona-Spintex, Accra</p><br>
<p><div class="number"><img src="/static/images/icon/phone.png"> +233 504982240</div>
</div>
<div class="right-col">
<h1 style="color: #fff">Our Newsletter</h1>
<div class="border"></div><br>
<p>Enter Your Email to get our News and updates.</p>
<form class="newsletter-form">
<input class="txtb" type="email" placeholder="Enter Your Email">
<input class="btn" type="submit" value="Submit">
</form>
</div>
</div>
</footer>
</body>
</html>