-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
76 lines (65 loc) · 4.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Muslim Garden | Home</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'>Home</h1>
<p class='article' style="position:relative; left: 6vw;">As-salamu Alaikum,
<br>The Muslim Garden was made in June 2020. We have many resources to help you learn, have fun, and get
some beneficial information.
<br>
<br>
<strong>Our Goals</strong>
<br>We would like to provide you with information that can help you establish an Islamic environment at home
and in your community. We are planning do this by giving you and your kids some fun Halal games to play, and
by providing suggestions for some activities to build an Islamic environment for your children in your
community, and giving you reminders to help you along your way. This is at most importance to protect the
Muslim identity of the next generation, and protect them from getting lost.
<br>We all know that the environment outside the Masjid or the Islamic school tends to drive kids away from
their Islamic identity, therefore, it is important that we use every resource available to keep our children
firmly on the straight path.
<br>We are trying to be a small pillar to support achieve this goal having fun and enjoying the journey. Of
course, to do this we will need your help.
<br>
<br>
<strong>How you can help</strong>
<br> Alhamdulillah, we are not in need of money, but we need you to dedicate some time and effort to support
this cause. You can support by dedicating time to take your kids to the Masjid to join a Quran reading
session, by helping them improve their Quran recitation at home, by establishing a fun program in an Islamic
invironment for them seeking Allah's pleasure. We promise this will be very rewarding and enjoyable in this
life and in the hereafter. Especially when you are doing it with your friends.
<br>For more information on how you can help go to the
<a href="Help%20The%20Ummah">Help the Ummah page</a>.
</p><br>
<div style="text-align:center;">
<h2 id="feedback">Feedback</h2>
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLScMdTuaZVVuGtS5p7UkiOw-XN1nPkNs6plESbOWdf0khUsb3Q/viewform?embedded=true"
width="100%" height="850" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
<script src="https://themuslimgarden.github.io/scripts/flowers.js"></script>
</div>
<script src="https://themuslimgarden.github.io/scripts/header.js"></script>
</body>
<br>
</html>