-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwhystudy.html
More file actions
415 lines (399 loc) · 19.7 KB
/
whystudy.html
File metadata and controls
415 lines (399 loc) · 19.7 KB
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
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<title>ANCCIU</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- ** Plugins Needed for the Project ** -->
<!-- Bootstrap -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- slick slider -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<!-- themefy-icon -->
<link rel="stylesheet" href="plugins/themify-icons/themify-icons.css">
<!-- animation css -->
<link rel="stylesheet" href="plugins/animate/animate.css">
<!-- aos -->
<link rel="stylesheet" href="plugins/aos/aos.css">
<!-- venobox popup -->
<link rel="stylesheet" href="plugins/venobox/venobox.css">
<!-- Main Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
</head>
<body>
<!-- header -->
<header class="fixed-top header">
<!-- top header -->
<div class="top-header py-2 bg-white">
<div class="container">
<div class="row no-gutters">
<div class="col-lg-4 text-center text-lg-left">
<a class="text-color mr-3" href="callto:+443003030266"><strong>CALL</strong> +254 722887882</a>
<ul class="list-inline d-inline">
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="#"><i class="ti-facebook"></i></a></li>
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="#"><i class="ti-twitter-alt"></i></a></li>
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="#"><i class="ti-linkedin"></i></a></li>
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="#"><i class="ti-instagram"></i></a></li>
</ul>
</div>
<div class="col-lg-8 text-center text-lg-right">
<ul class="list-inline">
<li class="list-inline-item"><a class="text-uppercase text-color p-sm-2 py-2 px-0 d-inline-block" href="degreesdescription.html">Degrees Description</a></li>
<li class="list-inline-item"><a class="text-uppercase text-color p-sm-2 py-2 px-0 d-inline-block" href="research.html">research</a></li>
<li class="list-inline-item"><a class="text-uppercase text-color p-sm-2 py-2 px-0 d-inline-block" href="whystudy.html">WHY STUDY AT ANCCIU</a></li>
<li class="list-inline-item"><a class="text-uppercase text-color p-sm-2 py-2 px-0 d-inline-block" href="#" data-toggle="modal" data-target="#loginModal">login</a></li>
<li class="list-inline-item"><a class="text-uppercase text-color p-sm-2 py-2 px-0 d-inline-block" href="#" data-toggle="modal" data-target="#signupModal">register</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- navbar -->
<div class="navigation w-100">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light p-0">
<a class="navbar-brand" href="index.html"><img src="images/logo.png" alt="logo"></a>
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navigation">
<ul class="navbar-nav ml-auto text-center">
<li class="nav-item @@home">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item @@about">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item @@courses">
<a class="nav-link" href="courses.html">COURSES</a>
</li>
<li class="nav-item @@events">
<a class="nav-link" href="events.html">EVENTS</a>
</li>
<li class="nav-item @@blog">
<a class="nav-link" href="blog.html">BLOG</a>
</li>
<li class="nav-item dropdown view">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Pages
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="teacher.html">Teacher</a>
<a class="dropdown-item" href="teacher-single.html">Teacher Single</a>
<a class="dropdown-item" href="notice.html">Notice</a>
<a class="dropdown-item" href="notice-single.html">Degrees Description.</a>
<a class="dropdown-item" href="research.html">Research</a>
<a class="dropdown-item" href="scholarship.html">Why study at ANCCIU</a>
<a class="dropdown-item" href="course-single.html">Course Details</a>
<a class="dropdown-item" href="event-single.html">Event Details</a>
<a class="dropdown-item" href="blog-single.html">Blog Details</a>
</div>
</li>
<li class="nav-item @@contact">
<a class="nav-link" href="contact.html">CONTACT</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!-- /header -->
<!-- Modal -->
<div class="modal fade" id="signupModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content rounded-0 border-0 p-4">
<div class="modal-header border-0">
<h3>Register</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="login">
<form action="#" class="row">
<div class="col-12">
<input type="text" class="form-control mb-3" id="signupPhone" name="signupPhone" placeholder="Phone">
</div>
<div class="col-12">
<input type="text" class="form-control mb-3" id="signupName" name="signupName" placeholder="Name">
</div>
<div class="col-12">
<input type="email" class="form-control mb-3" id="signupEmail" name="signupEmail" placeholder="Email">
</div>
<div class="col-12">
<input type="password" class="form-control mb-3" id="signupPassword" name="signupPassword" placeholder="Password">
</div>
<div class="col-12">
<button type="submit" class="btn btn-primary">SIGN UP</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="loginModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content rounded-0 border-0 p-4">
<div class="modal-header border-0">
<h3>Login</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form action="#" class="row">
<div class="col-12">
<input type="text" class="form-control mb-3" id="loginPhone" name="loginPhone" placeholder="Phone">
</div>
<div class="col-12">
<input type="text" class="form-control mb-3" id="loginName" name="loginName" placeholder="Name">
</div>
<div class="col-12">
<input type="password" class="form-control mb-3" id="loginPassword" name="loginPassword" placeholder="Password">
</div>
<div class="col-12">
<button type="submit" class="btn btn-primary">LOGIN</button>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- page title -->
<section class="page-title-section overlay" data-background="images/backgrounds/page-title.jpg">
<div class="container">
<div class="row">
<div class="col-md-8">
<ul class="list-inline custom-breadcrumb">
<li class="list-inline-item"><a class="h2 text-primary font-secondary" href="@@page-link">Why Study at ANCCIU</a></li>
<li class="list-inline-item text-white h3 font-secondary @@nasted"></li>
</ul>
<p class="text-lighten">The All Nations Christian International University offers high quality education in theology,
Counselling Psychology, Leadership, Commerce, Agribusiness and Business Management.</p>
</div>
</div>
</div>
</section>
<!-- /page title -->
<!-- scholarship -->
<section class="section">
<div class="container">
<div class="row mb-5">
<div class="col-md-6 mb-4 mb-md-0">
<img class="img-fluid" src="images/scholarship/scholarship.jpg" alt="scholarship news">
</div>
<div class="col-md-6">
<h2>ANCCI UNIVERSITY </h2>
<strong class="mb-4 d-block"><i>Our campuses are living laboratories for sustainability.</i></strong>
<p>To this end, we welcome you to the international community of learners/scholars. We offer the best
services possible so as to enable you reach your academic, professional and/or ministerial goals.
Our degree and diploma courses are offered on-site, by correspondence, and by online forums.
In this digital era, ANCCIU online classes do save a lot of money for local Kenyans from the central/eastern
region of Kenya who must necessarily travel to Nairobi (a distance of over 200 kilometres) as well as abroad
in order to secure the same quality education that can be offered locally at subsidized costs.
The All Nations Christian Church International (ANCCI) University, was Chartered in the State of Texas, USA,
and was recognized by Texas Higher Education Coordinating Board as a postsecondary educational institution on
February 28, 2012; and subsequently given the relevant exemptions and recognitions by the Texas Workforce
Commission on May 10, 2012. As noted in the university website.
ANCCI University has accreditation from Christian Works World Council of Post-Secondary and Religious Education.
It is our delight to announce that ANCCI University curriculum includes Bachelor, Masters and through PhD in one’s
area of choice.
At ANCCIU You can specialize in Biblical Studies, Theology, Ecclesiastical History, Pastoral Theology, Worship,
Missiology, World Religions, Christian Education, Behavioural Sciences, Counselling Psychology,
Theology & Development, Leadership & Strategic Management, Accounting, Agribusiness Value Addition,
1-year Executive MBA for executive, the regular 2-year MBA, DBA and even and.
ANNCI University follows the American University Academic calendar and trimester model where there are three
Semesters in a calendar year. That’s September to Novemberas the First Semester, January to March as Second
Semester, and May to July as the Third Semester. Lectures are administered once per week – as in the case of
every Saturday or Monday, from 9 am to 5pm, for 3 months/entire semester.
</p>
</div>
</div>
<div class="row justify-content-center">
<!-- scholarship item -->
<div class="col-lg-4 col-sm-6 mb-4 mb-lg-0">
<div class="card rounded-0 hover-shadow border-top-0 border-left-0 border-right-0">
<img class="card-img-top rounded-0" src="images/scholarship/scholarship-item-1.jpg" alt="scholarship-thumb">
<div class="card-body">
<p class="mb-1">Engineering</p>
<h4 class="card-title mb-3">CHEMICAL ENGINEERING</h4>
<ul class="list-styled">
<li>institutes</li>
<li>Smart-affiliated research</li>
<li>Digital Access to Scholarship</li>
<li>Smart Catalyst</li>
<li>Smart Library Portal</li>
<li>Smart research programs</li>
</ul>
</div>
</div>
</div>
<!-- scholarship item -->
<div class="col-lg-4 col-sm-6 mb-4 mb-lg-0">
<div class="card rounded-0 hover-shadow border-top-0 border-left-0 border-right-0">
<img class="card-img-top rounded-0" src="images/scholarship/scholarship-item-2.jpg" alt="scholarship-thumb">
<div class="card-body">
<p class="mb-1">Design & Arts</p>
<h4 class="card-title mb-3">MUSIC & ARTS</h4>
<ul class="list-styled">
<li>institutes</li>
<li>Smart-affiliated research</li>
<li>Digital Access to Scholarship</li>
<li>Smart Catalyst</li>
<li>Smart Library Portal</li>
<li>Smart research programs</li>
</ul>
</div>
</div>
</div>
<!-- scholarship item -->
<div class="col-lg-4 col-sm-6 mb-4 mb-lg-0">
<div class="card rounded-0 hover-shadow border-top-0 border-left-0 border-right-0">
<img class="card-img-top rounded-0" src="images/scholarship/scholarship-item-3.jpg" alt="scholarship-thumb">
<div class="card-body">
<p class="mb-1">Design & Arts</p>
<h4 class="card-title mb-3">GRAPHICS DESIGN</h4>
<ul class="list-styled">
<li>institutes</li>
<li>Smart-affiliated research</li>
<li>Digital Access to Scholarship</li>
<li>Smart Catalyst</li>
<li>Smart Library Portal</li>
<li>Smart research programs</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /scholarship -->
<!-- footer -->
<footer>
<!-- newsletter -->
<div class="newsletter">
<div class="container">
<div class="row">
<div class="col-md-9 ml-auto bg-primary py-5 newsletter-block">
<h3 class="text-white">Subscribe Now</h3>
<form action="#">
<div class="input-wrapper">
<input type="email" class="form-control border-0" id="newsletter" name="newsletter" placeholder="Enter Your Email...">
<button type="submit" value="send" class="btn btn-primary">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- footer content -->
<div class="footer bg-footer section border-bottom">
<div class="container">
<div class="row">
<div class="col-lg-4 col-sm-8 mb-5 mb-lg-0">
<!-- logo -->
<a class="logo-footer" href="index.html"><img class="img-fluid mb-4" src="images/logo.png" alt="logo"></a>
<ul class="list-unstyled">
<li class="mb-2">23621 15 Mile Rd #C104, Clinton MI, 48035, New York, USA</li>
<li class="mb-2">+1 (2) 345 6789</li>
<li class="mb-2">+1 (2) 345 6789</li>
<li class="mb-2">contact@yourdomain.com</li>
</ul>
</div>
<!-- company -->
<div class="col-lg-2 col-md-3 col-sm-4 col-6 mb-5 mb-md-0">
<h4 class="text-white mb-5">COMPANY</h4>
<ul class="list-unstyled">
<li class="mb-3"><a class="text-color" href="about.html">About Us</a></li>
<li class="mb-3"><a class="text-color" href="teacher.html">Our Teacher</a></li>
<li class="mb-3"><a class="text-color" href="contact.html">Contact</a></li>
<li class="mb-3"><a class="text-color" href="blog.html">Blog</a></li>
</ul>
</div>
<!-- links -->
<div class="col-lg-2 col-md-3 col-sm-4 col-6 mb-5 mb-md-0">
<h4 class="text-white mb-5">LINKS</h4>
<ul class="list-unstyled">
<li class="mb-3"><a class="text-color" href="courses.html">Courses</a></li>
<li class="mb-3"><a class="text-color" href="event.html">Events</a></li>
<li class="mb-3"><a class="text-color" href="gallary.html">Gallary</a></li>
<li class="mb-3"><a class="text-color" href="faqs.html">FAQs</a></li>
</ul>
</div>
<!-- support -->
<div class="col-lg-2 col-md-3 col-sm-4 col-6 mb-5 mb-md-0">
<h4 class="text-white mb-5">SUPPORT</h4>
<ul class="list-unstyled">
<li class="mb-3"><a class="text-color" href="#">Forums</a></li>
<li class="mb-3"><a class="text-color" href="#">Documentation</a></li>
<li class="mb-3"><a class="text-color" href="#">Language</a></li>
<li class="mb-3"><a class="text-color" href="#">Release Status</a></li>
</ul>
</div>
<!-- support -->
<div class="col-lg-2 col-md-3 col-sm-4 col-6 mb-5 mb-md-0">
<h4 class="text-white mb-5">RECOMMEND</h4>
<ul class="list-unstyled">
<li class="mb-3"><a class="text-color" href="#">WordPress</a></li>
<li class="mb-3"><a class="text-color" href="#">LearnPress</a></li>
<li class="mb-3"><a class="text-color" href="#">WooCommerce</a></li>
<li class="mb-3"><a class="text-color" href="#">bbPress</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- copyright -->
<div class="copyright py-4 bg-footer">
<div class="container">
<div class="row">
<div class="col-sm-7 text-sm-left text-center">
<p class="mb-0">Copyright
<script>
var CurrentYear = new Date().getFullYear()
document.write(CurrentYear)
</script>
© Theme By <a href="https://themefisher.com">themefisher.com</a></p> . All Rights Reserved.
</div>
<div class="col-sm-5 text-sm-right text-center">
<ul class="list-inline">
<li class="list-inline-item"><a class="d-inline-block p-2" href="https://www.facebook.com/themefisher"><i class="ti-facebook text-primary"></i></a></li>
<li class="list-inline-item"><a class="d-inline-block p-2" href="https://www.twitter.com/themefisher"><i class="ti-twitter-alt text-primary"></i></a></li>
<li class="list-inline-item"><a class="d-inline-block p-2" href="#"><i class="ti-instagram text-primary"></i></a></li>
<li class="list-inline-item"><a class="d-inline-block p-2" href="https://dribbble.com/themefisher"><i class="ti-dribbble text-primary"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- /footer -->
<!-- jQuery -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- slick slider -->
<script src="plugins/slick/slick.min.js"></script>
<!-- aos -->
<script src="plugins/aos/aos.js"></script>
<!-- venobox popup -->
<script src="plugins/venobox/venobox.min.js"></script>
<!-- mixitup filter -->
<script src="plugins/mixitup/mixitup.min.js"></script>
<!-- google map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU&libraries=places"></script>
<script src="plugins/google-map/gmap.js"></script>
<!-- Main Script -->
<script src="js/script.js"></script>
</body>
</html>