-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
679 lines (595 loc) · 29 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
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
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
<!DOCTYPE html>
<html lang="en">
<head>
<title>BASE Initiative</title>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta name="google-site-verification" content="_XkRFYYVSMsPmKYYCumNp5v9R3KmO_e9ZbY3oq4GNtA" />
<meta name="description" content="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." >
<meta name="keywords" content="base, scholars, scholarship, khazanah, petronas, bank negara, BASE Initiative, help, student, jpa, mara"/>
<link href="assets/favicon.ico" rel="icon">
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700|Poppins:400,400i,500&text=1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz%20" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.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">
<script defer src="assets/vendor/jquery/jquery.min.js"></script>
<script defer src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script defer src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script defer src="assets/vendor/php-email-form/validate.js"></script>
<script defer src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script defer src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script defer src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script defer src="assets/vendor/venobox/venobox.min.js"></script>
<script defer src="assets/vendor/aos/aos.js"></script>
<script defer src="assets/js/main.js"></script>
</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="#about">About</a></li>
<!-- <li><a href="">Workshops</a></li> -->
<!-- <li class="drop-down"><a href="basic-preparations.html">Basic Preparations</a>
<ul>
<li><a href="basic-preparations.html#document">Document Preparations</a></li>
<li><a href="basic-preparations.html#essay">Essay Preparations</a></li>
</ul>
</li>-->
<li><a href="#scholarships">Scholarships</a></li>
<!-- <li><a href="#testimonials">Our Team</a></li> -->
<li><a href="#contact">Contact Us</a></li>
<!--<li class="get-started"><a href="#about">Get Started</a></li>-->
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<section id="hero" class="d-flex align-items-center h-100">
<div class="background-img"></div>
<div class="container my-5">
<div class="row">
<div class="col-lg-12 pt-5 pt-lg-0 order-2 order-lg-1 mb-5 d-flex flex-column justify-content-center align-items-center">
<h1 data-aos="fade-up">BASE Initiative</h1>
<h2 class="my-4"data-aos="fade-up" data-aos-delay="400">For <b id="teach">scholars</b>, by<b id="teach"> scholars.</b>
</h2>
<div data-aos="fade-up" data-aos-delay="800">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSewnyQaTzfiBjPEltoa5_1-Jz9q-ea9cdKKypV80oDJbjOggw/viewform" data-aos="fade-up" data-aos-delay="1000" class="aos-init aos-animate btn-get-started scrollto"><b>Register</b> Here!</a>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<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=AvkNW6iZlj4" class="btn-learn-more"><b>Here is a testimonial video of BASE participants last year!</b></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 -->
<!-- ======= Portfolio Section ======= -->
<section id="scholarships" class="features">
<div class="container">
<div class="section-title" data-aos="fade-up" style="padding-bottom: 0;">
<h2>Scholarship Materials</h2>
<p>Scholarships-specific articles with strategies to attain them.</p>
<div class="row" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="features-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-a1">Sciences</li>
<li data-filter=".filter-a2">Mathematics</li>
<li data-filter=".filter-a3">Accounting</li>
<li data-filter=".filter-a4">Law</li>
<li data-filter=".filter-a5">Engineering</li>
<li data-filter=".filter-a6">Computer Science</li>
<li data-filter=".filter-a7">Economics</li>
</ul>
</div>
</div>
</div>
<div class="row features-container" data-aos="fade-up" data-aos-delay="400">
<div class="col-lg-3 col-md-4 mt-4 features-item filter-a1 filter-a2 filter-a5 filter-a6 filter-a7">
<div class="features-wrap">
<a href="jpa/jpa.html">
<div class="icon-box">
<i class="ri-government-line" style="color: #e361ff;"></i>
<h3>JPA</h3>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 features-item filter-a1 filter-a2 filter-a3 filter-a4 filter-a5 filter-a6 filter-a7">
<div class="features-wrap">
<a href="khazanah/khazanah.html">
<div class="icon-box">
<i class="ri-award-line" style="color: #48A463;"></i>
<h3>Yayasan Khazanah</h3>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 features-item filter-a1 filter-a5 filter-a6">
<div class="features-wrap">
<a href="shell/shell.html">
<div class="icon-box">
<i class="ri-anchor-line" style="color: #FED600;"></i>
<h3>Shell</h3>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 features-item filter-a1 filter-a2 filter-a3 filter-a4 filter-a5 filter-a6 filter-a7">
<div class="features-wrap">
<a href="petronas/pesp.html">
<div class="icon-box">
<i class="ri-oil-line" style="color: #11dbcf;"></i>
<h3>PETRONAS</h3>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 features-item filter-a2 filter-a3 filter-a4 filter-a6 filter-a7">
<div class="features-wrap">
<a href="banknegara/banknegara.html">
<div class="icon-box">
<i class="ri-bank-line" style="color: #0011ff;"></i>
<h3>Bank Negara</h3>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 features-item filter-a2 filter-a3 filter-a5 filter-a6 filter-a7">
<div class="features-wrap">
<a href="uem/uem.html">
<div class="icon-box">
<i class="ri-database-2-line" style="color: #29285C;"></i>
<h3>Yayasan UEM</h3>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 features-item filter-a3 filter-a5 filter-a6 filter-a7">
<div class="features-wrap">
<a href="ytn/ytn.html">
<div class="icon-box">
<i class="ri-base-station-line" style="color: #EF7203;"></i>
<h3>Yayasan Tenaga Nasional</h3>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 features-item filter-a2">
<div class="features-wrap">
<a href="mara/mara.html">
<div class="icon-box">
<i class="ri-bar-chart-box-line" style="color: #0066B3;"></i>
<h3>MARA</h3>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 features-item filter-a2">
<div class="features-wrap">
<a href="peneraju/peneraju.html">
<div class="icon-box">
<i class="ri-store-line" style="color: #57B7DF;"></i>
<h3>Yayasan Peneraju</h3>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 features-item filter-a1 filter-a3 filter-a5 filter-a6 filter-a7">
<div class="features-wrap">
<a href="simedarby/simedarby.html">
<div class="icon-box">
<i class="ri-plant-line" style="color: #ff8c20;"></i>
<h3>Yayasan Sime Darby</h3>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 features-item filter-a2 filter-a3 filter-a4 filter-a5 filter-a7">
<div class="features-wrap">
<a href="pnb/pnb.html">
<div class="icon-box">
<i class="ri-funds-line" style="color: #004AAD;"></i>
<h3>Permodalan Nasional Berhad</h3>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 features-item filter-a5 filter-a6">
<div class="features-wrap">
<a href="tm/tm.html">
<div class="icon-box">
<i class="ri-bank-card-line" style="color: #b20969;"></i>
<h3>Yayasan Telekom Malaysia</h3>
</div>
</a>
</div>
</div>
</div>
<div class="d-flex flex-column justify-content-center align-items-center" data-aos="fade-up" data-aos-delay="200">
<p>
Learn more about state scholarships and other scholarship providers in Malaysia.
</p>
<div>
<a href="./others/index2.html" class="btn-get-started scrollto">Discover More</a>
</div>
</div>
</div>
</section><!-- End features 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 loading="lazy" 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>
Success can be quantitatively determined by the number of others' life you have ever touched in a lifetime.
<i class="ri-double-quotes-r"></i>
</p>
</div>
</div>
<div class="testimonial-wrap">
<div class="testimonial-item">
<img loading="lazy" 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>
Instead of worrying about what you cannot control, shift your energy to what you can create.
<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>
I'm into economics, politics and John Mayer.
<i class="ri-double-quotes-r"></i>
</p>
</div>
</div>
<div class="testimonial-wrap">
<div class="testimonial-item">
<img loading="lazy" src="assets/img/team/adiba.jpg" class="testimonial-img " alt="">
<h3>Adiba Azman</h3>
<h4>BASE Head of Marketing</h4>
<h4>PNB Scholar</h4>
<p>
<i class="ri-double-quotes-l"></i>
You dont have to be great to start. But you have to start to be great.
<i class="ri-double-quotes-r"></i>
</p>
</div>
</div>
<div class="testimonial-wrap">
<div class="testimonial-item">
<img loading="lazy" src="assets/img/team/tiya.jpg" class="testimonial-img " alt="">
<h3>Hasya Atiyah</h3>
<h4>BASE Head of Content</h4>
<h4>Yayasan Khazanah Scholar</h4>
<p>
<i class="ri-double-quotes-l"></i>
Just do your best in all that you pursue- what’s meant for you, will always reach you.
<i class="ri-double-quotes-r"></i>
</p>
</div>
</div>
<div class="testimonial-wrap">
<div class="testimonial-item">
<img loading="lazy" src="assets/img/team/raja.jpg" class="testimonial-img " alt="">
<h3>Raja Harith</h3>
<h4>BASE Head of Event Management</h4>
<h4>Bank Negara Malaysia Scholar</h4>
<p>
<i class="ri-double-quotes-l"></i>
He who has a why to live for can bear almost any how.
<i class="ri-double-quotes-r"></i>
</p>
</div>
</div>
<div class="testimonial-wrap">
<div class="testimonial-item">
<img loading="lazy" src="assets/img/team/hazim.jpg" class="testimonial-img " alt="">
<h3>Muhammad Hazim Aisyoul</h3>
<h4>BASE Head of Affairs</h4>
<h4>Yayasan Khazanah Scholar</h4>
<p>
<i class="ri-double-quotes-l"></i>
Pursuing my ideals, hoping to become a better version of myself.
<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>
<br>
<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 Initiative</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="https://www.youtube.com/channel/UCTQ9Wf10jhy-oQo7Ek8q6lw" class="youtube"><i class="ri-youtube-fill"></i></a>
</div>
</div>
<div class="info">
<div>
<i class="ri-mail-send-line"></i>
<p>baseinitiativemy@gmail.com</p>
</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="#hero" 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 -->
</body>
</html>