-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchancellor.html
197 lines (180 loc) · 10.6 KB
/
chancellor.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
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
193
194
195
196
197
<!DOCTYPE html>
<html lang="en">
<head>
<title>Arkham University</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/divi.css">
<link rel="stylesheet" href="css/custom-fonts.css">
</head>
<body>
<header class="container-fluid row topbar ">
<div class="topbar-links">
<ul class="list-group list-group-horizontal no-border">
<li class="list-group-item no-border"><a href="">We can add a misc link here</a></li>
<li class="list-group-item no-border"><a href="">We can add another link here</a></li>
<li class="list-group-item no-border"><a href="">We can add another link here</a></li>
</ul>
</div>
</header>
<nav class="navbar navbar-expand-lg ftco_navbar ftco-navbar-light" id="ftco-navbar">
<div class="container" >
<img src="images/arkham-logo.png" >
<div class="collapse navbar-collapse justify-content-center" id="ftco-nav">
<ul class="navbar-nav">
<li class="nav-item active"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item dropdown"><a href="#" class="nav-link">About
<span class="font-icon-arrow-simple-down"></span>
</a>
<ul class="dropdown-menu">
<li class="nav-item"><a href="about.html" class="nav-link" id="header-dropdown">About Arkham</a></li>
<li class="nav-item"><a href="#" class="nav-link" id="header-dropdown">Chancellor</a></li>
</ul>
</li>
<li class="nav-item dropdown"><a href="#" class="nav-link">Administration
<span class="font-icon-arrow-simple-down"></span>
</a>
<ul class="dropdown-menu">
<li class="nav-item"><a href="vice-chancellor.html" class="nav-link" id="header-dropdown">Vice Chancellor</a></li>
<li class="nav-item"><a href="deputy-vice-chancellor.html" class="nav-link" id="header-dropdown">Deputy Vice Chancellor</a></li>
<li class="nav-item"><a href="board.html" class="nav-link" id="header-dropdown">Our Board</a></li>
</ul>
</li>
<li class="nav-item dropdown"><a href="#" class="nav-link">Admission
<span class="font-icon-arrow-simple-down"></span>
</a>
<ul class="dropdown-menu">
<li class="nav-item"><a href="undergraduate-admission.html" class="nav-link" id="header-dropdown">Undegraduate</a></li>
<li class="nav-item"><a href="part-time-admission.html" class="nav-link" id="header-dropdown">Part Time</a></li>
<li class="nav-item"><a href="postgraduate-admission.html" class="nav-link" id="header-dropdown">Postgraduate</a></li>
</ul>
</li>
<li class="nav-item dropdown"><a class="nav-link">Colleges
<span class="font-icon-arrow-simple-down"></span>
</a>
<ul class="dropdown-menu" style="width: 200px;">
<li class="nav-item"><a href="college-of-law.html" class="nav-link" id="header-dropdown">College Of Law</a></li>
<li class="nav-item"><a href="college-of-science-and-technology.html" class="nav-link" id="header-dropdown">College Of Science & Tech</a></li>
<li class="nav-item"><a href="college-of-medical-science.html" class="nav-link" id="header-dropdown">College Of Medical Science</a></li>
<li class="nav-item"><a href="college-of-business-studies.html" class="nav-link" id="header-dropdown">College Of Business Studies</a></li>
<li class="nav-item"><a href="college-of-environmental-science-and-management.html" class="nav-link" id="header-dropdown">College Of Environmental Sciences & Management</a></li>
<li class="nav-item"><a href="college-of-postgraduate-studies.html" class="nav-link" id="header-dropdown">College Of Postgraduate Studies</a></li>
</ul>
</li>
<li class="nav-item"><a href="facilities.html" class="nav-link">Facilities</a></li>
<li class="nav-item"><a href="tuition.html" class="nav-link">Tuition & Fees</a></li>
<li class="nav-item"><a href="#contact" class="nav-link">Contact</a></li>
</ul>
</div>
<ul class="navbar-nav navbar-right">
<li><button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-navbar-toggler" style="color: #d10022"><span class="font-icon-arrow-simple-right" style="color: #8e4545;"></span> <i class="icon-list-alt"></i><span class="font-icon-arrow-simple-left" style="color: #8e4545;"></span></span>
</button></li>
</ul>
</div>
</nav>
<!-- END nav -->
<section class="ftco-section pt-7 mb-0 justify-content-center " >
<br><br><br><br><br><br><br>
<div class="row justify-content-center no-gutters mt-0 pt-0 mb-3">
<div class="col-md-12 pt-0 justify-content-center row">
<div class=" col-lg-6 col-md-11">
<div class="col-md-12 heading-section ftco-animate ">
<h3 class="mb-2">Chancellor</h3>
<p>He started as a regular bartender at a jamaican pub, earning petty cash for a living to cater for his own needs. When he finally had enough money to afford a tuition into an E-list college, he found interest in Computer Science and Technology. He went from being a student to a lab assistant; a teacher; a headmaster and was offered a scholarship into Harvard to push his education further in Computer Science. <br/>Some weeks after graduating from Harvard University, he joined the microsoft team. Being elected senior manager of Microsoft and using his position for the liberation & emancipation of the employees from the clutches of their toxic workaholic boss and boosting the company to new heights.
<br/>Professor Wayne was one of the top employees that joined forces to produce the powerful system processor called 'intel core i9'. The production process of this processor had an unbelievable number of faults, but with professor wayne balancing their work schedule and giving them a better work environment, they were able to finish it on time and it produced magnificent results.
<br/> Professor Vincent Damian Wayne has gained many merits over his years and was appointed Pro-chancellor and chairman of Yale University, whilst also travelling around the world to spread his knowledge and influence in computer science.
<br/>Today, Professor Wayne is the Chancellor of Arkham university..</p>
</div>
</div>
<div class="col-md-3 justify-content-center text-center pt-md-5">
<div class="icon align-items-center mb-4">
<img src="images/TheChancellor.jpg">
</div>
<div class="position pl-3">
<h4 class="mb-0">Professor Vincent D. Wayne </h4>
<span>Chancellor</span>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="ftco-footer ftco-section pt-5 mb-7" id="contact">
<div class="container">
<div class="row mb-5">
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">arkham</h2>
<p>Reach out and engage our socials</p>
<ul class="ftco-footer-social list-unstyled mt-5">
<li class="ftco-animate"><a href="#"><span class="fa fa-twitter"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="fa fa-facebook"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="fa fa-instagram"></span></a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4 ml-md-4">
<h2 class="ftco-heading-2">About Us</h2>
<ul class="list-unstyled">
<li><a href="#"><span class="fa fa-chevron-right mr-2"></span>Our Story</a></li>
<li><a href="#"><span class="fa fa-chevron-right mr-2"></span>Our Prestigious Staff</a></li>
<li><a href="#"><span class="fa fa-chevron-right mr-2"></span>Careers</a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4 ml-md-4">
<h2 class="ftco-heading-2">The Arkham Student Community</h2>
<ul class="list-unstyled">
<li><a href="#"><span class="fa fa-chevron-right mr-2"></span>Standards & Facilities</a></li>
<li><a href="#"><span class="fa fa-chevron-right mr-2"></span>Events & Culture</a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Have a Questions?</h2>
<div class="block-23 mb-3">
<ul>
<li><span class="icon fa fa-map"></span><span class="text">203 Fake St. But Definitely Not Imota, Lagos, Nigeria</span></li>
<li><a href="#"><span class="icon fa fa-phone"></span><span class="text">+2 392 3929 210</span></a></li>
<li><a href="#"><span class="icon fa fa-envelope pr-4"></span><span class="text">info@arkhamnet.com</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright © <script>document.write(new Date().getFullYear());</script>. All rights reserved
</p>
</div>
</div>
</div>
</footer>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/scrollax.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&sensor=false"></script>
<script src="js/google-map.js"></script>
<script src="js/main.js"></script>
</body>
</html>