-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
448 lines (405 loc) · 21.6 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
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
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>New Horizon.. Come get the best from us</title>
<!-- Bootstrap -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/custom.css">
<link rel="icon" href="assets/img/logo.png">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar">
<div id="firstnavbar" class="collapse navbar-collapse">
<div class="container">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Contact Us :</a></li>
<li class="active"><a href="#"> 08143527297</a></li>
<li class="active"><a href="#" class="fa fa-envelope "> @Newhorizonnigeria.com</a></li>
</ul>
<ul class="nav navbar-nav pull-right">
<li><a href="#" class="">Follow Us:</a></li>
<li class=""><a href="#about" class="fa fa-facebook"></a></li>
<li><a href="#about" class="fa fa-linkedin"></a></li>
<li><a href="#about" class="fa fa-skype"></a></li>
<li><a href="#about" class="fa fa-instagram"></a></li>
<li><a href="#about" class="fa fa-whatsapp"></a></li>
</ul>
</div>
</div><!--/. first nav-collapse -->
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#secondnavbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="assets/img/logo.png" alt=""></a>
</div>
<div id="secondnavbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav pull-right">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">Career</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<!-- header section -->
<section class="header ">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="assets/img/slides/slides/slide0.jpg" alt="..." class="img-responsive">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="assets/img/slides/slide00.jpg" alt="..." class="img-responsive">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="assets/img/slides/slide2.jpg" alt="..." class="img-responsive">
<div class="carousel-caption">
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="carousel-text">
<div class="row">
<div class="col-md-6">
<h1>Got any question?</h1>
</div>
<div class="col-md-6 text2">
<a href="#contact" class="btn btn-default btn-lg wow animate__animated animate__fadeInRight animate__delay-1s">Contact Us <i class="fa fa-chevron-right"><i class=" fa fa-chevron-right"></i></i></a>
</div>
</div>
</div>
</section>
<!-- about section -->
<section class="about-us " id="about">
<div class="container">
<div class="row">
<div class="col-md-4 text-center">
<div class="box wow animate__animated animate__fadeInUp animate__delay-1s">
<a href=""><i class="fa fa-users fa-lg" style="font-size:50px; padding-top:30px;"></i></a>
<h3><b>Who are we</b></h3>
<p>New Horizons Nigeria is the leading ICT Training and Exam Testing Institute with over 10 years cognitive experience in Nigeria</p>
</div>
</div>
<div class="col-md-4 text-center">
<div class="box wow animate__animated animate__fadeInUp animate__delay-1s">
<a href=""><i class="fa fa-cogs fa-lg" style="font-size:50px; padding-top: 30px;"></i></a>
<h3><b>Our Mission</b></h3>
<p>To provide quality, cost-effective training designed to increase individual and organizational productivity and enrichment</p>
</div>
</div>
<div class="col-md-4 text-center">
<div class="box wow animate__animated animate__fadeInUp animate__delay-1s">
<a href=""><i class="fa fa-eye fa-lg" style="font-size:50px; padding-top: 30px;"></i></a>
<h3><b>Our Vision</b></h3>
<p>To be the foremost provider of Industry-leading Technical and Business Skills training institute in Nigeria</p>
</div>
</div>
</div>
</div>
</section>
<section class="popular-courses wow animate__animated animate__zoomIn animate__delay-1s">
<div class="container">
<div class="row">
<h1 class="text-center" style="padding-bottom: 10px;">Popular Courses</h1>
<div class="col-md-3 text-center">
<div class="box">
<a href="#data"><i class="fa fa-align-left fa-lg" style="font-size:50px; padding-top: 10px;"></i></a>
<h3>Data Analysis</h3>
</div>
</div>
<div class="col-md-3 text-center">
<div class="box">
<a href="#cloud"><i class="fa fa-cloud-upload fa-lg" style="font-size:50px; padding-top: 10px;"></i></a>
<h3>Cloud Technology</h3>
</div>
</div>
<div class="col-md-3 text-center">
<div class="box">
<a href="#networking"><i class="fa fa-globe fa-lg" style="font-size:50px; padding-top: 10px;"></i></a>
<h3>Networking</h3>
</div>
</div>
<div class="col-md-3 text-center">
<div class="box">
<a href=""><i class="fa fa-html5 fa-lg" style="font-size:50px; padding-top: 10px;"></i></a>
<h3>Web Design</h3>
</div>
</div>
<div class="col-md-3 text-center">
<div class="box">
<a href=""><i class="fa fa-code fa-lg" style="font-size:50px; padding-top: 10px;"></i></a>
<h3>Web Development</h3>
</div>
</div>
<div class="col-md-3 text-center">
<div class="box">
<a href=""><i class="fa fa-database fa-lg" style="font-size:50px; padding-top: 10px;"></i></a>
<h3>Database</h3>
</div>
</div>
<div class="col-md-3 text-center">
<div class="box">
<a href=""><i class="fa fa-line-chart fa-lg" style="font-size:50px; padding-top: 10px;"></i></a>
<h3>Project Management </h3>
</div>
</div>
<div class="col-md-3 text-center">
<div class="box">
<a href=""><i class="fa fa-user-secret fa-lg" style="font-size:50px; padding-top: 10px;"></i></a>
<h3>Cyber Security</h3>
</div>
</div>
</div>
<div class="explanation">
<hr>
<div class="row">
<div class="col-md-5">
<div class="img-box wow animate__animated animate__slideInLeft animate__delay-1s">
<img src="assets/img/data.jpg" alt="" class="img-responsive img-thumbnail">
</div>
</div>
<div class="col-md-7">
<h3 id="data" ><b>What is Data Analysis</b></h3>
<p class="text-justify"><b>Data analysis </b> is defined as a process of cleaning, transforming, and modeling data to discover useful information for business decision-making. The purpose of Data Analysis is to extract useful information from data and taking the decision based upon the data analysis.
The major data analysis approaches are − Data Mining, Business Intelligence, Statistical Analysis, Predictive Analytics, Text Analytics.
In this course, you will be learning some of the Data Analysis Techniques
<ol>
<li>Data Analysis with Excel</li>
<li> Power BI</li>
<li>Tablueau</li>
</ol></p>
</div>
</div>
</div>
<div class="explanation">
<div class="row">
<div class="col-md-5">
<div class="img-box wow animate__animated animate__slideInLeft animate__delay-1s">
<img src="assets/img/phython.png" alt="" class="img-responsive img-thumbnail">
</div>
</div>
<div class="col-md-7">
<h3 id="cloud"><b>What is Python?</b></h3>
<p class="text-justify"><b>Python</b>
is a general-purpose coding language—which means that, unlike HTML, CSS, and JavaScript, it can be used for other types of programming and software development besides web development.</p>
<p class="text-justify">That includes back end development, software development, data science and writing system scripts among other things.</p>
<p>This course is a great introduction to both fundamental programming concepts and the Python programming language.</p>
</div>
</div>
</div>
<div class="explanation">
<div class="row">
<div class="col-md-5">
<div class="img-box wow animate__animated animate__slideInLeft animate__delay-1s">
<img src="assets/img/networking.jpg" alt="" class="img-responsive img-thumbnail">
</div>
</div>
<div class="col-md-7">
<h3 id="networking"><b> What is Computer Networking?</b></h3>
<p class="text-justify"><b> Computer Networking</b>
Web development is the process of building websites and applications for the internet, or for a private network known as an intranet. Web development is not concerned with the design of a website; rather, it’s all about the coding and programming that powers the website’s functionality.
From the most simple, static web pages to social media platforms and apps, from ecommerce websites to content management systems (CMS); all the tools we use via the internet on a daily basis have been built by web developers.
Web development can be broken down into three layers: client-side coding (frontend), server-side coding (backend) and database technology
</p>
</div>
</div>
</div>
<div class="explanation">
<hr>
<div class="row">
<div class="col-md-6">
<h4 id="individual"><b>Individual Training</b></h4>
<p class="text-justify">Individual training is defined as a process of cleaning, transforming, and modeling data to discover useful information for business decision-making. The purpose of Data Analysis is to extract useful information from data and taking the decision based upon the data analysis.
</p>
<a href="#" class="btn btn-default btn-small"> View Courses <i class=" fa fa-hand-o-right"></i></a>
</div>
<div class="col-md-6">
<div class="img-box">
<img src="assets/img/computer.jpg" alt="" class="img-responsive img-thumbnail">
</div>
</div>
</div>
</div>
<div class="explanation">
<div class="row">
<div class="col-md-6">
<div class="img-box">
<img src="assets/img/learning.jpg" alt="" class="img-responsive img-thumbnail">
</div>
</div>
<div class="col-md-6">
<h4 id="corporate"><b>Corporate Training</b></h4>
<p class="text-justify">
New Horizons Corporate training unit has become a single source for all their training needs. Our customized enterprise solutions allow corporate training managers the ability to easily administer their learning programs and track the progress of all participating employees
</p>
<a href="#" class="btn btn-default btn-small"><i class=" fa fa-hand-o-left "></i> View Courses </a>
</div>
</div>
</div>
<div class="explanation">
<div class="row">
<div class="col-md-6">
<h4 id="online"><b>Online Training</b></h4>
<p class="text-justify">
We have e-learning platform, which provides learners the opportunity to learn anytime, anywhere at learner’s pace
</p>
<a href="#" class="btn btn-default btn-small">View Courses <i class=" fa fa-hand-o-right"></i></a>
</div>
<div class="col-md-6">
<div class="img-box">
<img src="assets/img/computer.jpg" alt="" class="img-responsive img-thumbnail">
</div>
</div>
</div>
</div>
<div class="explanation">
<div class="row">
<div class="col-md-6">
<div class="img-box">
<img src="assets/img/learning.jpg" alt="" class="img-responsive img-thumbnail">
</div>
</div>
<div class="col-md-6">
<h4 id="exam"><b>Exam Center</b></h4>
<p class="text-justify">We offer reliable and secure proctoring services on behalf of Professional & Vocational Boards
</p>
<a href="#" class="btn btn-default btn-small"><i class=" fa fa-hand-o-left "></i> View Courses</a>
</div>
</div>
</div>
<hr>
<div class="information">
<div class="row">
<div class="col-md-3 wow animate__animated animate__fadeInUp animate__delay-0.5s">
<a href="#" class="fa fa-bank fa-lg " style="font-size:40px;"><sup><small > 9</small></sup></a>
<h3 class="" style="padding-top: 0;">Centers</h3>
</div>
<div class="col-md-3 wow animate__animated animate__fadeInUp animate__delay-1s">
<a href="#" class="fa fa-user fa-lg " style="font-size: 40px;"><sup><small > 100</small></sup></a>
<h3 class="" style="padding-top: 0;">Teachers</h3>
</div>
<div class="col-md-3 wow animate__animated animate__fadeInUp animate__delay-0.5s">
<a href="#" class="fa fa-book fa-lg " style="font-size: 40px;"><sup><small > 35+</small></sup></a>
<h3 class="" style="padding-top: 0;">Courses</h3>
</div>
<div class="col-md-3 wow animate__animated animate__fadeInUp animate__delay-1s">
<a href="#" class="fa fa-users fa-lg " style="font-size: 40px;"><sup><small > 500+</small></sup></a>
<h3 class="" style="padding-top: 0;">Students</h3>
</div>
</div>
</div>
</div>
</section>
<section class="contact">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15760.897957114748!2d7.478655840134749!3d9.0432760533157!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x104e0ba3dd072083%3A0x57425e1fd7e52dae!2sNew%20Horizons%20Abuja!5e0!3m2!1sen!2sng!4v1601315749068!5m2!1sen!2sng" width="100%" height="300" frameborder="0" allowfullscreen="" aria-hidden="false" tabindex="0" title="An Image of new Horizon map address" style="border:1px dotted #AB2310; border-radius:10px;"></iframe>
</div>
</div>
<div class=" form col-md-6">
<div class="form">
<form action="#form" target="" method="" class="form" id="form">
<h3 id="contact" style="margin-top: 0; padding: 0px;"><b>Get in Touch</b></h3>
<div class="col-md-6">
<input type="text" name="name" onkeypress="return a(event)" id="name" placeholder="Name" class="form-control">
</div>
<input type="text" name="_gotcha" style="display: none;">
<div class="col-md-6">
<input type="email" name="_replyto" id="email" placeholder="Email Address" class="form-control">
</div>
<div class="col-md-12">
<textarea name="message" id="message" cols="30" rows="10" placeholder="Message" class="form-control" style="max-height:150px; max-width: 100%; min-width:100%; min-height: 150px;"></textarea>
<h4 id="output" class=""></h4>
<input type="submit" id="submit" name="submit" class=" form-control btn btn-danger" style="margin-top:10px">
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-5">
<h3>ABOUT US</h3>
<h4 class="text-justify">New Horizons Nigeria is the leading ICT Training and Exam Testing Institute with over 10 years cognitive experience in Nigeria</h4>
<a href="#about" class="btn btn-default">ABOUT US</a>
<a href="#contact" class="btn btn-default">CONTACT US</a>
</div>
<div class="col-md-4 col-xs-6">
<h3>TRAINING SERVICES</h3>
<ul class="training">
<li><h4><a href="#individual"> <i class="fa fa-circle-o fa-small"></i> Individual Training</a></h4></li>
<li><h4><a href="#corporate"> <i class="fa fa-circle-o fa-small"></i> Corporate Training</a></h4></li>
<li><h4><a href="#online"> <i class="fa fa-circle-o fa-small"></i> Online Training</a></h4></li>
<li><h4><a href="#exam"> <i class="fa fa-circle-o fa-small"></i> Exam Center </a></h4></li>
</ul>
</div>
<div class="col-md-3 col-xs-6">
<h3>CONTACT INFO</h3>
<h5>Head Office Location:</h5>
<ul>
<li><a href="#" class="btn btn-default btn-sm"><i class="fa fa-map-marker"></i></a>
Babatola Close, Ikeja, Lagos</li>
<li><a href="#" class="btn btn-default btn-sm"><i class="fa fa-phone"></i></a>
+234 8122690415</li>
<li><a href="#" class="btn btn-default btn-sm"><i class="fa fa-envelope-o"></i></a>
info@newhorizonsnigeria</li>
</ul>
</div>
</div>
</div>
</footer>
<div class="footere">
<div> <i>Copyright © New Horizon Redesigned By Yusuf AbdulMuizz 2020</i>
<div class="pull-right"><i>All Rights Reserved</i></div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/app.js"></script>
</body>
</html>