-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenroll.html
201 lines (183 loc) · 7.96 KB
/
enroll.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
<!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 rel="icon" type="image/x-icon" href="/img/logo.png">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<title>Jai Narayan College</title>
<script src="https://kit.fontawesome.com/45f1e4db6d.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="styles.css">
</head>
<body id="body">
<!-- PRELOADER -->
<div id="preloader">
<div class="loader book">
<figure class="page"></figure>
<figure class="page"></figure>
<figure class="page"></figure>
</div>
</div>
<!-- PRELOADER -->
<!-- NAVIGATION BAR -->
<nav>
<input id="nav-toggle" type="checkbox">
<div class="logoimg"><img src="img/logo.png" alt=""></div>
<div class="logo">JNC</div>
<ul class="links">
<li class="menu active"><a href="index.html">Home</a></li>
<li class="menu">
<a href="departments.html">Departments </a> <i class="fa-solid fa-caret-down"></i>
<!-- DROPDOWN MENU -->
<ul class="dropdown">
<li class="submenu"><a href="departments.html#1">Language</a></li>
<li class="submenu"><a href="departments.html#2">Social</a></li>
<li class="submenu"><a href="departments.html#3"> Science</a></li>
<li class="submenu"><a href="departments.html#4">Pemac</a></li>
<li class="submenu"><a href="departments.html#5">Home Ec</a></li>
<li class="submenu"><a href="departments.html#6">Computer</a></li>
<li class="submenu"><a href="departments.html#7">Commerce</a></li>
<li class="submenu"><a href="departments.html#8">Mathematics</a></li>
<li class="submenu"><a href="departments.html#9">Industrial Arts</a></li>
</ul>
<!-- DROPDOWN MENU -->
</li>
<li class="menu"><a href="about.html">About</a></li>
<li class="menu"><a href="Resources.html">Resources</a></li>
<li class="menu"><a href="Programes.html">Programmes</a></li>
<li class="menu"><a href="Gallery.html">Gallery</a></li>
</ul>
<!-- HAMBURGER ICON -->
<label for="nav-toggle" class="icon-burger">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</label>
<!-- HAMBURGER ICON -->
</nav>
<!-- NAVIGATION BAR -->
<!-- TITLE -->
<div class="title twoem">
<h1>Enrollment</h1>
</div>
<!-- TITLE -->
<div class="twoem iyo subheadings">
<p>So, you wanna join us?</p>
</div>
<div class="enrollmentparagraph details twoem">
<p>Enrolment for Year 9 students will begin towards the end of the previous school year, around November. Parents/Guardians can directly pick up the enrolment form from the school once enrolment begins. Applicants are required to live in a 10km radius of Jai Narayan College and it is a must for them to have a note-worthy mark of 80% or more. For year 10 - 13 enrollment and off year enrolment, please feel free to either <a href="tel:+679 8336693">contact</a> us on mobile or by sending an <a href="mailto:jncollege@live.com?Subject=">E-mail</a>
</p>
</div>
<div class="twoem iyo subheadings">
<p>Subject Combinations</p>
</div>
<div class="subjectcombinationy9" >
<h3 class="twoem subheadings ">Year 9</h3>
<ul>
<li>English</li>
<li>Mathematics</li>
<li>Social Science</li>
<li>Basic Science</li>
<li>Commercial Studies</li>
<li>Basic Tech / Home Ec</li>
<li>Hindi / Office Technology</li>
</ul>
</div>
<div class="subjectcombinationy9" >
<h3 class="twoem subheadings ">Year 11-13<br>Mixed Science</h3>
<ul>
<li>English</li>
<li>Mathematics</li>
<li>Computer / Chemistry</li>
<li>Physics / Home Ec</li>
<li>Technical Drawing / Biology</li>
</ul>
</div>
<div class="subjectcombinationy9" >
<h3 class="twoem subheadings ">Year 11-13<br>Pure Science</h3>
<ul>
<li>English</li>
<li>Mathematics</li>
<li>Chemistry</li>
<li>Biology</li>
<li>Physics</li>
</ul>
</div>
<div class="subjectcombinationy9" >
<h3 class="twoem subheadings ">Year 11-13<br>Technical Science</h3>
<ul>
<li>English</li>
<li>Mathematics</li>
<li>Physics</li>
<li>Technical Drawing</li>
<li>Computer / Applied Technology</li>
</ul>
</div>
<div class="subjectcombinationy9">
<h3 class="twoem subheadings ">Year 11-13<br>Pure Arts</h3>
<ul>
<li>English</li>
<li>Mathematics</li>
<li>Computer</li>
<li>Economics</li>
<li>Accounting / Geography</li>
</ul>
</div>
<!-- FOOTER -->
<footer class="footer">
<div class="container3">
<!-- SECTION 1 -->
<div class="row">
<div class="footer-column">
<h4>JNC</h4>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="departments.html">Departments</a></li>
<li><a href="Resources.html">Resorces</a></li>
<li><a href="Gallery.html">Gallery</a></li>
</ul>
</div>
<!-- SECTION 1 -->
<!-- SECTION 2 -->
<div class="footer-column">
<h4>Useful Links</h4>
<ul>
<li><a href="http://www.education.gov.fj/exam-papers/">Past year papers</a></li>
<li><a href="http://www.education.gov.fj/textbooks/">Textbooks</a></li>
<li><a href="http://www.education.gov.fj/">MoE</a></li>
<li><a href="https://www.health.gov.fj/">MoH</a></li>
</ul>
</div>
<!-- SECTION 2 -->
<!-- SECTION 3 -->
<div class="footer-column">
<h4>Contact</h4>
<div class="socials">
<a href="https://www.facebook.com/groups/jainarayancollege"><i class="fa-brands fa-facebook-f"></i></a>
<a href="mailto:jncollege@live.com?Subject="><i class="fa-solid fa-envelope"></i></a>
<a href="tel:+679 8336693"><i class="fa-solid fa-phone"></i></a>
</div>
</div>
<!-- SECTION 3 -->
</div>
</div>
<div class="copyright">
<p>Copyright <i class="fa-solid fa-copyright"></i> 2022 Anav Chand</p>
</div>
</footer>
<!-- FOOTER -->
<!-- SCRIPT FOR PRELOADER -->
<script>
var body = document.getElementById("body");
window.addEventListener("load" , function(){
body.style.overflow="scroll";
})
var loader = document.getElementById("preloader");
window.addEventListener("load" , function(){
loader.style.display="none";
})
</script>
<!-- SCRIPT FOR PRELOADER -->
</body>
</html>