forked from Nana-king-netizen/Dummy_LMS_Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfacilities.html
42 lines (38 loc) · 1.31 KB
/
facilities.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
<!DOCTYPE html>
<html>
<head>
<title>University Of Ghana Website</title>
<link rel="stylesheet" type="text/css" href="facilities.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>
Department Of Computer Science
</h1>
<div class="nav">
<nav>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="About.html">About</a></li>
<li><a href="Contact.html">Contact</a></li>
<li><a href="facilities.html">Facilities</a></li>
<li><a href="Courses.html">Courses</a></li>
<li><a href="Events.html">Events</a></li>
</ul>
</nav>
</div>
<h3> Our Department Boasts of very good facilities which Aid teaching and leaning </h3>
<div>
<div class="img1">
<p>Research Facility where students can sit in comfort to practice and improve upon their skills</p>
<img src="IMG_E1404.JPG" alt="Research facility">
</div>
<div class="img2">
<p>Department Library</p>
<img src="IMG_E1407.JPG" alt="Library">
</div>
<div>
<p>Our Offices</p>
<img src="IMG_E1405.JPG" alt="Library">
</body>
</html>