-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAbout Us.html
63 lines (56 loc) · 3.81 KB
/
About Us.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Muslim Garden | About Us</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap-theme.min.css"
integrity="sha384-6pzBo3FDv/PJ8r2KRkGHifhEocL+1X2rVCTTkUfGk7/0pbek5mMa1upzvWbrUbOZ" crossorigin="anonymous">
<!--Jquery-->
<script src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<!-- Latest compiled and minified JavaScript Bootstrap-->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd"
crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Merriweather&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<link href="https://themuslimgarden.github.io/stylesheets/main.css" rel="stylesheet">
</head>
<body>
<div id="content">
<h1 id='sectionTitle'>About Us</h1>
<p style="margin-left: 5%; width:45%; padding-right:2%;border-right:solid 1px black">
<strong>Abdurrahman:</strong><br><br>As-salamu alaikum,<br><br>
My name is Abdurrahman. I am 13 years old. I am interested in seerah, tafsir, and fiqh. I like seerah the
most because I like stories and I like to read. I like tafsir because it helps you understand what you read
and helps you uncover different meanings. And I like fiqh because it explains what you need to do to achieve
your ultimate goal, the pleasure of Allah. May Allah help us all learn from the seerah. May he help us read
the Quran and understand its tafsir, and may he help us follow the rules that Allah (SW) laid out for us in
the fiqh. Ameen.<br><br>
I also like sports. I especially like soccer, double touch football, and basketball. I like soccer because
it has the most running and teamwork involved. Football because of the running, strategy and planning
involved. And basketball because it is a mix of the two with some extra rules. May Allah (SW) help us stay
fit and help us plan for our future. Ameen.<br><br>
I hope you enjoy our website and enjoy using it!<br><br>
As-salamu alaikum!</p>
<p style="width:45%; position:absolute; top:6vw; left:52%;">
<strong>Omar:</strong><br><br>
As-Salamu Alaikum Wa Rahmatullahi Wa Barakatuh,<br><br>
My name is Omar and I am 12 years old. I am interested in seerah, tafsir, and fiqh. I like the seerah
because it teaches us the lifestyle of the Prophet Muhammad ﷺ, and I like tafseer because it shows the deep
meaning of the ayah you are reading, and I like fiqh because it explains the laws that you follow. <br><br>
Some of my hobbies are sports like soccer and basketball, and I also like coding. I coded a lot of this
website and Abdurrahman also helped. My favorite page of this site is the Help The Ummah page. Make sure to
visit it! I hope you like this website! If you have any suggestions, place them <a
href="https://themuslimgarden.github.io/index#feedback ">here.</a> <br><br>
Thanks for visiting the website! As-Salamu Alaikum!</p>
</div>
<script src="https://themuslimgarden.github.io/scripts/header.js"></script>
<script src="https://themuslimgarden.github.io/scripts/flowers.js"></script>
</body>
</html>