-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonation-page.html
343 lines (305 loc) · 14.9 KB
/
donation-page.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
<!doctype html>
<html lang="en">
<head>
<!-- xxx Basics xxx -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- xxx Change With Your Information xxx -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Al-Basmah Charitable foundation</title>
<meta name="author" content="Mannat Studio">
<meta name="description" content="Al-basmah is donation charity.">
<meta name="keywords"
content="AL-BASMAH CHARITABLE FOUNDATION, founded on the principles of compassion and service, is an active incorporated trustee in Kaduna, Nigeria. With a dedicated team led by our esteemed trustees - Alhaji Aliyu Musa Abdullahi, Alhaji Muhammad Murtala Sulaiman, Alhaji Abdulhamid Usman Diwa, and Alhaji Adamu Ismail - we strive to provide a sanctuary for the needy.">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.ico">
<!-- Animate CSSS -->
<link href="assets/library/animate/animate.min.css" rel="stylesheet">
<!-- Bootstrap CSS -->
<link href="assets/library/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Icofont CSS -->
<link href="assets/library/icofont/icofont.min.css" rel="stylesheet">
<!-- Owl Carousel CSS -->
<link href="assets/library/owlcarousel/css/owl.carousel.min.css" rel="stylesheet">
<!-- Select Dropdown CSS -->
<link href="assets/library/select2/css/select2.min.css" rel="stylesheet">
<!-- Magnific Popup CSS -->
<link href="assets/library/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Main Theme CSS -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page loader Start -->
<div id="pageloader">
<div class="loader-item">
<div class="loader">
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
</div>
</div>
</div>
<!-- Page loader End -->
<!-- Header Start -->
<header class="homestyle-third">
<!-- Main Navigation Start -->
<nav class="navbar navbar-expand-lg header-fullpage">
<div class="container text-nowrap">
<div class="d-flex align-items-center w-100 col p-0 logo-brand">
<a class="navbar-brand rounded-bottom light-bg" href="index.html">
<img src="assets/images/logo.png" alt="" class="logo-image">
</a>
</div>
<!-- Topbar Buttons Start -->
<div class="d-inline-flex request-btn order-lg-last col-auto p-0 align-items-center">
<a class="nav-link btn btn-primary ms-3 donate-btn" href="donation-page.html">Donate</a>
<!-- Toggle Button Start -->
<button class="navbar-toggler x collapsed" type="button" data-bs-toggle="collapse"
data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false"
aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Toggle Button End -->
</div>
<!-- Topbar Buttons End -->
<div class="navbar-collapse">
<!-- Mobile Logo -->
<div class="offcanvas-header">
<a href="index.html" class="logo-small">
<img src="assets/images/logo.png" alt="">
</a>
</div>
<!-- Mobile Logo -->
<!-- Mobile Menu -->
<div class="offcanvas-body">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home </a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact-us.html">Contact</a>
</li>
</ul>
</div>
<!-- Mobile Menu -->
<div class="close-nav"></div>
<!-- Main Navigation End -->
</div>
</div>
</nav>
<!-- Main Navigation End -->
</header>
<!-- Header End -->
<!-- Page Breadcrumbs Start -->
<section class="breadcrumbs-page-wrap">
<div class="bg-fixed pos-rel breadcrumbs-page">
<div class="container">
<h1>Donation</h1>
<nav aria-label="breadcrumb" class="breadcrumb-wrap">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Donation</li>
</ol>
</nav>
</div>
</div>
</section>
<!-- Page Breadcrumbs End -->
<!-- Main Body Content Start -->
<main id="body-content">
<!-- About Us Style Start -->
<section class="wide-tb-100">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="heading-main">
<small>Donation</small>
Your Support Can Make a Difference
</h1>
<p>Every contribution to AL-BASMAH CHARITABLE FOUNDATION helps us provide better care,
education, and opportunities to those in need. Your generosity can bring about real change
in the lives of many. Donate today and join us in our mission to create a world where every
individual has the chance to thrive.</p>
<div class="row align-items-center">
<div class="donation-wrap col-md-6">
<h3 class="h3-sm fw-5 txt-blue mb-3">Bank Details</h3>
<div class="row">
<p class="col-4">Account number:</p>
<p class="col-8"><strong>0504802888</strong></p>
</div>
<br>
<div class="row">
<p class="col-4">Account Name:</p>
<p class="col-8"><strong>AL-BASMAH CHARITABLE FOUNDATION</strong>
</p>
</div>
<br>
<div class="row">
<p class="col-4">Bank Name:</p>
<p class="col-8 "><strong>STERLING BANK</strong> </p>
</div>
</div>
<div class="col-md-6">
<i class="charity-donate_money thank-you"></i>
<br>
<div class="text">
<h3>Thank you!!!</h3>
<p>Your donation will go a long way for the orphans
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Us Style Start -->
<!-- Callout Style Start -->
<section class="wide-tb-150 bg-scroll bg-img-6 pos-rel callout-style-1">
<div class="bg-overlay blue opacity-80"></div>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-7">
<h1 class="heading-main light-mode">
<small>Help Other People</small>
We Dream to Create A Bright Future Of The Underprivileged Children
</h1>
</div>
</div>
</div>
</section>
<!-- Callout Style End -->
</main>
<!-- Main Footer Start -->
<footer class="wide-tb-70 footer-style-3">
<div class="container pos-rel">
<div class="row align-items-end top-row">
<div class="col-lg-8">
<div class="d-md-flex align-items-end justify-content-between">
<div class="logo-footer">
<img src="assets/images/logo.png" alt="" class="logo-image">
</div>
</div>
</div>
</div>
<div class="row">
<!-- Column First -->
<div class="col-lg-3 col-md-6">
<h3 class="footer-heading">About Us</h3>
<p>AL-BASMAH CHARITABLE FOUNDATION WAS founded on 1/1/2010 and was incorporated in ABUJA , Nigeria
with Registration Number IT 6910929. It was registered on 21st March, 2023 and it's current
status is ACTIVE.</p>
</div>
<!-- Column First -->
<!-- Spacer For Medium -->
<div class="w-100 d-none d-md-block d-lg-none spacer-30"></div>
<!-- Spacer For Medium -->
<!-- Column Third -->
<div class="col-lg-3 col-md-6">
<h3 class="footer-heading">Explore Us</h3>
<div class="footer-widget-menu">
<ul class="list-unstyled">
<li><a href="about-us.html"><i class="icofont-simple-right"></i> <span>About Us</span></a></li>
<li><a href="contact-us.html"><i class="icofont-simple-right"></i> <span>Contact</span></a></li>
<li><a href="donation-page.html"><i class="icofont-simple-right"></i> <span>Donate</span></a></li>
</ul>
</div>
</div>
<!-- Column Third -->
<div class="col-lg-3 col-md-6">
<div class="give-us-call">
<i data-feather="phone"></i>
<h4>Give us a call</h4>
<h3>+2348061616331</h3>
<br>
<h4>Our socials</h4>
<p></p>
<div class="social-icons">
<ul class="list-unstyled list-group list-group-horizontal">
<li><a href="#"><i class="icofont-facebook"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="copyright-wrap">
<div class="container pos-rel">
<div class="row text-md-start text-center">
<div class="col-sm-12 col-md-auto copyright-text">
© Copyright <span class="txt-blue">Al-basmah</span> <span id="yearText"></span>. | Created by <a
href="https://www.linkedin.com/in/codesahir/" rel="nofollow">Codesahir</a>
</div>
<div class="col-sm-12 col-md-auto ms-md-auto text-md-end text-center copyright-links">
<a href="#">Terms & Condition</a> | <a href="#">Privacy Policy</a> | <a href="#">Legal</a>
</div>
</div>
</div>
</div>
</footer>
<!-- Main Footer End -->
<!-- Search Popup Start -->
<div class="overlay overlay-hugeinc">
<form class="form-inline mt-2 mt-md-0">
<div class="form-inner">
<div class="form-inner-div d-inline-flex align-items-center no-gutters">
<div class="col-auto">
<i class="icofont-search"></i>
</div>
<div class="col">
<input class="form-control w-100 p-0" type="text" placeholder="Search" aria-label="Search">
</div>
<div class="col-auto">
<a href="#" class="overlay-close link-oragne"><i class="icofont-close-line"></i></a>
</div>
</div>
</div>
</form>
</div>
<!-- Search Popup End -->
<!-- Back To Top Start -->
<a id="mkdf-back-to-top" href="#" class="off"><i data-feather="corner-right-up"></i></a>
<!-- Back To Top End -->
<!-- Jquery Library JS -->
<script src="assets/library/jquery/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="assets/library/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Feather Icon JS -->
<script src="assets/library/feather-icons/feather.min.js"></script>
<!-- Owl Carousel JS -->
<script src="assets/library/owlcarousel/js/owl.carousel.min.js"></script>
<!-- Select2 Dropdown JS -->
<script src="assets/library/select2/js/select2.min.js"></script>
<!-- Magnific Popup JS -->
<script src="assets/library/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- jflickrfeed Images JS -->
<script src="assets/library/jflickrfeed/jflickrfeed.min.js"></script>
<!-- Way Points JS -->
<script src="assets/library/jquery-waypoints/jquery.waypoints.min.js"></script>
<!-- Count Down JS -->
<script src="assets/library/countdown/jquery.countdown.min.js"></script>
<!-- Appear JS -->
<script src="assets/library/jquery-appear/jquery.appear.js"></script>
<!-- Jquery Easing JS -->
<script src="assets/library/jquery-easing/jquery.easing.min.js"></script>
<!-- Counter JS -->
<script src="assets/library/jquery.counterup/jquery.counterup.min.js"></script>
<!-- Form Validation JS -->
<script src="assets/library/jquery-validate/jquery.validate.min.js"></script>
<!-- Theme Custom -->
<script src="assets/js/site-custom.js"></script>
<script src="assets/js/dynamic-list.js"></script>
</body>
</html>