-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbasic-preparations.html
514 lines (445 loc) · 20.6 KB
/
basic-preparations.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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Basic Preparations</title>
<meta content="" name="description">
<meta content="" name="keywords">
<link href="assets/favicon.ico" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center">
<div class="logo me-auto">
<h1 class="text-light"><a href="index.html"><span>BASE Initiative</span></a></h1>
</div>
<nav class="nav-menu d-none d-md-block" style="color: white;">
<ul>
<li><a href="index.html">Home</a></li>
<li class="drop-down"><a href="">Basic Preparations</a>
<ul>
<li><a href="#document">Document Preparations</a></li>
<li><a href="#essay">Essay Preparations</a></li>
</ul>
</li>
<li><a href="index.html#scholarships">Scholarships</a></li>
<li><a href="#testimonials">Our Team</a></li>
<li><a href="">Contact Us</a></li>
<!--<li class="get-started"><a href="#about">Get Started</a></li>-->
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<header class="masthead" style="background-image: url('assets/img/home-bg.jpg')">
<div class="overlay">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<div class="site-heading">
<span class="subheading"><i>The purpose of education is to give to the body and to the soul all the beauty and all the perfection of which they are capable. If a man neglects education, he walks lame to the end of his life.</i></span>
</div>
</div>
</div>
</div>
</div>
</header>
<main id="main">
<!-- ======= Clients Section ======= -->
<section id="clients" class="clients clients mt-4">
<div class="container">
<div class="row">
<div class="col-lg-12 py-5 my-2 d-flex flex-column justify-content-center">
<h3>Maybe place some sponsors, or the scholarship bodies logo here. 🏢</h3>
<p>images and images</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Clients Section -->
<!-- ======= About Us Section ======= -->
<section id="about" class="about"">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2 style="color: white">About Us</h2>
</div>
<div class="row content">
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="150">
<p>
Here at BASE, we strongly believe that all students deserve a fighting chance in securing scholarships and financial aid, especially those from disadvantaged or underprivileged backgrounds. By improving accessibility towards scholarship info, we seek to improve equity in the field of higher education.
</p>
<p>
We provide guidance on:
</p>
<ul>
<li><i class="ri-check-double-line"></i>CV Building</li>
<li><i class="ri-check-double-line"></i>Essay Writing</li>
<li><i class="ri-check-double-line"></i>Acing Interviews</li>
<li><i class="ri-check-double-line"></i>and more!</li>
</ul>
</div>
<div class="col-lg-6 pt-4 pt-lg-0" data-aos="fade-up" data-aos-delay="300">
<h5>
We hold dearly to the idea that everyone should be given the opportunity and guidance to apply for scholarships, irrespective of their backgrounds.
</h5>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" class="btn-learn-more">And the evermore what thou an with leave doubting, burned.</a>
</div>
</div>
</div>
</section><!-- End About Us Section -->
<!-- ======= Counts Section ======= -->
<!-- <section id="counts" class="counts">
<div class="container">
<div class="row">
<div class="image col-xl-5 d-flex align-items-stretch justify-content-center justify-content-xl-start" data-aos="fade-right" data-aos-delay="150">
<img src="assets/undraw_success_factors_fay0.svg" alt="" class="img-fluid">
</div>
<div class="col-xl-7 d-flex align-items-stretch pt-4 pt-xl-0" data-aos="fade-left" data-aos-delay="300">
<div class="content d-flex flex-column justify-content-center">
<div class="row">
<div class="col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="icofont-simple-smile"></i>
<span data-toggle="counter-up">200</span>
<p><strong>Participants</strong> Lorem ipsum dolor sit, amet consectetur adipisicing elit. (Past participant data).</p>
</div>
</div>
<div class="col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="icofont-institution"></i>
<span data-toggle="counter-up">12</span>
<p><strong>Scholarships</strong> Lorem ipsum dolor sit amet consectetur adipisicing elit. Ad hic autem itaque. (scholarship to be explained).</p>
</div>
</div>
<div class="col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="icofont-clock-time"></i>
<span data-toggle="counter-up">22</span>
<p><strong>Hours of content</strong> Lorem ipsum dolor sit amet consectetur adipisicing. (goreng lagi)</p>
</div>
</div>
<div class="col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="icofont-award"></i>
<span data-toggle="counter-up">15</span>
<p><strong>Awards</strong> Lorem ipsum dolor, sit amet consectetur adipisicing elit. Incidunt sequi suscipit quos porro ad. (goreng)</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- End Counts Section -->
<!-- ======= Services Section ======= -->
<!-- <section id="services" class="services">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Services</h2>
<p>Magnam dolores commodi suscipit eius consequatur ex aliquid fug. Goreng lagi.</p>
</div>
<div class="row">
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><i class="bx bx-bulb"></i></div>
<h4 class="title"><a href="">Learn</a></h4>
<p class="description">Strengthen basic skills and tips to excel in scholarship applications.</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="200">
<div class="icon"><i class="bx bx-file"></i></div>
<h4 class="title"><a href="">Prepare</a></h4>
<p class="description">Prep documents like CV, resume, your certificates and how to prepare them properly and professionally.</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="bx bx-pin"></i></div>
<h4 class="title"><a href="">Target</a></h4>
<p class="description">Pinpoint your dream scholarship and devise the best strategy to get them.</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="400">
<div class="icon"><i class="bx bxs-quote-alt-right"></i></div>
<h4 class="title"><a href="">Consult</a></h4>
<p class="description">Get personal advice and recommendations from past scholarship recipients.</p>
</div>
</div>
</div>
</div>
</section> -->
<!-- End Services Section -->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials section-bg">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Our Team</h2>
<p>A few quotes from the team.</p>
</div>
<div class="owl-carousel testimonials-carousel" data-aos="fade-up" data-aos-delay="200">
<div class="testimonial-wrap">
<div class="testimonial-item">
<img src="assets/img/team/razzak.JPG" class="testimonial-img" alt="">
<h3>Razzak Khan</h3>
<h4>BASE Technological Developer</h4>
<h4>Yayasan Khazanah Scholar</h4>
<p>
<i class="ri-double-quotes-l"></i>
Hidup kena santai je do. Wat lek wat peace do.
<i class="ri-double-quotes-r"></i>
</p>
</div>
</div>
<div class="testimonial-wrap">
<div class="testimonial-item">
<img src="assets/img/team/irfan.JPG" class="testimonial-img" alt="">
<h3>Irfan Ezani</h3>
<h4>BASE Technological Developer</h4>
<h4>PETRONAS Scholar</h4>
<p>
<i class="ri-double-quotes-l"></i>
There's more than one path up the mountain.
<i class="ri-double-quotes-r"></i>
</p>
</div>
</div>
<div class="testimonial-wrap">
<div class="testimonial-item">
<img src="assets/img/team/adib.JPG" class="testimonial-img" alt="">
<h3>Nur Adib Zafry</h3>
<h4>BASE President</h4>
<h4>Yayasan Khazanah Scholar</h4>
<p>
<i class="ri-double-quotes-l"></i>
Hidup kena santai je do. Wat lek wat peace do.
<i class="ri-double-quotes-r"></i>
</p>
</div>
</div>
<div class="testimonial-wrap">
<div class="testimonial-item">
<img src="assets/img/team/luqman.JPG" class="testimonial-img" alt="">
<h3>Muhammad Luqman Nawar</h3>
<h4>BASE President</h4>
<h4>Yayasan Khazanah Scholar</h4>
<p>
<i class="ri-double-quotes-l"></i>
Hidup kena santai je do. Wat lek wat peace do.
<i class="ri-double-quotes-r"></i>
</p>
</div>
</div>
<div class="testimonial-wrap">
<div class="testimonial-item">
<img src="assets/img/team/adiba.JPG" class="testimonial-img" alt="">
<h3>Adiba Azman</h3>
<h4>BASE Marketing Team</h4>
<h4>PNB Scholar</h4>
<p>
<i class="ri-double-quotes-l"></i>
Hidup kena santai je do. Wat lek wat peace do.
<i class="ri-double-quotes-r"></i>
</p>
</div>
</div>
<div class="testimonial-wrap">
<div class="testimonial-item">
<img src="assets/img/team/tiya.JPG" class="testimonial-img" alt="">
<h3>Hasya Atiyah</h3>
<h4>BASE Content Team</h4>
<h4>Yayasan Khazanah Scholar</h4>
<p>
<i class="ri-double-quotes-l"></i>
Hidup kena santai je do. Wat lek wat peace do.
<i class="ri-double-quotes-r"></i>
</p>
</div>
</div>
<div class="testimonial-wrap">
<div class="testimonial-item">
<img src="assets/img/team/Raja.jpeg" class="testimonial-img" alt="">
<h3>Raja Harith</h3>
<h4>BASE Event Management Team</h4>
<h4>Bank Negara Malaysia Scholar</h4>
<p>
<i class="ri-double-quotes-l"></i>
Hidup kena santai je do. Wat lek wat peace do.
<i class="ri-double-quotes-r"></i>
</p>
</div>
</div>
<div class="testimonial-wrap">
<div class="testimonial-item">
<img src="assets/img/team/hazim.JPG" class="testimonial-img" alt="">
<h3>Muhammad Hazim Aisyoul</h3>
<h4>BASE Affairs Team</h4>
<h4>Yayasan Khazanah Scholar</h4>
<p>
<i class="ri-double-quotes-l"></i>
Hidup kena santai je do. Wat lek wat peace do.
<i class="ri-double-quotes-r"></i>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Testimonials Section -->
</div>
<!-- ======= F.A.Q Section ======= -->
<!-- <section id="faq" class="faq"">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Frequently Asked Questions</h2>
</div>
<div class="row faq-item d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-5">
<i class="ri-question-line"></i>
<h4>What is BASE?</h4>
</div>
<div class="col-lg-7">
<p>
Standing for "Basic Aid for Scholarship Essentials", BASE is a student-led project providing workshops to aid post-SPM students in applications for pre-university scholarships by public/private scholarship bodies.
</p>
</div>
</div>
<div class="row faq-item d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-5">
<i class="ri-question-line"></i>
<h4>What is our aim?</h4>
</div>
<div class="col-lg-7">
<p>
BASE aims to introduce, prepare and provide resources for scholarship applicants. Our sources of information include, but not limited to, past experiences from scholars, official sources and connections.
</p>
</div>
</div>
<div class="row faq-item d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="300">
<div class="col-lg-5">
<i class="ri-question-line"></i>
<h4>How do I participate?</h4>
</div>
<div class="col-lg-7">
<p>
BASE holds an annual workshop and we will release our registration form after SPM ends, so keep a lookout for updates on our social media page!!!
</p>
</div>
</div>
<div class="row faq-item d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="300">
<div class="col-lg-5">
<i class="ri-question-line"></i>
<h4>What can I expect?</h4>
</div>
<div class="col-lg-7">
<p>
You will have the chance to join talks, sharing booths, and not to mention ask your questions personally to successful scholars. We will also have a personalized session for those who need them.
</p>
</div>
</div>
</div>
</section> -->
<!-- End F.A.Q Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Contact Us</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="contact-about">
<h3>BASE</h3>
<p>For recent updates, follow our social media links below!</p>
<div class="social-links">
<a href="https://www.facebook.com/Base-Initiative-MY-546757612911514" class="facebook"><i class="ri-facebook-fill"></i></a>
<a href="https://www.instagram.com/base.initiative/" class="instagram"><i class="ri-instagram-fill"></i></a>
<!-- <a href="#" class="youtube"><i class="ri-youtube-fill"></i></a>
--> </div>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-4 mt-md-0" data-aos="fade-up" data-aos-delay="200">
<div class="info">
<div>
<i class="ri-mail-send-line"></i>
<p>baseinitiativemy@gmail.com</p>
</div>
</div>
</div>
<div class="col-lg-5 col-md-12" data-aos="fade-up" data-aos-delay="300">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validate"></div>
</div>
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validate"></div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validate"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validate"></div>
</div>
<div class="mb-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-lg-6 text-lg-left text-center">
<div class="copyright">
© Copyright <strong>BASE Initiative</strong>. All Rights Reserved
</div>
</div>
<div class="col-lg-6">
<nav class="footer-links text-lg-right text-center pt-2 pt-lg-0">
<a href="#intro" class="scrollto">Home</a>
<a href="#about" class="scrollto">About</a>
</nav>
</div>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="ri-arrow-up-s-line"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>