-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
851 lines (685 loc) · 42 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
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Grace Charity</title>
<!-- CSS FILES -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-icons.css" rel="stylesheet">
<link href="css/templatemo-kind-heart-charity.css" rel="stylesheet">
</head>
<body id="section_1">
<button onclick="topFunction()" id="scrollBtn" title="Go to top"><i class="bi bi-caret-up-square-fill"></i></button>
<header class="site-header">
<div class="container">
<div class="row">
<div class="col-lg-8 col-12 d-flex flex-wrap">
<p class="d-flex me-4 mb-0">
<i class="bi-geo-alt me-2"></i>
Oxford, UK
</p>
<p class="d-flex mb-0">
<i class="bi-envelope me-2"></i>
<a href="mailto:gracecharityoxford.com">
gracecharityoxford.com
</a>
</p>
</div>
<div class="col-lg-3 col-12 ms-auto d-lg-block d-none">
<ul class="social-icon">
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-twitter"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-facebook"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-instagram"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-youtube"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-whatsapp"></a>
</li>
</ul>
</div>
</div>
</div>
</header>
<nav class="navbar navbar-expand-lg bg-light shadow-lg">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" class="logo img-fluid" alt="Grace Charity">
<span>
Grace Charity
<small>Non-profit Organisation</small>
</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link click-scroll" href="#top">Home</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_2">About</a>
</li>
<li class="nav-item"></li>
<a class="nav-link click-scroll" href="#section_3">Team</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_4">Missions</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_5">Volunteer</a>
</li>
<li class="nav-item">
<a class="nav-link" href="news.html">News</a>
</li>
<li class="nav-item"></li>
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_6">Contact</a>
</li>
<li class="nav-item ms-3">
<a class="nav-link custom-btn custom-border-btn btn" href="donate.html">Donate</a>
</li>
</ul>
</div>
</div>
</nav>
<main>
<section class="hero-section hero-section-full-height">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 col-12 p-0">
<div id="hero-slide" class="carousel carousel-dark carousel-fade slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/slide/slide1.jpg"
class="carousel-image img-fluid" alt="...">
<div class="carousel-caption d-flex flex-column justify-content-end">
<h1>Be Philanthropic</h1>
<p>A Novel Initiative of like-minded people</p>
</div>
</div>
<div class="carousel-item">
<img src="images/slide/slide2.jpg"
class="carousel-image img-fluid" alt="...">
<div class="carousel-caption d-flex flex-column justify-content-end">
<h1>Be Philanthropic</h1>
<p>A Novel Initiative of like-minded people</p>
</div>
</div>
<div class="carousel-item">
<img src="images/slide/slide3.jpg"
class="carousel-image img-fluid" alt="...">
<div class="carousel-caption d-flex flex-column justify-content-end">
<h1>Be Philanthropic</h1>
<p>A Novel Initiative of like-minded people</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#hero-slide"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#hero-slide"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
</section>
<section class="section-padding">
<div class="container">
<div class="row">
<div class="col-lg-10 col-12 text-center mx-auto">
<h2 class="mb-5">Welcome to Grace Charity</h2>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-4 mb-lg-0">
<div class="featured-block d-flex justify-content-center align-items-center">
<a href="#section_5" class="d-block">
<img src="images/icons/hands.png" class="featured-block-image img-fluid" alt="">
<p class="featured-block-text">Become a <strong>volunteer</strong></p>
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-4 mb-lg-0 mb-md-4">
<div class="featured-block d-flex justify-content-center align-items-center">
<a href="#section_4" class="d-block">
<img src="images/icons/target.png" class="featured-block-image img-fluid" alt="">
<p class="featured-block-text">Our <strong>Missions</strong></p>
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-4 mb-lg-0 mb-md-4">
<div class="featured-block d-flex justify-content-center align-items-center">
<a href="donate.html" class="d-block">
<img src="images/icons/donate.png" class="featured-block-image img-fluid" alt="">
<p class="featured-block-text">Make a <strong>Donation</strong></p>
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-4 mb-lg-0">
<div class="featured-block d-flex justify-content-center align-items-center">
<a href="news.html" class="d-block">
<img src="images/icons/newspaper.png" class="featured-block-image img-fluid" alt="">
<p class="featured-block-text">View <strong>Newsletter</strong></p>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="section-padding section-bg" id="section_2">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12 mb-5 mb-lg-0">
<img src="images/group-people-volunteering-foodbank-poor-people.jpg"
class="custom-text-box-image img-fluid" alt="">
</div>
<div class="col-lg-6 col-12">
<div class="custom-text-box">
<h2 class="mb-2">Our Story</h2>
<h5 class="mb-3">Grace Charity, Non-Profit Organisation</h5>
<p class="mb-0">
Grace Charity UK was created by a group of like-minded individuals committed to helping those in need through financial assistance and community projects. The charity’s mission is driven by a shared passion for service, with volunteers and members working together to address issues like food poverty and local fundraising. Despite challenges, including the Covid-19 pandemic, Grace Charity continues to achieve its goals, guided by a dedication to making a positive impact on the community.
</p>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<div class="custom-text-box mb-lg-0">
<h5 class="mb-3">Our Mission</h5>
<p>
At Grace Charity, our mission is to foster positive change within our community by providing essential financial support and engaging in meaningful charitable initiatives. Guided by our dedicated volunteers, we strive to make a lasting impact on those in need.
</p>
<!-- <ul class="custom-list mt-2">
<li class="custom-list-item d-flex">
<i class="bi-check custom-text-box-icon me-2"></i>
Charity Theme
</li>
<li class="custom-list-item d-flex">
<i class="bi-check custom-text-box-icon me-2"></i>
Semantic HTML
</li>
</ul> -->
</div>
</div>
<div class="col-lg-6 col-md-6 col-12">
<div class="custom-text-box d-flex flex-wrap d-lg-block mb-lg-0">
<div class="counter-thumb">
<div class="d-flex">
<span class="counter-number" data-from="1" data-to="2019"
data-speed="1000"></span>
<span class="counter-number-text"></span>
</div>
<span class="counter-text">Founded</span>
</div>
<div class="counter-thumb">
<div class="d-flex">
<span class="counter-number" data-from="1" data-to="6"
data-speed="1000"></span>
<!-- <span class="counter-number-text">B</span> -->
</div>
<span class="counter-text">Missions</span>
</div>
<div class="counter-thumb">
<div class="d-flex">
<span class="counter-number" data-from="1" data-to="13"
data-speed="1000"></span>
<!-- <span class="counter-number-text">B</span> -->
</div>
<span class="counter-text">Volunteers</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="about-section section-padding" id="section_3">
<div class="container">
<div class="col-lg-10 col-12 text-center mx-auto">
<h1>Meet the Team</h1>
</div>
<br><br>
<div class="row">
<div class="col-lg-6 col-md-5 col-12">
<img src="images/team/paulAntony.jpg"
class="about-image ms-lg-auto bg-light shadow-lg img-fluid" alt="">
</div>
<div class="col-lg-5 col-md-7 col-12">
<div class="custom-text-block">
<h2 class="mb-0">Paul Antony</h2>
<p class="text-muted mb-lg-4 mb-md-4">Director</p>
<p>
As Director, Paul oversees the overall strategic direction and operations of Grace Charity, ensuring that all initiatives align with the organisation's mission and long-term goals. He works closely with the team to provide leadership and guidance in fulfilling the charity's objectives.
</p>
<ul class="social-icon mt-4">
<li class="social-icon-item">
<a href="https://www.facebook.com/paul.antony.1671" target="_blank" class="social-icon-link bi-twitter"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/paul.antony.1671" target="_blank" class="social-icon-link bi-facebook"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/paul.antony.1671" target="_blank" class="social-icon-link bi-instagram"></a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-5 col-12">
<img src="images/team/sujithThomas.jpg"
class="about-image ms-lg-auto bg-light shadow-lg img-fluid" alt="">
</div>
<div class="col-lg-5 col-md-7 col-12">
<div class="custom-text-block">
<h2 class="mb-0">Sujith Tom</h2>
<p class="text-muted mb-lg-4 mb-md-4">Deputy Director</p>
<p>
Sujith supports the Director in managing day-to-day operations and plays a key role in decision-making and planning. He ensures that the charity's projects run smoothly and assists in shaping future strategies for growth and impact.
</p>
<ul class="social-icon mt-4">
<li class="social-icon-item">
<a href="https://www.facebook.com/sujith.tomabraham" target="_blank" class="social-icon-link bi-twitter"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/sujith.tomabraham" target="_blank" class="social-icon-link bi-facebook"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/sujith.tomabraham" target="_blank" class="social-icon-link bi-instagram"></a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-5 col-12">
<img src="images/team/princyThomas.jpg"
class="about-image ms-lg-auto bg-light shadow-lg img-fluid" alt="">
</div>
<div class="col-lg-5 col-md-7 col-12">
<div class="custom-text-block">
<h2 class="mb-0">Princy Thomas</h2>
<p class="text-muted mb-lg-4 mb-md-4">Secretary</p>
<p>
Princy manages the administrative tasks of the charity, including maintaining records, organising meetings, and ensuring effective communication between team members and stakeholders. Her role is central to keeping the charity organised and efficient.
</p>
<ul class="social-icon mt-4">
<li class="social-icon-item">
<a href="https://www.facebook.com/princy.thomas.7771" target="_blank" class="social-icon-link bi-twitter"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/princy.thomas.7771" target="_blank" class="social-icon-link bi-facebook"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/princy.thomas.7771" target="_blank" class="social-icon-link bi-instagram"></a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-5 col-12">
<img src="images/team/sunithaSatish.jpg"
class="about-image ms-lg-auto bg-light shadow-lg img-fluid" alt="">
</div>
<div class="col-lg-5 col-md-7 col-12">
<div class="custom-text-block">
<h2 class="mb-0">Sunitha Satish</h2>
<p class="text-muted mb-lg-4 mb-md-4">Joint Secretary</p>
<p>
Sunitha assists the Secretary in handling administrative duties, ensuring smooth operations and providing additional support in managing communications, documentation, and meeting coordination.
</p>
<ul class="social-icon mt-4">
<li class="social-icon-item">
<a href="https://www.facebook.com/sunitha.satish" target="_blank" class="social-icon-link bi-twitter"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/sunitha.satish" target="_blank" class="social-icon-link bi-facebook"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/sunitha.satish" target="_blank" class="social-icon-link bi-instagram"></a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-5 col-12">
<img src="images/team/roopeshJohn.jpg"
class="about-image ms-lg-auto bg-light shadow-lg img-fluid" alt="">
</div>
<div class="col-lg-5 col-md-7 col-12">
<div class="custom-text-block">
<h2 class="mb-0">Roopesh John</h2>
<p class="text-muted mb-lg-4 mb-md-4">Finance Officer</p>
<p>
Roopesh is responsible for managing the financial aspects of Grace Charity, including budgeting, financial reporting, and ensuring funds are allocated appropriately to support the charity's initiatives. His role ensures financial transparency and sustainability.
</p>
<ul class="social-icon mt-4">
<li class="social-icon-item">
<a href="https://www.facebook.com/roopesh.john.39" target="_blank" class="social-icon-link bi-twitter"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/roopesh.john.39" target="_blank" class="social-icon-link bi-facebook"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/roopesh.john.39" target="_blank" class="social-icon-link bi-instagram"></a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-5 col-12">
<img src="images/team/pradeepAugustine.jpg"
class="about-image ms-lg-auto bg-light shadow-lg img-fluid" alt="">
</div>
<div class="col-lg-5 col-md-7 col-12">
<div class="custom-text-block">
<h2 class="mb-0">Pradeeb Augustine</h2>
<p class="text-muted mb-lg-4 mb-md-4">Public Relations</p>
<p>
Pradeeb leads the charity's public relations efforts, working to raise awareness of the charity’s work and maintaining strong relationships with the community, media, and other stakeholders. His role is vital in promoting the charity's mission and events.
</p>
<ul class="social-icon mt-4">
<li class="social-icon-item">
<a href="https://www.facebook.com/pradeep.augustine.56" target="_blank" class="social-icon-link bi-twitter"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/pradeep.augustine.56" target="_blank" class="social-icon-link bi-facebook"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/pradeep.augustine.56" target="_blank" class="social-icon-link bi-instagram"></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="cta-section section-padding section-bg">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-lg-5 col-12 ms-auto">
<h2 class="mb-0">Make an impact. <br> Transform lives.</h2>
</div>
<div class="col-lg-5 col-12">
<a href="donate.html" class="me-4">Make a donation</a>
<a href="#section_5" class="custom-btn btn smoothscroll">Become a volunteer</a>
</div>
</div>
</div>
</section>
<section class="missions-section section-padding" id="section_4">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12 text-center mb-4">
<h1>Our Missions</h1>
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4 mb-lg-0">
<div class="custom-block-wrap">
<img src="images/causes/group-african-kids-paying-attention-class.jpg"
class="custom-block-image img-fluid" alt="">
<div class="custom-block">
<div class="custom-block-body">
<h5 class="mb-3">Food Bank</h5>
<p>
Food justice is a vital aspect of community well-being. Since its inception, Grace Charity UK has raised funds to provide long-life canned goods to the local food bank, especially crucial during the pandemic when many struggled to make ends meet. We are committed to continuing this essential support for as long as it is needed, ensuring that no one in our community goes hungry.
</p>
<!-- <div class="progress mt-4">
<div class="progress-bar w-75" role="progressbar" aria-valuenow="75"
aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="d-flex align-items-center my-2">
<p class="mb-0">
<strong>Raised:</strong>
$18,500
</p>
<p class="ms-auto mb-0">
<strong>Goal:</strong>
$32,000
</p>
</div> -->
</div>
<a href="donate.html" class="custom-btn btn">See More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4 mb-lg-0">
<div class="custom-block-wrap">
<img src="images/causes/poor-child-landfill-looks-forward-with-hope.jpg"
class="custom-block-image img-fluid" alt="">
<div class="custom-block">
<div class="custom-block-body">
<h5 class="mb-3">Curry Nights</h5>
<p>
Grace Charity UK has successfully hosted regular Curry Night events to raise funds for local charities. These gatherings not only bring the community together but also provide essential support to local parishes for their charitable initiatives. Despite the setbacks caused by the Covid-19 pandemic, we are eager to resume these events with renewed energy, following government guidance.
</p>
</div>
<a href="donate.html" class="custom-btn btn">See More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="custom-block-wrap">
<img src="images/causes/african-woman-pouring-water-recipient-outdoors.jpg"
class="custom-block-image img-fluid" alt="">
<div class="custom-block">
<div class="custom-block-body">
<h5 class="mb-3">Fund Raising</h5>
<p>
Our fundraising efforts are crucial to supporting various community projects and local charities. Through events like Curry Nights and other initiatives, we strive to generate the necessary resources to address pressing community needs. We are committed to continuing our fundraising activities to make a meaningful difference in the lives of those we serve.
</p>
</div>
<a href="donate.html" class="custom-btn btn">See More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="volunteer-section section-padding" id="section_5">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12">
<h2 class="text-white mb-4">Volunteer</h2>
<form class="custom-form volunteer-form mb-5 mb-lg-0" action="#" method="post" role="form">
<h3 class="mb-4">Become a volunteer today</h3>
<div class="row">
<div class="col-lg-6 col-12">
<input type="text" name="volunteer-name" id="volunteer-name" class="form-control"
placeholder="Full Name" required>
</div>
<div class="col-lg-6 col-12">
<input type="email" name="volunteer-email" id="volunteer-email"
pattern="[^ @]*@[^ @]*" class="form-control" placeholder="email@example.com"
required>
</div>
</div>
<textarea name="volunteer-message" rows="3" class="form-control" id="volunteer-message"
placeholder="Comment..."></textarea>
<button type="submit" class="form-control">Submit</button>
</form>
</div>
<div class="col-lg-6 col-12">
<img src="images/smiling-casual-woman-dressed-volunteer-t-shirt-with-badge.jpg"
class="volunteer-image img-fluid" alt="">
<div class="custom-block-body text-center">
<h4 class="text-white mt-lg-3 mb-lg-3">Why Volunteer?</h4>
<p class="text-white">
Volunteering with Grace Charity UK is a rewarding way to make a difference in our community. We invite individuals passionate about helping others to join our initiatives, from food drives to fundraising events. Together, we can create positive change and support those in need.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="contact-section section-padding" id="section_6">
<div class="container">
<div class="row">
<div class="col-lg-4 col-12 ms-auto mb-5 mb-lg-0">
<div class="contact-info-wrap">
<h2>Get in touch</h2>
<div class="contact-image-wrap d-flex flex-wrap">
<img src="images/team/paulAntony.jpg"
class="img-fluid avatar-image" alt="">
<div class="d-flex flex-column justify-content-center ms-3">
<p class="mb-0">Paul Antony</p>
<p class="mb-0"><strong>Director</strong></p>
</div>
</div>
<div class="contact-info">
<h5 class="mb-3">Contact Infomation</h5>
<p class="d-flex mb-2">
<i class="bi-geo-alt me-2"></i>
Oxford, United Kingdom
</p>
<p class="d-flex mb-2">
<i class="bi-telephone me-2"></i>
<a href="tel: 07948094117">
07948094117
</a>
</p>
<p class="d-flex">
<i class="bi-envelope me-2"></i>
<a href="mailto:gracecharityoxford@gmail.com">
gracecharityoxford@gmail.com
</a>
</p>
<!-- <a href="#" class="custom-btn btn mt-3">Get Direction</a> -->
</div>
</div>
</div>
<div class="col-lg-5 col-12 mx-auto">
<form class="custom-form contact-form" action="#" method="post" role="form">
<h2>Contact form</h2>
<p class="mb-4">Or, you can just send an email:
<a href="#">gracecharityoxford@gmail.com</a>
</p>
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<input type="text" name="first-name" id="first-name" class="form-control"
placeholder="First Name" required>
</div>
<div class="col-lg-6 col-md-6 col-12">
<input type="text" name="last-name" id="last-name" class="form-control"
placeholder="Last Name" required>
</div>
</div>
<input type="email" name="email" id="email" pattern="[^ @]*@[^ @]*" class="form-control"
placeholder="email@example.com" required>
<textarea name="message" rows="5" class="form-control" id="message"
placeholder="What can we help you with?"></textarea>
<button type="submit" class="form-control">Send Message</button>
</form>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-lg-3 col-12 mb-4">
<img src="images/logo.png" class="logo img-fluid" alt="">
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4">
<h5 class="site-footer-title mb-3">Quick Links</h5>
<ul class="footer-menu">
<li class="footer-menu-item"><a href="#section_2" class="footer-menu-link">Our Story</a></li>
<li class="footer-menu-item"><a href="news.html" class="footer-menu-link">Newsroom</a></li>
<li class="footer-menu-item"><a href="#section_4" class="footer-menu-link">Missions</a></li>
<li class="footer-menu-item"><a href="#section_5" class="footer-menu-link">Become a volunteer</a></li>
<li class="footer-menu-item"><a href="#section_6" class="footer-menu-link">Partner with us</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 col-12 mx-auto">
<h5 class="site-footer-title mb-3">Contact Infomation</h5>
<p class="text-white d-flex mb-2">
<i class="bi-telephone me-2"></i>
<a href="tel: 07948094117" class="site-footer-link">
07948094117
</a>
</p>
<p class="text-white d-flex">
<i class="bi-envelope me-2"></i>
<a href="mailto:gracecharity@gmail.com" class="site-footer-link">
gracecharityoxford@gmail.com
</a>
</p>
<p class="text-white d-flex mt-3">
<i class="bi-geo-alt me-2"></i>
Oxford, United Kingdom
</p>
<!-- <a href="#" class="custom-btn btn mt-3">Get Direction</a> -->
</div>
</div>
</div>
<div class="site-footer-bottom">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-7 col-12" id="copyright-text">
<p class="copyright-text mb-0">Copyright © 2024 Grace Charity Org. <br>
Design: <a href="https://adidesignagency.co.uk" target="_blank">ADI Design Agency</a>
</p>
</div>
<div class="col-lg-6 col-md-5 col-12 d-flex justify-content-center align-items-center mx-auto">
<ul class="social-icon">
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-twitter"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-facebook"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-instagram"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-linkedin"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-youtube"></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- JAVASCRIPT FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/click-scroll.js"></script>
<script src="js/counter.js"></script>
<script src="js/custom.js"></script>
<script src="js/scroll-top.js"></script>
<script src="js/volunteer-form.js"></script>
<script src="js/contact-form.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/emailjs-com@3/dist/email.min.js"></script>
<script type="text/javascript">
(function() {
emailjs.init("OniMU_Lh8Xi2e0Owq");
})();
</script>
<div id="notification" class="notification" style="display: none;"></div>
</body>
</html>