This repository was archived by the owner on Jan 1, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourse.html
More file actions
184 lines (161 loc) · 8.75 KB
/
course.html
File metadata and controls
184 lines (161 loc) · 8.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Welcome to GBS Tech Academy</title>
<!-- Favicon -->
<link rel="icon" href="img/core-img/favicon.ico">
<!-- Core Stylesheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- ##### Preloader ##### -->
<div id="preloader">
<i class="circle-preloader"></i>
</div>
<!-- ##### Header Area Start ##### -->
<header class="header-area">
<!-- Top Header Area -->
<div class="top-header">
<div class="container h-100">
<div class="row h-100">
<div class="col-12 h-100">
<div class="header-content h-100 d-flex align-items-center justify-content-between">
<div class="academy-logo">
<a href="index.html"><img src="img/core-img/logo.png" alt=""></a>
</div>
<div class="login-content">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Navbar Area -->
<div class="academy-main-menu">
<div class="classy-nav-container breakpoint-off">
<div class="container">
<!-- Menu -->
<nav class="classy-navbar justify-content-between" id="academyNav">
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<!-- Menu -->
<div class="classy-menu">
<!-- close btn -->
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<!-- Nav Start -->
<div class="classynav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="course.html">Degrees</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- Nav End -->
</div>
<!-- Calling Info -->
<div class="calling-info">
<div class="call-center">
<a href="tel:+94-77-204-9123"><i class="icon-telephone-2"></i> <span>+94-77-102-0580</span></a>
</div>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- ##### Header Area End ##### -->
<!-- ##### Breadcumb Area Start ##### -->
<div class="breadcumb-area bg-img" style="background-image: url(img/bg-img/breadcumb.jpg);">
<div class="bradcumbContent">
<h2>Our Degrees</h2>
</div>
</div>
<!-- ##### Breadcumb Area End ##### -->
<!-- ##### Top Popular Courses Area Start ##### -->
<div class="top-popular-courses-area mt-50 section-padding-100-70">
<div class="container">
<div class="row">
<!-- Single Top Popular Course -->
<div class="col-12 col-lg-6">
<div class="single-top-popular-course d-flex align-items-center flex-wrap mb-30 wow fadeInUp" data-wow-delay="400ms">
<div class="popular-course-content">
<h5>Bsc in Software Engineering</h5>
<p style="text-align: justify;">Software engineering is the discipline of designing, creating and maintaining software by applying technologies and practices from computer science, project management, engineering, application domains, interface design</p>
<a href="./bsc-in-software-engineering.html" class="btn academy-btn btn-sm">See More</a>
</div>
<div class="popular-course-thumb bg-img" style="background-image: url(img/bg-img/pc-1.jpg);"></div>
</div>
</div>
<!-- Single Top Popular Course -->
<div class="col-12 col-lg-6">
<div class="single-top-popular-course d-flex align-items-center flex-wrap mb-30 wow fadeInUp" data-wow-delay="500ms">
<div class="popular-course-content">
<h5>B.E in Software Engineering</h5>
<p style="text-align: justify;">Solid foundation in software engineering theories and practices to develop enterprise level software systems. It provides career pathways in software engineering, web & mobile application development,</p>
<a href="./b-eng-hons-software-engineering.html" class="btn academy-btn btn-sm">See More</a>
</div>
<div class="popular-course-thumb bg-img" style="background-image: url(img/bg-img/pc-2.jpg);"></div>
</div>
</div>
<!-- Single Top Popular Course -->
<div class="col-12 col-lg-6">
<div class="single-top-popular-course d-flex align-items-center flex-wrap mb-30 wow fadeInUp" data-wow-delay="600ms">
<div class="popular-course-content">
<h5>MSc in Software Engineering</h5>
<p style="text-align: justify;">Enhance your knowledge in a specific area of your choice with the emergent trends and technologies in Computer Science and Software Engineering, Provides the student with ample opportunity to practice and enhance skills in software development</p>
<a href="./msc-in-software-engineering.html" class="btn academy-btn btn-sm">See More</a>
</div>
<div class="popular-course-thumb bg-img" style="background-image: url(img/bg-img/pc-3.jpg);"></div>
</div>
</div>
<!-- Single Top Popular Course -->
<div class="col-12 col-lg-6">
<div class="single-top-popular-course d-flex align-items-center flex-wrap mb-30 wow fadeInUp" data-wow-delay="700ms">
<div class="popular-course-content">
<h5>M.E in Software Engineering</h5>
<p style="text-align: justify;">It is an engineering program that emphasizes in the software development region where candidates are taught the specific knowledge of subjects such as software designing, software development methodologies, and software management as well.</p>
<a href="./m-eng-hons-software-engineering.html" class="btn academy-btn btn-sm">See More</a>
</div>
<div class="popular-course-thumb bg-img" style="background-image: url(img/bg-img/pc-4.jpg);"></div>
</div>
</div>
</div>
</div>
<!-- ##### Footer Area Start ##### -->
<footer class="footer-area">
<div class="main-footer-area section-padding-100-0">
<div class="container">
<div class="bottom-footer-area">
<div class="container">
<div class="row">
<div class="col-12">
<p> Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | by <a href="https://gbschool.cc" target="_blank">GBS Tech Academy</a></p>
</div>
</div>
</div>
</div>
</footer>
<!-- ##### Footer Area Start ##### -->
<!-- jQuery-2.2.4 js -->
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="js/bootstrap/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap/bootstrap.min.js"></script>
<!-- All Plugins js -->
<script src="js/plugins/plugins.js"></script>
<!-- Active js -->
<script src="js/active.js"></script>
</body>
</html>