-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
70 lines (62 loc) · 3.04 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - Al Hikma Islamic Online Academy</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body>
<nav>
<div class="navbar">
<div class="logo"><a href="index.html">Al-Hikma Islamic Academy</a></div>
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="registration.php">Registation</a></li>
</ul>
</div>
</nav>
<section id="about">
<h2>About Us</h2>
<p>Al Hikma Islamic Online is an online Quran school based in Hargeisa, licensed by the Ministry of Endowments and Religious Affairs. Our school offers Islamic education, focusing on various aspects to cater to Somali families living abroad.</p>
</section>
<section id="why-choose-us">
<h2>Why Choose Us</h2>
<ul>
<li><strong>One-to-One Class:</strong> Each family or student is tutored by one teacher.</li>
<li><strong>Convenient Timing:</strong> Select your convenient time and days for online Quran classes.</li>
<li><strong>Reports & Certificates:</strong> Students receive progress reports and certificates upon course completion.</li>
<li><strong>Flexible Timing:</strong> Choose the days and times that suit you best.</li>
<li><strong>Expert Tutors:</strong> Our tutors are highly experienced and selected for their expertise.</li>
</ul>
</section>
<section id="courses">
<h2>Our Courses</h2>
<ul>
<li><strong>Arabic Language:</strong> Learn Arabic in a short period.</li>
<li><strong>Quran:</strong> Learn Quran recitation, tajweed, and tafseer.</li>
<li><strong>Islamic Tarbiyah:</strong> Learn Islamic teachings and values.</li>
</ul>
</section>
<section id="contact">
<h2>Contact Us</h2>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Phone: +252672127951</p>
<p>Website: <a href="http://www.alhikma.online">www.alhikma.online</a></p>
</section>
<footer>
<div class="footer-content">
<p>COPYRIGHT © 2024 Al-hikma Islamic Academy ALL RIGHTS RESERVED</p>
<div class="social-icons">
<a href="https://www.facebook.com/profile.php?id=61566338288710&mibextid=ZbWKwL"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
</footer>
</body>
</html>