-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
343 lines (331 loc) · 16.2 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>FEMINA TRAINING INSTITUTE</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/custom.css">
<style type="text/css">
.nav-link:hover{
color: white;
background-color:#01009A;
}
li.active{
background-color: #17A2B8;
}
</style>
</head>
<body >
<nav class="navbar navbar-expand-lg navbar-light bg-info ">
<a class="navbar-brand text-white" href="#">
<h3 style="font-weight:bold; class="text-center"><span style="color: #FFCB99">FEMINA</span> TRAINING <br>INSTITUTE</span></h3></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item active">
<a class="nav-link text-white" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link text-white" style="" href="about.html">About Us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-white" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Courses
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="courses/packages.php">Computer Packages</a>
<a class="dropdown-item" href="courses/repair.php">Computer Repair & Maintenance</a>
<a class="dropdown-item" href="courses/account.php">Accounting(CPA)</a>
<a class="dropdown-item" href="courses/business.php">Business Management</a>
<a class="dropdown-item" href="courses/youth.php">Youth Mentorship</a>
<a class="dropdown-item" href="courses/electric.php">Basic Electrical And Electronic </a>
</div>
</li>
<li class="nav-item">
<a class="nav-link text-white" style="" href="fee.html">Fees Payment</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" style="" href="downloads.html">Downloads</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" style="" href="contact.html">Contact Us</a>
</li>
</ul>
<div class="ml-auto">
<p><a href="www.facebook.com/feminainstitute" style="color: #030099" ><i class="fab fa-facebook-f" style="margin-right: 10px"></i></a>
<a href="www.twitter.com/feminainstitute" style="color: #030099"><i class="fab fa-twitter" style="margin-right: 10px"></i></a>
<a href="www.whatsapp.com/0722953886" style="color: #009834"><i class="fab fa-whatsapp"></i></a></p>
</div>
</div>
</nav>
<section>
<!-- Carousel -->
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100 img-fluid" style="height:500px;" src="imgs/3.jpg" alt="First slide">
<div class="carousel-caption d-none d-md-block" style="background-color: black;opacity:0.5 ">
<h4 style="color: #FECCCD">Femina Training Institute</h4>
<p><strong>Welcome to Femina Training Institute a learning Institution located at Meru County,Kianjai Center,Cape Corner along the Livestock market.We offer Basic and advanced Computer Courses,Electrical and Electronic Engineerng,Business and Accounting Skills,Youth Mentroship and some Basic Secretarial Services.This is the best place to make your dreams comes true</strong></p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="imgs/PIX.jpg" style="height:500px;" alt="Second slide">
<div class="carousel-caption d-none d-md-block" style="background-color: black;opacity:0.5 ">
<h4 style="color: #FECCCD">Computer Training Services</h4>
<p><strong>Femina Training Institute is an accredited institution in Meru County-Kenya,offering Computer Training Program to corporates and students nationwide.
We offer a wide range of IT and business certifications with both full-time and part-time classes for everyone's convenience.
We have highly qualified, organised, highly motivated and experienced team who are focused on meeting the high expectations of East, West and South Africa blocks.</strong></p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="imgs/elect.jpg" style="height:500px;" alt="Third slide">
<div class="carousel-caption d-none d-md-block" style="background-color: black;opacity:0.5 ">
<h4 style="color: #FECCCD">Basic Electrical and Electronic Course</h4>
<p><strong>If you have ever been planning of making your dream comes true in sectors related to Electrical Engineering then Femina Training Institute is the better place to be!.We offer both basic Electrical Skills and advanced Electrical courses at a pocket friendly.</strong></p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="imgs/1.jpg" style="height:500px;" alt="Fourth slide">
<div class="carousel-caption d-none d-md-block" style="background-color: black;opacity:0.5 ">
<h4 style="color: #FECCCD">Madam Hellen</h4>
<p><strong>Meet our humble,God fearing and loving school director with admirable leadership qualities.Madam Hellen has created the friendly and cool environment that has enabled non-teaching staff, teachers and students to make Femina Institute a better place for career mentorship and dream achievement</strong></p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- /Carousel -->
</section>
<section class="container">
<div class="row">
<div class="col-sm-4"></div>
<div class="col-sm-4"><h3 class="text-center text-primary">
<strong><span><hr class="bg-warning ">About Us <hr class="bg-warning "></span></strong></h3>
</div>
<div class="col-sm-4"></div>
</div>
<div class="row">
<div class="col-md-6">
<p>Femina Training Institute is a middle Class Training School that helps in transforming both the youths and the elders in the realization of their dreams by offerring basic Computer Skills,Business and accounting Courses,Youth Mentorship and some of the necessary Secretarial services.We have knowledgeable,Skilled and committed staff who are ever ready to deliver the services to students to the required standard.Our Institution is located in a cool and learning friendly environment that helps the training services to run smoothly and helps in the goal achievement.
</p>
<a href="about.html" class="btn btn-warning text-white">About Us</a>
</div>
<div class="col-md-6">
<div class="card">
<div class="thumbnail" >
<div class="img-thumbnail">
<img src="imgs/10.png" class="img-fluid float-center" style="height: 209px;margin-left: 110px;" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Upcomimg Events -->
<section class="events container">
<div class="row">
<div class="col-md-6">
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="home-tab" data-toggle="tab" href="#home" role="tab" aria-controls="home" aria-selected="true">Updates</a>
</li>
<li class="nav-item">
<a class="nav-link" id="profile-tab" data-toggle="tab" href="#profile" role="tab" aria-controls="profile" aria-selected="false">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" id="messages-tab" data-toggle="tab" href="#messages" role="tab" aria-controls="messages" aria-selected="false">School Portfollio</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="home" role="tabpanel" aria-labelledby="home-tab">
<div class="row" style="margin-top:5px;">
<div class="col-md-3">
<div class="card-body bg-warning" style="border-radius:33%;height: 78px;">
<p class="text-white">On Going</p>
</div>
</div>
<div class="col-md-9">
<h4>Computer Training is on going.</h4>
<p class="text-muted">Venue : Femina Training Institute</p>
</div>
</div>
<div class="row" style="margin-top:5px;">
<div class="col-md-3">
<div class="card-body bg-warning" style="border-radius:33%;height: 78px;">
<p class="text-white">January 2019</p>
</div>
</div>
<div class="col-md-9">
<h4>Intake for other courses</h4>
<p class="text-muted">Venue : Femina Training Institute</p>
</div>
</div>
</div>
<div class="tab-pane" id="profile" role="tabpanel" aria-labelledby="profile-tab">
<ul class="list-group">
<li class="list-group-item bg-warning text-white" style="margin-top:7px"><a href="#" class="text-white">Student Registration Form <span class="float-right"><i class="fas fa-download"></i></span></a></li>
<li class="list-group-item bg-warning text-white" style="margin-top:7px"><a href="#" class="text-white">Teachers Recruitment Form <span class="float-right"><i class="fas fa-download"></i></span></a></li>
<li class="list-group-item bg-warning text-white" style="margin-top:7px"><a href="#" class="text-white">Jobs and Tender recruitment Form <span class="float-right"><i class="fas fa-download"></i></span></a></li>
</ul>
</div>
<div class="tab-pane" id="messages" role="tabpanel" aria-labelledby="messages-tab">
<div class="mission">
<h4 style="margin-top:10px">
Mission
</h4>
<p><em>To provide quality education for practical living and sustainable developement.
</em></p>
</div>
<div class="vision">
<h4 style="margin-top:10px">
Vision
</h4>
<p><em>To be a centre of quality education producing all rounded citizens. </em></p>
</div>
<div class="motto">
<h4 style="margin-top:10px">
Motto
</h4>
<p><em>Sky is not the limit
</em></p>
</div>
<div class="core values">
<h4 style="margin-top:10px">
Core Values
</h4>
<p><em><li>Discipline.</li>
<li>Hardwork.</li>
<li>Fear of God.</li>
</em></p>
</div>
</div>
</div>
</div>
<div class="col-md-6" style="margin-top:10px">
<div class="card">
<div id="coursesIn" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#coursesIn" data-slide-to="0" class="active"></li>
<li data-target="#coursesIn" data-slide-to="1"></li>
<li data-target="#coursesIn" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="imgs/comp.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="imgs/2.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="imgs/courses.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#coursesIn" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#coursesIn" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<a href="#" class="float-center btn btn-block btn-warning text-white">View All</a>
</div>
</div>
</div>
</section>
<footer class="bg-info">
<div class="container ">
<div class="row text-white">
<div class="col-md-4">
<h5>Important</h5>
<hr class="bg-white">
<ul>
<li><a href="about.html"><span style="color: #000000">About Femina</span></a></li>
<li><a href="contact.html"><span style="color: #000000">Contact Us</span></a></li>
<li><a href="fee.html"><span style="color: #000000">Fee Structure</span></a></li>
<li><a href="downloads.html"><span style="color: #000000">Important downloads</span></a>
</li>
</ul>
</div>
<div class="col-md-4">
<h5>Social</h5>
<hr class="bg-white">
<ul>
<p class="fab fa-facebook-f">
<a href="www.facebook.com/feminainstitute/" class="text-blue">
<span style="color: #FFCB99"> Facebook</span>
</a>
</p><br>
<p class="fab fa-twitter">
<a href="www.twitter.com/feminainstitute/" class="text-blue">
<span style="color: #FFCB99"> Twitter</span>
</a>
</p><br>
<p class="fab fa-instagram">
<a href="www.instagram.com/feminainstitute/" class="text-green">
<span style="color: #FFCB99">Instagram</span>
</a>
</p><br>
<p class="fab fa-whatsapp">
<a href="www.whatsapp.com/0722953886/" class="text-green">
<span style="color: #FFCB99">Whatsapp</span>
</a>
</p>
</ul>
</div>
<div class="col-md-4">
<h5>Talk Us</h5>
<hr class="bg-white">
<ul>
<p class="fa fa-envelope text-white">
<span style="color: #000000">
Femina Training Institute,<br>
P.O BOX,70-60602,<br>
Cape Corner along Livestock Market Road,
Kianjai-Meru</span></p>
<br>
<p class="fa fa-phone text-white">
<span style="color: #000000">Tel: 0722953886 or 0774038901</span></p>
<br>
<p class="fa fa-envelope text-white">
<span style="color: #000000">Email Adress: feminatraining@gmail.com</span></p>
</ul>
</div>
</div>
</div>
</footer>
<footer class="text-center bg-info text-white">
<a href="#" class="text-white">Femina Training Institute</a>
| All Rights Reserved © 2018| Powered By
<a href="mtaani-tech.000webhostapp.com" class="text-white" target="_blank">Mtaani_Tech Developers</a>
</footer>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/mdb.js"></script>
<script>
$(function () {
$('#myTab li:last-child a').tab('show')
})
</script>
</body>
</html>