-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvocational.html
285 lines (233 loc) · 11.5 KB
/
vocational.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>JULI-TOLA INTERNATIONAL SCHOOL</title>
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Favicons -->
<link href="assets/img/book.png" rel="icon">
<link href="assets/img/book.png" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Satisfy:wght@400&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
</head>
<style>
.index-page header{
background-color: rgba(21, 17, 13, 0.85) ;
}
</style>
<body class="index-page">
<header id="header" class="header fixed-top">
<div class="branding d-flex align-items-cente">
<div class="container position-relative d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<!-- <img src="assets/img/logo.png" alt=""> -->
<h1 class="sitename" style="color: red;"><span style="color: green;">Juli</span>tola</h1>
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="index.html#hero">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li class="dropdown">
<a href="index#academics">
<span>Academics</span>
<!-- This is the small arrow icon beside "Academics." No changes are needed unless styling adjustments are required. -->
<i class="bi bi-chevron-down toggle-dropdown"></i>
</a>
<!-- This is the dropdown menu under "Academics." To add a new option, insert a new <li> item here. -->
<ul>
<!-- Alumni Link: This link directs users to the "Discover" section on the Alumni page.
To change the text "Alumni," edit it inside the <a> tag. -->
<li><a href="vocational.html">Vocational</a></li>
<!-- Secondaryy Link: This takes users to the primary school application form.
To change the link name, replace "Secondary" with the desired text. -->
<li><a href="Secondary.html">Secondary</a></li>
<!-- Application Form Secondary Link: This directs users to the secondary school application form.
Edit "Application Form Secondary" to change the displayed text. -->
<li><a href="primary.html">Primary</a></li>
</ul>
</li> <li><a href="index.html#activities">Activities</a></li>
<li><a href="index.html#news">News</a></li>
<li><a href="index.html#gallery">Gallery</a></li>
<li class="dropdown"><a href="#discover" class="active"><span>Discover</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="Alumni.html#discover">Alumni</a></li>
<li><a href="ApplicationPri.html">Application Form Primary</a></li>
<li><a href="ApplicationSec.html">Application Form Secondary</a></li>
</ul>
</li>
<li><a href="index.html#contact">Contact</a></li>
<li><a href="Login.html">Login</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
</div>
</div>
</header>
<main class="main mt-5">
<!-- Academics Section -->
<section id="academics" class="why-us section">
<!-- Section Header: This displays the title of the section -->
<div class="container section-title" data-aos="fade-up">
<!-- Main Heading -->
<h2>Academics</h2>
<div>
<!-- Subheading: "Our Curriculum Overview" can be changed to suit your needs -->
<span>Our</span>
<span class="description-title">Curriculum Overview</span>
</div>
</div>
<!-- End Section Header -->
<!-- Container for the Cards -->
<div class="container">
<div class="row gy-4"> <!-- All cards must go inside this "row". -->
<!-- CARD 1: Computer Science -->
<div class="col-lg-4" data-aos="fade-up" data-aos-delay="100">
<div class="card-item">
<!-- CARD NUMBER: This indicates the position of the card -->
<span>01</span>
<!-- CARD TITLE: Change "Computer Science" to the subject name -->
<!-- NOTE: Do not touch the <a> tag unless you want to add or change the link -->
<h4><a href="#" class="stretched-link">Computer Science</a></h4>
<!-- CARD DESCRIPTION: Replace this paragraph with your description -->
<p>
Prepare for the future with our hands-on ICT learning! Our
experienced team is dedicated to equipping students with
skills to thrive in today’s tech-driven world.
</p>
</div>
</div>
<!-- END CARD 1 -->
<!-- CARD 2: Fine Arts -->
<div class="col-lg-4" data-aos="fade-up" data-aos-delay="200">
<div class="card-item">
<!-- CARD NUMBER -->
<span>02</span>
<!-- CARD TITLE -->
<h4><a href="#" class="stretched-link">Fine Arts</a></h4>
<!-- CARD DESCRIPTION -->
<p>
Join us in this journey of self-discovery and artistic growth.
Unleash your creativity, learn from talented instructors, and
become part of a vibrant artistic community.
</p>
</div>
</div>
<!-- END CARD 2 -->
<!-- CARD 3: Science -->
<div class="col-lg-4" data-aos="fade-up" data-aos-delay="300">
<div class="card-item">
<!-- CARD NUMBER -->
<span>03</span>
<!-- CARD TITLE -->
<h4><a href="#" class="stretched-link">Science</a></h4>
<!-- CARD DESCRIPTION -->
<p>
Embrace scientific inquiry and innovation at our school! With
exceptional faculty and cutting-edge labs, we inspire students
to explore, discover, and unlock their inventive potential,
guided by top mentors.
</p>
</div>
</div>
<!-- END CARD 3 -->
<!-- INSTRUCTIONS FOR ADDING A NEW CARD -->
<!--
HOW TO ADD A NEW CARD:
1. Copy one of the <div class="col-lg-4"...> blocks. Each block represents one card.
2. Paste the copied block below the last card (inside <div class="row gy-4">).
3. Update the following:
- CARD NUMBER: Change the <span> content to the next number (e.g., 04 for the fourth card).
- CARD TITLE: Replace the text inside <h4><a> with the subject name.
- CARD DESCRIPTION: Replace the <p> text with the description for the new subject.
- LINK: Update the href="#" inside the <a> tag to link to the desired page.
4. OPTIONAL: Update the 'data-aos-delay' attribute for animation timing. For example:
- First card: data-aos-delay="100"
- Second card: data-aos-delay="200"
- Third card: data-aos-delay="300"
- Fourth card: data-aos-delay="400"
5. Save the file and reload the page to see your new card.
IMPORTANT:
- DO NOT remove or change any of the <div> tags or their "class" attributes, as they control layout and animations.
- The "stretched-link" class ensures the whole card is clickable. Do not remove it.
-->
</div> <!-- End of Row -->
</div> <!-- End of Container -->
</section>
<!-- END Academics Section -->
</main>
<footer id="footer" class="footer dark-background">
<div class="container">
<div class="row gy-3">
<div class="col-lg-3 col-md-6 d-flex">
<i class="bi bi-geo-alt icon"></i>
<div class="address">
<h4>Address</h4>
<p>TPS 62, Block 21 Plot 1 Crusher (Gada-Shagari),</p>
<p> Along Okene Road, Lokoja, Kogi State</p>
<p></p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex">
<i class="bi bi-telephone icon"></i>
<div>
<h4>Contact</h4>
<p>
<strong>Phone:</strong> <span>+ 234 80 85773372</span><br>
<strong>Email:</strong> <span>Info@julitolaschools.com</span><br>
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex">
<i class="bi bi-clock icon"></i>
<div>
<h4>Opening Hours</h4>
<p>
<span>8:00 a.m. – 4:00 p.m.</span><br>
<strong>Sunday</strong>: <span>Closed</span>
</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<h4>Follow Us</h4>
<div class="social-links d-flex">
<a href="#" class="twitter"><i class="bi bi-twitter-x"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="container copyright text-center mt-4">
<p><span>Copyright © 2024</span> <strong class="px-1 sitename"> Julitola International Schools |
</strong> <span>Powered by Julitola International Schools.</span></p>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>