-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourse_details.html
770 lines (730 loc) · 47.7 KB
/
course_details.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
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
<!DOCTYPE html>
<html lang="en">
<head>
<title>Navigly Learning</title>
<!-- Meta Tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="author" content="navigly.co.ke" />
<meta name="description" content="Navigly Learning" />
<!-- Favicon -->
<!-- <link rel="shortcut icon" href="assets/images/favicon.ico"> -->
<!-- Google Font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap" />
<!-- Plugins CSS -->
<link rel="stylesheet" type="text/css" href="assets/vendor/fontawesome/css/all.min.css" />
<link rel="stylesheet" type="text/css" href="assets/vendor/bootstrap-icons/bootstrap-icons.css" />
<link rel="stylesheet" type="text/css" href="css/tiny-slider.css" />
<link rel="stylesheet" type="text/css" href="css/glightbox.css" />
<!-- Theme CSS -->
<link id="style-switch" rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<!-- Header START -->
<header class="navbar-light navbar-sticky header-static">
<!-- Logo Nav START -->
<nav class="navbar navbar-expand-xl">
<div class="container-fluid px-3 px-xl-5">
<!-- Logo START -->
<a class="navbar-brand" href="index.html">
Navigly
<!-- <img class="light-mode-item navbar-brand-item" src="assets/images/logo.svg" alt="logo">
<img class="dark-mode-item navbar-brand-item" src="assets/images/logo-light.svg" alt="logo"> -->
</a>
<!-- Logo END -->
<!-- Responsive navbar toggler -->
<button class="navbar-toggler ms-auto" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-animation">
<span></span>
<span></span>
<span></span>
</span>
</button>
<!-- Main navbar START -->
<div class="navbar-collapse w-100 collapse" id="navbarCollapse">
<!-- Nav category menu START -->
<ul class="navbar-nav navbar-nav-scroll me-auto">
<!-- Nav item 1 Demos -->
<li class="nav-item dropdown dropdown-menu-shadow-stacked">
<!-- <a class="nav-link bg-primary bg-opacity-10 rounded-3 text-primary px-3 py-3 py-xl-0" href="#" id="categoryMenu" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="bi bi-ui-radios-grid me-2"></i><span>Category</span></a> -->
<ul class="dropdown-menu" aria-labelledby="categoryMenu">
<!-- Dropdown submenu -->
<li class="dropdown-submenu dropend">
<a class="dropdown-item dropdown-toggle" href="#">Development</a>
<ul class="dropdown-menu dropdown-menu-start" data-bs-popper="none">
<!-- dropdown submenu open right -->
<li class="dropdown-submenu dropend">
<a class="dropdown-item dropdown-toggle" href="#">Web Development</a>
<ul class="dropdown-menu" data-bs-popper="none">
<li><a class="dropdown-item" href="#">CSS</a></li>
<li>
<a class="dropdown-item" href="#">JavaScript</a>
</li>
<li><a class="dropdown-item" href="#">Angular</a></li>
<li><a class="dropdown-item" href="#">PHP</a></li>
<li><a class="dropdown-item" href="#">HTML</a></li>
<li><a class="dropdown-item" href="#">React</a></li>
</ul>
</li>
<li>
<a class="dropdown-item" href="#">Data Science</a>
</li>
<li>
<a class="dropdown-item" href="#">Mobile Development</a>
</li>
<li>
<a class="dropdown-item" href="#">Programing Language</a>
</li>
<li>
<a class="dropdown-item" href="#">Software Testing</a>
</li>
<li>
<a class="dropdown-item" href="#">Software Engineering</a>
</li>
<li>
<a class="dropdown-item" href="#">Software Development Tools</a>
</li>
</ul>
</li>
<li><a class="dropdown-item" href="#">Design</a></li>
<!-- Dropdown submenu -->
<li class="dropdown-submenu dropend">
<a class="dropdown-item dropdown-toggle" href="#">Marketing</a>
<div class="dropdown-menu dropdown-menu-start dropdown-width-lg"
data-bs-popper="none">
<div class="row p-4">
<!-- Dropdown column item -->
<div class="col-xl-6 col-xxl-4 mb-4 mb-xl-0">
<h6 class="mb-0">Get started</h6>
<hr />
<!-- Divider -->
<ul class="list-unstyled">
<li>
<a class="dropdown-item" href="#">Market Research</a>
</li>
<li>
<a class="dropdown-item" href="#">Advertising</a>
</li>
<li>
<a class="dropdown-item" href="#">Consumer Behavior</a>
</li>
<li>
<a class="dropdown-item" href="#">Digital Marketing</a>
</li>
<li>
<a class="dropdown-item" href="#">Marketing Ethics</a>
</li>
<li>
<a class="dropdown-item" href="#">Social Media Marketing</a>
</li>
<li>
<a class="dropdown-item" href="#">Public Relations</a>
</li>
<li>
<a class="dropdown-item" href="#">Advertising</a>
</li>
<li>
<a class="dropdown-item" href="#">Decision Science</a>
</li>
<li><a class="dropdown-item" href="#">SEO</a></li>
<li>
<a class="dropdown-item" href="#">Business Marketing</a>
</li>
</ul>
</div>
<!-- Dropdown column item -->
<div class="col-xl-6 col-xxl-4 mb-4 mb-xl-0">
<h6 class="mb-0">Degree</h6>
<hr />
<!-- Divider -->
<!-- Dropdown item -->
<div class="d-flex mb-4 position-relative">
<img src="assets/images/client/uni-logo-01.svg" class="icon-md"
alt="" />
<div class="ms-3">
<a class="stretched-link h6 mb-0" href="#">American Century
University, New Mexico</a>
<p class="mb-0 small">
Bachelor of computer science
</p>
</div>
</div>
<!-- Dropdown item -->
<div class="d-flex mb-4 position-relative">
<img src="assets/images/client/uni-logo-02.svg" class="icon-md"
alt="" />
<div class="ms-3">
<a class="stretched-link h6 mb-0" href="#">Indiana College of -
Bloomington</a>
<p class="mb-0 small">
Masters of computer science
</p>
</div>
</div>
<!-- Dropdown item -->
<div class="d-flex mb-4 position-relative">
<img src="assets/images/client/uni-logo-03.svg" class="icon-md"
alt="" />
<div class="ms-3">
<a class="stretched-link h6 mb-0" href="#">College of South
Florida</a>
<p class="mb-0 small">Medical science college</p>
</div>
</div>
<!-- Dropdown item -->
<div class="d-flex mb-4 position-relative">
<img src="assets/images/client/uni-logo-01.svg" class="icon-md"
alt="" />
<div class="ms-3">
<a class="stretched-link h6 mb-0" href="#">Andeerson Campus</a>
<p class="mb-0 small">
Bachelor of computer science
</p>
</div>
</div>
<!-- Dropdown item -->
<div class="d-flex position-relative">
<img src="assets/images/client/uni-logo-04.svg" class="icon-md"
alt="" />
<div class="ms-3">
<a class="stretched-link h6 mb-0" href="#">University of South
California</a>
<p class="mb-0 small">
Masters of business development
</p>
</div>
</div>
</div>
<!-- Dropdown column item -->
<div class="col-xl-6 col-xxl-4">
<h6 class="mb-0">Certificate</h6>
<hr />
<!-- Divider -->
<!-- Dropdown item -->
<div class="d-flex mb-4 position-relative">
<h2 class="mb-0">
<i class="fab fa-fw fa-google text-google-icon"></i>
</h2>
<div class="ms-2">
<a class="stretched-link h6 mb-0" href="#">Google SEO
certificate</a>
<p class="mb-0 small">No prerequisites</p>
</div>
</div>
<!-- Dropdown item -->
<div class="d-flex mb-4 position-relative">
<h2 class="mb-0">
<i class="fab fa-fw fa-linkedin-in text-linkedin"></i>
</h2>
<div class="ms-2">
<a class="stretched-link h6 mb-0" href="#">Business Development
Executive(BDE)</a>
<p class="mb-0 small">No prerequisites</p>
</div>
</div>
<!-- Dropdown item -->
<div class="d-flex mb-4 position-relative">
<h2 class="mb-0">
<i class="fab fa-fw fa-facebook text-facebook"></i>
</h2>
<div class="ms-2">
<a class="stretched-link h6 mb-0" href="#">Facebook social media
marketing</a>
<p class="mb-0 small">Expert advice</p>
</div>
</div>
<!-- Dropdown item -->
<div class="d-flex mb-4 position-relative">
<h2 class="mb-0">
<i class="fas fa-fw fa-basketball-ball text-dribbble"></i>
</h2>
<div class="ms-2">
<a class="stretched-link h6 mb-0" href="#">Creative graphics
design</a>
<p class="mb-0 small">No prerequisites</p>
</div>
</div>
</div>
</div>
<!-- Advertisement -->
<div class="row">
<div class="col-12">
<div class="card bg-blue rounded-0 rounded-bottom p-3 position-relative overflow-hidden"
style="
background: url(assets/images/pattern/05.png)
no-repeat center center;
background-size: cover;
">
<!-- Body -->
<div class="card-body">
<!-- Title -->
<h5 class="card-title text-white mb-2">
Access 25K Online courses from 120 institutions,
Start today!
</h5>
<p class="text-white text-opacity-75">
Here is the description of premium features
which will allow users to get benefits and save
a lot of money
</p>
<!-- Button -->
<a href="#" class="btn btn-sm btn-dark mb-0">Purchase
Premium</a>
</div>
</div>
</div>
</div>
</div>
</li>
<li><a class="dropdown-item" href="#">Music</a></li>
<li><a class="dropdown-item" href="#">Lifestyle</a></li>
<li><a class="dropdown-item" href="#">IT & software</a></li>
<li>
<a class="dropdown-item" href="#">Personal development</a>
</li>
<li>
<a class="dropdown-item" href="#">Health & fitness</a>
</li>
<li><a class="dropdown-item" href="#">Teaching</a></li>
<li><a class="dropdown-item" href="#">Social science</a></li>
<li><a class="dropdown-item" href="#">Math & logic</a></li>
<li>
<hr class="dropdown-divider" />
</li>
<li>
<a class="dropdown-item bg-primary text-primary bg-opacity-10 rounded-2 mb-0"
href="#">View all categories</a>
</li>
</ul>
</li>
</ul>
<!-- Nav category menu END -->
<!-- Nav Main menu START -->
<ul class="navbar-nav navbar-nav-scroll me-auto">
<!-- Who we are link -->
<li class="nav-item">
<a class="nav-link" href="#" id="whoWeAre" data-bs-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">Who We Are</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" id="instructors" data-bs-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="courses.html">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" id="market" data-bs-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">Market</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" id="community" data-bs-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">Community</a>
</li>
</ul>
<!-- Nav Main menu END -->
<!-- Nav Search START -->
<div class="nav my-3 my-xl-0 px-4 flex-nowrap align-items-center">
<li class="nav-item">
<a class="nav-link" href="sign-in.html">LogIn</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sign-up.html">SignUp</a>
</li>
</div>
<!-- Nav Search END -->
</div>
<!-- Main navbar END -->
</div>
</nav>
<!-- Logo Nav END -->
</header>
<!-- Header END -->
<!-- **************** MAIN CONTENT START **************** -->
<main>
<!-- Main content START -->
<!-- =======================
Page intro START -->
<section class="bg-blue py-4">
<div class="container">
<div class="row justify-content-lg-between">
<div class="col-lg-8">
<div class="row">
<div class="col-md-2">
<a href="course_compare.html" data-bs-toggle="tooltip" data-bs-placement="top"
title="University of Nairobi, Nairobi">
<img src="assets/images/login-dash.jpg"
class="avatar-xl rounded-circle border border-4 border-white" alt="" />
</a>
</div>
<div class="col-md-10">
<h4 class="text-white">
Institution:
<small class="text-muted">University of Nairobi, Nairobi</small>
</h4>
<h2 class="text-white">CS50's Introduction to Computer Science</h2>
</div>
</div>
<p class="text-white fs-5">An introduction to the intellectual enterprises of computer science
and the art of programming.</p>
</div>
<div class="col-lg-4">
<h6 class="text-white lead fw-light mb-3"><i class="bi bi-clock text-orange me-2"></i>12
Trimesters (4 calendar years)</h6>
<!-- Button -->
<a href="#" title="Apply for CS50's Introduction to Computer Science"
class="btn btn-danger btn-lg mb-3 w-100" data-bs-toggle="modal"
data-bs-target="#buyCourse">Apply Now</a>
<!-- Progress item -->
<div class="overflow-hidden mb-4">
<h6 class="text-white">Full Course Cost</h6>
<h6 class="text-white lead fw-light mb-3"><i class="bi bi-coin me-2"></i>$10,000</h6>
</div>
</div>
</div>
</div>
</section>
<!-- =======================
Page intro END -->
<!-- =======================
Page second START -->
<section class="bg-dark py-3">
<div class="container">
<div class="row justify-content-lg-between">
<div class="col-lg-3">
<h5 class="text-white">
Accreditation:
<small class="text-muted">Commission for University Education</small>
</h5>
</div>
<div class="col-lg-3">
<h5 class="text-white">
Intakes:
<small class="text-muted">January, May, September</small>
</h5>
</div>
<div class="col-lg-3">
<h5 class="text-white">
Mode:
<small class="text-muted">Online / On-Campus</small>
</h5>
</div>
<div class="col-lg-3">
<h5 class="text-white">
First Offered:
<small class="text-muted">1979</small>
</h5>
</div>
</div>
</div>
</section>
<!-- =======================
Page second END -->
<!-- =======================
Page content START -->
<section class="pt-0 mt-5">
<div class="container-fluid">
<div class="row">
<!-- Main content START -->
<div class="col-md-8">
<div class="card border">
<!-- Card header START -->
<div class="card-header border-bottom">
<h3 class="mb-0">Course details - What you’ll learn</h3>
</div>
<!-- Card header END -->
<!-- Card body START -->
<div class="card-body">
<p class="mb-3">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti, optio. <strong> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Doloremque, quidem.</strong></p>
<p class="mb-3">Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae placeat velit modi deserunt pariatur quam quas consequuntur, molestias possimus illum aperiam voluptate quidem praesentium? Laborum in aut dicta fuga accusantium.</strong></p>
<!-- Collapse body -->
<div class="collapse" id="collapseContent">
<p class="my-3">Lorem ipsum dolor sit amet consectetur adipisicing elit. Accusantium molestiae est officia quidem eligendi totam adipisci ipsum eius ratione. Aspernatur, totam doloribus ut suscipit ullam veniam reprehenderit culpa, quaerat maiores accusamus soluta inventore dolorum deserunt quibusdam? Unde harum, voluptates maxime ut delectus voluptatibus excepturi fugiat eius optio adipisci eum assumenda.</p>
</div>
<!-- Collapse button -->
<a class="p-0 mb-0 mt-2 btn-more d-flex align-items-center" data-bs-toggle="collapse"
href="#collapseContent" role="button" aria-expanded="false"
aria-controls="collapseContent">
See <span class="see-more ms-1">more</span><span class="see-less ms-1">less</span><i
class="fas fa-angle-down ms-2"></i>
</a>
<div class="row mb-3">
<div class="col-md-4">
<h5 class="mt-4">Core units</h5>
<ul class="list-group list-group-borderless">
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit One
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit Two
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit Three
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit Four
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit Five
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit One
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit Two
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit Three
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit Four
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit Five
</li>
</ul>
</div>
<div class="col-md-4">
<h5 class="mt-4">Core units</h5>
<ul class="list-group list-group-borderless">
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit One
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit Two
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit Three
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit Four
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit Five
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit One
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit Two
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit Three
</li>
</ul>
</div>
<div class="col-md-4">
<h5 class="mt-4">Elective units</h5>
<ul class="list-group list-group-borderless">
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit One
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit Two
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit Three
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit Four
</li>
<li class="list-group-item h6 fw-light d-flex mb-0"><i
class="fas fa-check-circle text-success me-2"></i>Code1: Unit Five
</li>
</ul>
</div>
</div>
<p class="mb-0">As it so contrasted oh estimating instrument. Size like body some one
had. Are conduct viewing boy minutes warrant the expense? Tolerably behavior may
admit daughters offending her ask own. Praise effect wishes change way and any
wanted. Lively use looked latter regard had. Do he it part more last in. </p>
</div>
<!-- Card body START -->
</div>
</div>
<!-- Main content END -->
<div class="col-md-4">
<div class="card card-body border p-4">
<h5 class="mb-3 border-bottom">Admission Requirements</h5>
<ul class="list-inline mb-0">
<li class="list-group-item h6 fw-light d-flex mb-2"><i
class="bi bi-caret-right-fill text-orange me-2"></i>Level of study: Bachelors
Degree</li>
<li class="list-group-item h6 fw-light d-flex mb-2"><i
class="bi bi-caret-right-fill text-orange me-2"></i>Area of study: Engineering
</li>
<li class="list-group-item h6 fw-light d-flex mb-2"><i
class="bi bi-caret-right-fill text-orange me-2"></i>Specific certification:
Electrical</li>
<li class="list-group-item h6 fw-light d-flex mb-2"><i
class="bi bi-caret-right-fill text-orange me-2"></i>Major/Specialization:
Any</li>
<li class="list-group-item h6 fw-light d-flex mb-2"><i
class="bi bi-caret-right-fill text-orange me-2"></i>Grade/Score:
Second Class, Upper Division</li>
</ul>
<h5 class="mt-4 mb-3 border-bottom">Course Completion Requirements</h5>
<ul class="list-inline mb-0">
<li class="list-group-item h6 fw-light d-flex mb-2"><i
class="bi bi-caret-right-fill text-danger me-2"></i>60 core units</li>
<li class="list-group-item h6 fw-light d-flex mb-2"><i
class="bi bi-caret-right-fill text-danger me-2"></i>10 elecctive units
</li>
<li class="list-group-item h6 fw-light d-flex mb-2"><i
class="bi bi-caret-right-fill text-danger me-2"></i>Workshop practise practicals
</li>
<li class="list-group-item h6 fw-light d-flex mb-2"><i
class="bi bi-caret-right-fill text-danger me-2"></i>Industrial attatchment - 1
Trimester</li>
<li class="list-group-item h6 fw-light d-flex mb-2"><i
class="bi bi-caret-right-fill text-danger me-2"></i>Pass mark - 40%</li>
</ul>
<!-- Button -->
<a href="#" class="btn btn-danger mt-4 w-100" data-bs-toggle="modal"
data-bs-target="#buyCourse">Apply Now</a>
</div>
</div>
</div><!-- Row END -->
</div>
</section>
<!-- =======================
Page content END -->
<!-- Main content END -->
</main>
<!-- **************** MAIN CONTENT END **************** -->
<!-- =======================
Footer START -->
<footer class="bg-light">
<div class="container">
<!-- Bottom footer -->
<div class="py-3">
<div class="container px-0">
<div class="d-lg-flex justify-content-between align-items-center py-3 text-center text-md-left">
<!-- copyright text -->
<div class="text-primary-hover">
Copyrights <a href="#" class="text-body">©2022 Navigly</a>. All
rights reserved.
</div>
<!-- copyright links-->
<div class="justify-content-center mt-3 mt-lg-0">
<ul class="nav list-inline justify-content-center mb-0">
<li class="list-inline-item">
<a class="nav-link" href="#">Terms of use</a>
</li>
<li class="list-inline-item">
<a class="nav-link pe-0" href="#">Privacy policy</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- =======================
Footer END -->
<!-- Popup modal for purchase course -->
<div class="modal fade" id="buyCourse" tabindex="-1" aria-labelledby="buyCourseLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header bg-info">
<h5 class="modal-title text-white" id="buyCourseLabel">Application Confirmation</h5>
<button type="button" class="btn btn-sm btn-light mb-0" data-bs-dismiss="modal"
aria-label="Close"><i class="bi bi-x-lg"></i></button>
</div>
<div class="modal-body">
<div class="row bg-blue py-4">
<div class="col-md-2">
<img src="assets/images/login-dash.jpg"
class="avatar-xl rounded-circle border border-4 border-white" alt=""
data-bs-toggle="tooltip" data-bs-placement="top"
title="University of Nairobi, Nairobi" />
</div>
<div class="col-md-9">
<h6 class="text-danger">You are applying to</h6>
<h5 class="text-white">University of Nairobi, Nairobi</h5>
<h3 class="text-white">CS50's Introduction to Computer Science</h3>
<h5 class="text-white lead fw-light mb-3"><i class="bi bi-coin me-2"></i>Full Course Cost:
$10,000</h5>
</div>
</div>
<div class="row mt-4">
<!-- Intake -->
<div class="col-md-12">
<label class="form-label">Intake</label>
<select class="form-select" aria-label="Default select example">
<option selected disabled>Select the intake to register</option>
<option value="January">January - 2023</option>
<option value="Sept">May - 2023</option>
<option value="None">September - 2023</option>
</select>
</div>
<!-- Mode -->
<div class="col-md-12 mt-3">
<label class="form-label">Mode</label>
<select class="form-select" aria-label="Default select example">
<option selected disabled>Select the study mode to register</option>
<option value="January">Full time</option>
<option value="Sept">Part time</option>
<option value="None">Distance learning</option>
<option value="None">Online learning</option>
</select>
</div>
<!-- Campus -->
<div class="col-md-12 mt-3">
<label class="form-label">Campus</label>
<select class="form-select" aria-label="Default select example">
<option selected disabled>Select the campus</option>
<option value="January">Nairobi (Main Campus)</option>
<option value="Sept">Mombasa</option>
<option value="None">Kisumu</option>
<option value="None">Eldoret</option>
</select>
</div>
<!-- Residence -->
<div class="col-md-12 mt-3">
<label class="form-label">Residence</label>
<select class="form-select" aria-label="Default select example">
<option selected disabled>Select the residence</option>
<option value="January">Yes</option>
<option value="Sept">No</option>
</select>
</div>
<hr>
<h3 class="my-3">Payments</h3>
<!-- Check box -->
<div class="col-md-12 mt-3">
<div class="form-check mb-0">
<input type="checkbox" class="form-check-input" id="paymentConfirmation">
<label class="form-check-label" for="paymentConfirmation">I approve the deduction of the
above stated amount from my wallet</label>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger-soft my-0" data-bs-dismiss="modal">Cancel</button>
<button type="button" class="btn btn-success my-0">Submit Application</button>
</div>
</div>
</div>
</div>
<!-- Back to top -->
<div class="back-top">
<i class="bi bi-arrow-up-short position-absolute top-50 start-50 translate-middle"></i>
</div>
<!-- Bootstrap JS -->
<script src="js/bootstrap.bundle.min.js"></script>
<!-- Vendors -->
<script src="js/tiny-slider.js"></script>
<script src="js/glightbox.js"></script>
<!-- <script src="assets/vendor/purecounterjs/dist/purecounter_vanilla.js"></script> -->
<!-- Template Functions -->
<script src="js/functions.js"></script>
</body>
</html>