-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathadGuide.php
37 lines (36 loc) · 2.4 KB
/
adGuide.php
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
<?php include 'includes/header.php';?>
<div id="content">
<div class="content_item" class="container">
<div class="col-md-12">
<h1>Admission Guidelines</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<p>
<h3>Read carefully to know the admission requirement and processes</h3>
<ul>
<li>Candidate are to pay to the school designated bank to obtain a reference number in order to start admission registration process.</li>
<li>Candidate who has made payment and has gotten a reference number can proceed to registration by clicking <b><a href="payment.php">here</a></b> to enter reference number</li>
<li>Candidate are to provide correct information as any falsification of information will be automatically disqualified</li>
</ul>
</p>
<h3>General entry requirements for all National Diploma (ND) programmes.</h3>
<ol>
<li>SSCE (SSCE/NABTEB) with at least five credits obtained at not more than two sittings, which must include English, Mathematics and three other relevant subjects from the minimum entry requirements in the current JAMB brochure.</li>
</ol>
<h3>The general entry requirements for all Higher National Diploma (HND) programmes are as follows:</h3>
<ol>
<li>SSCE/JAMB entry requirements for the corresponding National Diploma programmes as published in the current JAMB brochure.</li>
<li>Relevant National Diploma at not below LOWER CREDIT Grade.</li>
<li>Applicants with National Diploma (ND) (LOWER CREDIT) in Polymer & Textile Technology are eligible for admission into HND (Chemistry Option).</li>
<li>At least one year Post-National Diploma relevant industrial experience.</li>
</ol>
</div>
</div><!--close content-->
</div><!--close site_content-->
<?php //include 'includes/footer.php';?>