-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
260 lines (233 loc) · 10.6 KB
/
about.html
File metadata and controls
260 lines (233 loc) · 10.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AKBIF - Building a Legacy of Faith</title>
<link rel="stylesheet" href="about.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar" id="navbar">
<div class="nav-container">
<div class="logo">
<img src="logo.png" alt="AKBIF Logo">
</div>
<ul class="nav-links" id="navLinks">
<li style="--i: 0"><a href="homepage.html">Home</a></li>
<li style="--i: 1"><a href="about.html">About Us</a></li>
<li style="--i: 2"><a href="mosqueproject.html">Project</a></li>
<li style="--i: 3"><a href="sadaqah.html">Sadaqah Jariyah</a></li>
<li style="--i: 4"><a href="gallerypage.php">Gallery</a></li>
<li style="--i: 5"><a href="blogpost.php">Updates</a></li>
<li style="--i: 6"><a href="contactUs.html">Contact Us</a></li>
</ul>
<button class="donate-btn">Donate Now</button>
<button class="mobile-menu-btn" id="mobileMenuBtn">☰</button>
</div>
</nav>
<!-- Hero Section -->
<section class="hero" id="home">
<div class="hero-content">
<h2>Our Mission and Vision</h2>
</div>
</section>
<div class="container">
<section class="mission-section fade-in-up">
<div class="mission-left">
<div class="mission-card">
<h2>Our Mission</h2>
<p>To build a lasting legacy of faith, values, and charitable projects that uplift communities, promote islamic values, and honour those who came before us</p>
</div>
<div class="vision-card">
<h2>Our Vision</h2>
<p>A future where every act of Sadaqah Jariyah planted by AKBIF continues to bear fruits for generations</p>
</div>
</div>
<div class="legacy-card">
<h2>Our Legacy Story</h2>
<p>The foundation is named after <strong>Alhaji Kareem Bello</strong>, a man of deep faith and humility, by his daughter, <strong>Alhaja Kareema Olanrele</strong> a woman of immense generosity who dedicated their life to Islam and service to humanity.</p>
<p>In her final years, she dreamt of building a mosque as an everlasting gift of Sadaqah Jariyah. Though she returned to her lord before completing it, we carry that vision forward with love, prayer, and action.</p>
</div>
</section>
<section class="naming-section fade-in-up">
<h2>Naming Opportunities</h2>
<p>Sponsor a mosque item in honor or memory of a loved one</p>
<div class="naming-grid">
<div class="naming-row">
<div class="naming-card" style="--i: 0">
<img src="./images/about1.png" alt="">
<div class="naming-info">
<h3>Daily Prayer</h3>
</div>
</div>
<div class="naming-card" style="--i: 1">
<img src="./images/about2.jpg" alt="">
<div class="naming-info">
<h3>Qur'an Classes</h3>
</div>
</div>
<div class="naming-card" style="--i: 2">
<img src="./images/about3.png" alt="">
<div class="naming-info">
<h3>Women and Youth <br> Empowerment</h3>
</div>
</div>
</div>
<div class="naming-row">
<div class="naming-card" style="--i: 3">
<img src="./images/about4.png" alt="">
<div class="naming-info">
<h3>Ramadan Programs<br> and Zakat Distribution</h3>
</div>
</div>
<div class="naming-card" style="--i: 4">
<img src="./images/about5.png" alt="">
<div class="naming-info">
<h3>Funeral Prayers <br> and Services</h3>
</div>
</div>
<div class="naming-card" style="--i: 5">
<img src="./images/about6.png" alt="">
<div class="naming-info">
<h3>Charity Work</h3>
</div>
</div>
</div>
<div class="naming-row">
<div class="naming-card" style="--i: 6">
<img src="./images/about7.png" alt="">
<div class="naming-info">
<h3>Community <br> Gathering</h3>
</div>
</div>
<div class="naming-card" style="--i: 7">
<img src="./images/about8.png" alt="">
<div class="naming-info">
<h3>Educational<br>Programs</h3>
</div>
</div>
<div class="naming-card" style="--i: 8">
<img src="./images/about9.png" alt="">
<div class="naming-info">
<h3>Marriage<br>Ceremonies</h3>
</div>
</div>
</div>
</div>
</section>
<div class="align-right fade-in-up">
<button class="donate-btn">Donate Now</button>
</div>
<section class="scholarly fade-in-up">
<div class="quote-section">
<p class="quote">"When a person dies, their deeds<br>
except three: a continuing charity,<br>
beneficial knowledge, or a righteous<br>
child who prays for them"</p>
<p class="attribution"><strong>Prophet Muhammad (SAW)</strong></p>
</div>
<div class="scholar-img">
<img src="./images/prophet.png" alt="Prophet Muhammad (SAW)">
</div>
</section>
</div>
<section class="team-section fade-in-up">
<h2 class="team-title">Our Team</h2>
<p class="team-subtitle">
Meet the passionate individuals behind AKBIF dedicated to seeing the dream fulfilled.
</p>
<div class="team-grid">
<div class="team-card" style="--i: 0">
<img src="./images/team2.png" alt="Yusuf K.">
<div class="team-info">
<h3>Yusuf K.</h3>
<p>Board Member</p>
</div>
</div>
<div class="team-card" style="--i: 1">
<img src="./images/team1.png" alt="Sekinat Idris">
<div class="team-info">
<h3>Sekinat Idris</h3>
<p>Project Manager</p>
</div>
</div>
<div class="team-card" style="--i: 2">
<img src="./images/team3.png" alt="Kabirat Kareem">
<div class="team-info">
<h3>Kabirat Kareem</h3>
<p>Volunteer</p>
</div>
</div>
</div>
</section>
<section class="timeline-section fade-in-up">
<h2 class="timeline-title">Timeline</h2>
<!-- timeline graphic -->
<div class="timeline-image">
<img src="./images/timeline.png" alt="Timeline graphic">
</div>
<!-- captions -->
<div class="timeline-captions">
<div class="timeline-step" style="--i: 0">
<h3>2022: Vision Takes Shape</h3>
<p>Alhaja Kareema expresses intent to build a mosque, marking the beginning of a new project.</p>
</div>
<div class="timeline-step" style="--i: 1">
<h3>2023: Ground Breaking Ceremony</h3>
<p>The foundation of the mosque is laid, symbolizing the start of construction and the community's commitment to the project.</p>
</div>
<div class="timeline-step" style="--i: 2">
<h3>2024: Phase 1 Completion</h3>
<p>The first phase of the mosque's construction is completed, bringing the community one step closer to realizing their vision.</p>
</div>
<div class="timeline-step" style="--i: 3">
<h3>2025: Fundraising For Completion</h3>
<p>Ongoing fundraising efforts aim to raise funds for the roof, interior, and community center, ensuring the mosque becomes a vibrant hub for the community.</p>
</div>
</div>
</section>
<section class="final-cta fade-in-up">
<div class="container">
<h2>Leave Your Mark on <br>Sacred Ground</h2>
<p>Every brick tells a story. Let one tell yours.</p>
<button class="cta-btn-donate">Donate Now</button>
</div>
</section>
<!-- Footer -->
<footer class="footer fade-in-up">
<div class="footer-content">
<div class="footer-section">
<h3>JOIN US IN BUILDING A LEGACY OF FAITH</h3>
<button class="cta-btn-footer" style="margin-top: 1rem;">Donate Now</button>
</div>
<div class="footer-section">
<h3>Organization</h3>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="#story">Our Story</a></li>
<li><a href="#sadaqah">Sadaqah Jariyah</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Links</h3>
<ul>
<li><a href="#media">Media</a></li>
<li><a href="#policies">Policies</a></li>
<li><a href="#faq">FAQ</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Contact</h3>
<p>info@akbifoundation.org.ng</p>
<p>Ibadan, Lagos State, Nigeria</p>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 AKBIF. All rights reserved.</p>
</div>
</footer>
<script src="about.js"></script>
</body>
</html>