forked from Nana-king-netizen/Dummy_LMS_Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shortcourses.html
100 lines (84 loc) · 4.29 KB
/
shortcourses.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>UG || Computer Science</title>
</head>
<body>
<header class="header">
<div class="dept-logo">
<img src="img/CS_logo.png" class="logo" alt="Computer Science Department">
</div>
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="gallery.html" target="_blank">Gallery</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</header>
<section class="intro-hm intro-about" id="intro-sc">
<div class="intro-txt" >
<h1>Short Course Program</h1>
</div>
</section>
<div class="intro-txt about-content" id="intro-txt-sc">
<h2>Join Our Short Course Program</h2>
<p>Join our Short Course Program today and equip yourself with the essential skills needed to thrive in this technology-driven era. In a landscape where innovation and adaptability reign supreme, acquiring expertise in Information and Communication Technology (ICT) is paramount. Our program offers a comprehensive curriculum designed to springboard your career by providing you with practical knowledge and hands-on experience in the latest technological advancements. Don't miss this opportunity to stay ahead in the ever-evolving world of technology!</p>
</div>
<div class="benefits about-content">
<h3>What you will get: </h3>
<div class="benefits-container">
<div class="benefits-experts about-content">
<h4>Expert Instructors</h4>
<p>Gain from our seasoned instructors with years of industry experience, offering you a unique chance to learn from the best. Enroll in our program to access invaluable insights and guidance, receiving real-world perspectives that surpass traditional education. Propel your skills to new heights under the mentorship of these esteemed professionals.</p>
</div>
<div class="benefits-certificate about-content">
<h4>Earn A Certificate</h4>
<p>Upon proficiently completing the designated exam, you will be conferred with an official certificate of completion by the department. This distinguished certification substantiates your mastery and expertise gained during the program, marking a significant milestone in your professional journey.</p>
</div>
</div>
</div>
<div class="register-now">
<a href="register.html" class="learn-more register" target="_blank">Register Now</a>
</div>
<footer class="site-footer">
<div class="footer-links">
<div class="footer-section">
<h3>Academics</h3>
<ul>
<li><a href="#">Undergraduate Courses</a></li>
<li><a href="#">Graduate Courses (MPhil Computer Science)</a></li>
<li><a href="#">Graduate Courses (MSc Computer Science)</a></li>
<li><a href="#">Graduate Courses (PhD)</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Admissions</h3>
<ul>
<li><a href="#">Undergraduate</a></li>
<li><a href="#">Graduate</a></li>
<li><a href="#">International Students</a></li>
<li><a href="#">Entry Requirements</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Contact Us</h3>
<p>+233 501 382 035</p>
<p>+233 559 145 698</p>
<p>[email protected]</p>
<div class="social-media">
<!-- <div class="social-icons">
<a href="#" class="fa-brands fa-instagram"></a>
<a href="#" class="fa-brands fa-twitter"></a>
<a href="#" class="fa-brands fa-facebook"></a>
</div> -->
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>