-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourses.html
More file actions
192 lines (189 loc) · 6.02 KB
/
Copy pathcourses.html
File metadata and controls
192 lines (189 loc) · 6.02 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
<!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.0" />
<title>Collage website</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header class="background2">
<div class="header-content">
<div class="logo">
<img src="../images/logo.png" />
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About</a></li>
<li><a href="courses.html">Cources</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="text-center">
<p>Welcome To</p>
<h1>NFGTA Collage of Engineering</h1>
<a class="btn" href="#">Register Here</a>
</div>
</header>
<main>
<section class="courses mt mb">
<div class="heading">
<h2>Our Courses</h2>
</div>
<div class="course-content content">
<div class="course mech">
<div class="course_img">
<img src="../images/mech.jpg" alt="" />
</div>
<div class="course_content">
<h3>C001</h3>
<p>Mechanical Engineering</p>
</div>
</div>
<div class="course civil">
<div class="course_img">
<img src="../images/civil.jpg" alt="" />
</div>
<div class="course_content">
<h3>C002</h3>
<p>Civil Engineering</p>
</div>
</div>
<div class="course eee">
<div class="course_img">
<img src="../images/eee.jpg" alt="" />
</div>
<div class="course_content">
<h3>C003</h3>
<p>Electrical and Electronics Engineering</p>
</div>
</div>
<div class="course cs">
<div class="course_img">
<img src="../images/CS.jpg" alt="" />
</div>
<div class="course_content">
<h3>C004</h3>
<p>Computer Science</p>
</div>
</div>
<div class="course ce">
<div class="course_img">
<img src="../images/CE.jpg" alt="" />
</div>
<div class="course_content">
<h3>C005</h3>
<p>Chemical Engineering</p>
</div>
</div>
<div class="course sw">
<div class="course_img">
<img src="../images/sw.jpg" alt="" />
</div>
<div class="course_content">
<h3>C006</h3>
<p>Software Engineering</p>
</div>
</div>
</div>
</section>
<section class="course-table-section mt mb content">
<div class="course-table-heading heading">
<h2>CHECK OUR COURSES NOW</h2>
</div>
<div class="course-table-content content">
<table class="course-table">
<tr>
<th>Serial Number</th>
<th>Course Name</th>
<th>Availability</th>
</tr>
<tr>
<td>C001</td>
<td>Mechanical Engineering</td>
<td><a href="#">check</a></td>
</tr>
<tr>
<td>C002</td>
<td>Civil Engineering</td>
<td><a href="#">check</a></td>
</tr>
<tr>
<td>C003</td>
<td>Electrical and electronic Engineering</td>
<td><a href="#">check </a></td>
</tr>
<tr>
<td>C004</td>
<td>Computer Science</td>
<td><a href="#">check</a></td>
</tr>
<tr>
<td>C005</td>
<td>Chemical Engineering</td>
<td><a href="#">check</a></td>
</tr>
<tr>
<td>C006</td>
<td>Software Engineering</td>
<td><a href="#">check</a></td>
</tr>
</table>
</div>
</section>
<section class=".info-center">
<div class="info-center-heading heading">
<h2>OUR INFORMATION CENTERS</h2>
</div>
<div class="info-center-content content">
<div class="center">
<p><img src="../images/location.png" alt="" />Colombo</p>
</div>
<div class="center">
<p><img src="../images/location.png" alt="" />Kurunegala</p>
</div>
<div class="center">
<p><img src="../images/location.png" alt="" />Kandy</p>
</div>
<div class="center">
<p><img src="../images/location.png" alt="" />Galle</p>
</div>
<div class="center">
<p><img src="../images/location.png" alt="" />Jaffna</p>
</div>
<div class="center">
<p><img src="../images/location.png" alt="" />Anuradhapura</p>
</div>
</div>
</section>
</main>
<footer>
<div class="footer-content mt">
<div class="footer-top">
<div class="footer-top-container content flex-design">
<div class="footer-logo">
<img src="../images/logo.png" alt="" />
</div>
<div class="footer-links">
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About</a></li>
<li><a href="courses.html">Cources</a></li>
<li><a href="contact.html">Contact</a></li>
</div>
<div class="footer-collage">
<h3>NFGTA Collage of Engineering</h3>
<p>
NFGTA Collage of Engineering is a registered university in Sri
Lanka.
</p>
</div>
</div>
</div>
<div class="footer-bottom">
<p>Copyright © NFGTA</p>
</div>
</div>
</footer>
</body>
</html>