This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
353 lines (293 loc) · 16.7 KB
/
index.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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset = "utf-8">
<meta name = "viewport" content = "width = device-width, initial-scale = 1">
<meta name="description" content="A Remodeled site for JAMB. You're Welcome.">
<meta name="keywords" content="jamb, jamb website, utme, university, universities, nigeria, direct entry, efacility, caps">
<!-- Twitter Card -->
<meta name = "twitter:card" content="summary">
<meta name = "twitter:url" content="https://jamb-rebuilt.netlify.app">
<meta name = "twitter:title" content="Joint Admissions And Matriculation Board">
<meta name = "twitter:description" content="A Remodeled site for JAMB. You're Welcome.">
<meta name = "twitter:image" content="https://jamb-rebuilt.netlify.app/assets/img/logo-mobile.png">
<meta name = "twitter:creator" content="@zeroth_bravo">
<title>Home | Joint Admissions And Matriculation Board</title>
<link rel="shortcut icon" href="assets/img/logo-mobile.png">
<!-- Stylesheet -->
<link rel="stylesheet" href="assets/sass/main.css">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700;800&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css" integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<!-- Animate on Scroll Library -->
<!-- https://github.com/michalsnik/aos -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<div id="preloader">
<button type="button" name="button" id="disable-preloader-btn">Disable Preloader</button>
</div>
<header>
<!-- SIDEBAR -->
<nav>
<div id="main-links">
<a href="..">Home</a>
<a id="about-toggler">About <i class="fas fa-long-arrow-alt-right"></i></a>
<a id="quick-links-toggler">Quick Links <i class="fas fa-long-arrow-alt-right"></i></a>
<a id="news-toggler">News & Events <i class="fas fa-long-arrow-alt-right"></i></a>
<a id="stats-toggler">Statistics <i class="fas fa-long-arrow-alt-right"></i></a>
<a href="intranet">Intranet</a>
<a href="support">Support</a>
</div>
<!-- More Links for About Links -->
<div class="more-links about-links">
<a id="about-go-back" class="go-back"><i class="fas fa-long-arrow-alt-left"></i></a>
<a href="about/board">Board</a>
<a href="about/meet-the-team">Management Team</a>
<a href="about/departments">Departments</a>
<a href="about/partners">Our Partners</a>
<a href="about/third-party">Third Party Services</a>
</div>
<!-- More Links for Quick Links -->
<div class="more-links quick-links">
<a id="quick-links-go-back" class="go-back"><i class="fas fa-long-arrow-alt-left"></i></a>
<a href="centres">CBT Centres</a>
<a href="efacility/login">E-Facility</a>
<a href="ibass">IBASS</a>
<a href="stock">Stock Management</a>
<a href="director-academic-programme">DAP</a>
<a href="matric-list">Matriculation List</a>
</div>
<!-- More Links for News Links -->
<div class="more-links news-links">
<a id="news-go-back" class="go-back"><i class="fas fa-long-arrow-alt-left"></i></a>
<a href="news">News</a>
<a href="news/gallery">Events and Gallery</a>
<a href="news/tenders">Tenders & Procurement</a>
<a href="news/speeches">Speeches & Presentations</a>
<a href="news/calendar">Calendar</a>
<a href="news/bulletin">Our Bulletin</a>
</div>
<!-- More Links for Statistics -->
<div class="more-links stats-links">
<a id="stats-go-back" class="go-back"><i class="fas fa-long-arrow-alt-left"></i></a>
<a href="stats/application-stats">Application Statistics</a>
<a href="stats/admission-stats">Admission Statistics</a>
<a href="stats/financial-statement">Financial Statement</a>
<a href="stats/annual-report">Annual Report</a>
</div>
</nav>
<!-- Show on Desktop -->
<a href="" title="JAMB"><img src="assets/img/logo-desktop.png" alt="Logo" class="hide-on-mobile"></a>
<!-- Show on Mobile -->
<a href="" title="JAMB"><img src="assets/img/logo-mobile.png" alt="Logo" class="show-on-mobile"></a>
<!-- Hamburger Menu Icon -->
<span id = "hamburger-menu-container">
<span id="line-1"></span>
<span id="line-2"></span>
<span id="line-3"></span>
</span>
</header>
<section class="index-hero">
<h1 data-aos="fade-down" data-aos-easing="ease-in-out">Connecting Candidates and Tertiary Institutions</h1>
<p data-aos="fade-up" data-aos-easing="ease-in-out">The Joint Admissions and Matriculation Board is a federal body empowered to conduct Matriculation Examination for entry into all Universities, Polytechnics and Colleges of Education (by whatever name called) in Nigeria.</p>
<a href="view-results"><button>View 2021 UTME Results</button></a>
<a href="efacility/login"><button>Login to E-Facility</button></a>
</section>
<section class="mission-vision flex">
<div class="column" id="left-column">
<h2>Our Mission</h2>
<p>To pursue with integrity, vigour, commitment, dedication, transparency and selflessness the realization of the objective of a uniform standard in the conduct of matriculation examination and the placement of suitably qualified candidates into the nation’s tertiary institutions.</p>
</div>
<div class="column" id="right-column">
<h2>Our Vision</h2>
<p>To be a highly-rated first-class and impartial matriculation and admissions board.</p>
<p>To reliably measure candidates’ abilities and determine their suitability for higher education.</p>
</div>
</section>
<section class="core-values">
<h2>Our Core Values</h2>
<div class="container flex">
<div class="card" data-aos = "fade-right" data-aos-easing = "ease-in-out">Selfless</div>
<div class="card" data-aos = "fade-right" data-aos-easing = "ease-in-out">Service</div>
<div class="card" data-aos = "fade-left" data-aos-easing = "ease-in-out">Integrity</div>
<div class="card" data-aos = "fade-left" data-aos-easing = "ease-in-out">Transparency</div>
<div class="card" data-aos = "fade-right" data-aos-easing = "ease-in-out">Dedication</div>
<div class="card" data-aos = "fade-right" data-aos-easing = "ease-in-out">Commitment</div>
<div class="card" data-aos = "fade-left" data-aos-easing = "ease-in-out">Equity</div>
<div class="card" data-aos = "fade-left" data-aos-easing = "ease-in-out">Inclusiveness</div>
<div class="card" data-aos = "zoom-in-right" data-aos-easing = "ease-in-out">Zero tolerance for Malpractice</div>
<div class="card" data-aos = "zoom-in-left" data-aos-easing = "ease-in-out">Personnel Development</div>
</div>
</section>
<section class="news">
<h2>News & Events</h2>
<div class="flex">
<div class="card news-card" id="important-notice-card">
<span class="close-btn" id="important-notice-untoggler">×</span>
<h3>Important Notice to Candidates for Late UTME/Direct Entry Registration</h3>
<p>Each candidate that completed and submitted the late Registration form to JAMB should check the range within which the serial number on his/her form falls to know the centre for registration. The registration is to take place on Tuesday</p>
<span class="read-more-btn" id="important-notice-toggler">Read More</span>
<h4>
<i class="far fa-clock"></i>
<span>15th June, 2021</span>
</h4>
</div>
<div class="card news-card" id="communique-card">
<span class="close-btn" id="communique-untoggler">×</span>
<h3>Communiqué of the Joint Admissions and Matriculation Board meeting with Stakeholders on the ongoing 2021 UTME/Direct Entry Registration Exercise</h3>
<p>Following reports of widespread delay in the on-going registration of candidates for the 2021 Unified Tertiary Matriculation Examination (UTME)/Direct Entry (DE), a two-day stakeholders’ meeting was convened under the auspices of the Joint Admissions and Matriculation Board (JAMB). The meeting held at Sheraton Hotels, Abuja, on 14th and 15th May, 2021.</p>
<span class="read-more-btn" id="communique-toggler">Read More</span>
<h4>
<i class="far fa-clock"></i>
<span>20th May, 2021</span>
</h4>
</div>
<div class="card news-card" id="disclaimer-card">
<span class="close-btn" id="disclaimer-untoggler">×</span>
<h3>UTME: We are not recruiting Invigilators</h3>
<p>In a signed statement titled: DISCLAIMER: "WE ARE NOT RECRUITING INVIGILATORS" by Dr Fabian Benjamin, Head, Public Relations JAMB, and made available to Channel Network Afrique,the board warned members of the public to beware of fraudsters that are claiming to be recruiting invigilators for the 2021 UTME/DE.</p>
<span class="read-more-btn" id="disclaimer-toggler">Read More</span>
<h4>
<i class="far fa-clock"></i>
<span>7th May, 2021</span>
</h4>
</div>
</div>
<p id="view-all"><a href="news">View All</a><p>
</section>
<section class="explore">
<h2>Explore</h2>
<div class="container flex">
<div class="card-container">
<div class="inner-container">
<div class="flip-card-front">
<h3>E-Facility</h3>
</div>
<div class="flip-card-back">
<p>Access candidate login page and payment for online services</p>
<a href="efacility/login">Login</a>
</div>
</div>
</div>
<div class="card-container">
<div class="inner-container">
<div class="flip-card-front">
<h3>IBASS</h3>
</div>
<div class="flip-card-back">
<p>Access JAMB Interactive Brochure and Syllabus System</p>
<a href="ibass">View Syllabus</a>
</div>
</div>
</div>
<div class="card-container">
<div class="inner-container">
<div class="flip-card-front">
<h3>Support</h3>
</div>
<div class="flip-card-back">
<p>Access Ticketing System for complaints, enquiries and helpline</p>
<a href="support">Raise TIcket</a>
</div>
</div>
</div>
<div class="card-container">
<div class="inner-container">
<div class="flip-card-front">
<h3>CAPS</h3>
</div>
<div class="flip-card-back">
<p>Access Central Admissions Processing System</p>
<a href="efacility/caps">Login</a>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="top-container flex">
<div class="column">
<h3>Abuja:</h3>
<p>
Headquarters<br>
Bwari, Abuja<br>
P.M.B 189, Garki, Abuja, Nigeria
</p>
<a href="../support/#office-locations">View All Office Locations</a>
</div>
<div class="column">
<a href="efacility/caps">CAPS (Candidates)</a>
<a href="efacility/institutions">CAPS (Institutions)</a>
<a href="centres">CBT Management</a>
<a href="reports">Reports</a>
<a href="stock">Stock Management</a>
<a href="director-academic-programme">DAP</a>
</div>
<div class="column">
<a href="privacy-policy">Privacy Policy</a>
<a href="terms-of-use">Terms of Use</a>
<a href="sitemap">Sitemap</a>
</div>
<div class="column">
<h2>Subscribe to our Weekly Bulletins</h2>
<form action="POST">
<input type="email" name="email" id="email" placeholder="Enter your email address">
</form>
</div>
</div>
<div class="bottom-container flex">
<div class="column">
<a href="https://twitter.com/jambhq" target="_blank" rel="noreferrer noopener" title="Twitter"><i class="fab fa-twitter"></i></i></a>
<a href="mailto:" target="_blank" rel="noreferrer noopener" title="Mail us"><i class="far fa-envelope"></i></a>
<a href="https:/facebook.com/" target="_blank" rel="noreferrer noopener" title="Facebook"><i class="fab fa-facebook-f"></i></a>
</div>
<div class="column">
<p>© 2021. All Rights Reserved.</p>
</div>
<div class="column">
<p>Built by <a href="https://github.com/zeroth-bravo" target="_blank" rel="noreferrer noopener">Bravo</a></p>
</div>
</div>
</footer>
<script src="assets/scripts/header.js"></script>
<script src="assets/scripts/news.js"></script>
<!-- Initializing Animate On Scroll -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!-- Preloader -->
<!-- Copied Code. No idea how it works -->
<script src="https://code.jquery.com/jquery-3.6.0.js" integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=" crossorigin="anonymous"></script>
<script type="text/javascript">
$(document).ready(function(){
});
$("nav div a.a").on("click" , function(e){
e.preventDefault();
$("body , html").animate({
scrollTop: $(this.hash).offset().top
} , 1000);
});
// Preloader
$(window).on('load', function() {
if ($('#preloader').length) {
$('#preloader').delay(1000).fadeOut('slow', function() {
$(this).remove();
});
}
});
</script>
<!-- disable preloader manually -->
<script type="text/javascript">
disablePreloaderBtn = document.querySelector('#disable-preloader-btn');
preloader = document.querySelector('#preloader');
disablePreloaderBtn.addEventListener('click', function() {
preloader.classList.toggle('hidden');
})
</script>
</body>
</html>