-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPrograms.html
More file actions
90 lines (86 loc) · 4.07 KB
/
Programs.html
File metadata and controls
90 lines (86 loc) · 4.07 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
<!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">
<link
href="https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="prstyl.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title></title>
</head>
<body>
<header>
<a href="index.html" class="header-info">UniHub</a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<div class="dropdown">
<button class="dropbtn">
<i class="fa fa-caret-down"></i>
<li><a href="Programs.html">Programs</a></li>
</button>
<div class="dropdown-content">
<div class="dropright">
<button class="dropbtn1"><a href="arts.html">Arts and Humanities</a></button>
<div class="droprightcontent">
<a href="artshistory.html"> Arts History</a>
<a href="businessarts.html"> Business </a>
<a href="anthropology.html"> Anthropology</a>
<a href="artshonours.html"> Arts Honours</a>
<a href="businessadministration.html"> Business Administration</a>
</div>
</div><br>
<div class="dropright">
<button class="dropbtn1"><a href="engineering.html">Engineering </a></button>
<div class="droprightcontent">
<a href="softwareengineering.html">Software Engineering</a>
<a href="electricalengineering.html">Electrical Engineering</a>
<a href="mechaicalengineering.html">Mechanical Engineering</a>
<a href="biomedicalengineering.html">Biomedical Engineering</a>
</div>
</div><br>
<div class="dropright1">
<button class="dropbtn2"><a href="medsci.html">Sciences </a></button>
<div class="droprightcontent1">
<a href="medicalscience.html"> Medical Sciences </a>
<a href="healthscience.html"> Health Sciences </a>
<a href="computerscience.html"> Computer Science</a>
<a href="biomedicalscience.html">Biomedical Science</a>
</div>
</div>
</div>
</div>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</p>
</header>
<main>
<section class="prgedit">
<div class="txtedit">
<h2>Select a Field</h2>
<a href="arts.html">Arts and Humanities</a><br>
<a href="engineering.html">Engineering</a><br>
<a href="medsci.html">Sciences</a><br>
</div>
</section>
</main>
<footer>
<ul class ="footer-links-main">
<li><a href="index.html">Home</a></li>
<li><a href="Programs.html">Programs</a></li>
<li><a href="about.html">About</a></li>
</ul>
<div class="footer-sm">
<a href="https://www.instagram.com/nade__cr7/">
<img src="https://assets.stickpng.com/thumbs/580b57fcd9996e24bc43c521.png" alt="ig icon">
</a>
<a href="https://twitter.com/mclaren7849">
<img src="https://assets.stickpng.com/images/580b57fcd9996e24bc43c53e.png" alt="tw icon">
</a>
</div>
</footer>
</body>
</html>