-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIslamic History.html
112 lines (107 loc) · 4.96 KB
/
Islamic History.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Muslim Garden | Islamic History</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'> Islamic History</h1>
<script src="https://themuslimgarden.github.io/scripts/preview.js"></script>
<script>
var articles = [
{
name: "Seerah #1",
URL: "Islamic%2520History/a1",
imgSrc: "https://TheMuslimGarden.github.io/images/Seerah Preview Image.png",
description: "This talks about the start of dawah in Makah",
},
{
name: "Seerah #2",
URL: "Islamic%2520History/a2",
imgSrc: "https://TheMuslimGarden.github.io/images/Seerah Preview Image.png",
description: "This talks about when the Prophet Muhammad (SAW) called his family to Islam.",
},
{
name: "Seerah #3",
URL: "Islamic%2520History/a3",
imgSrc: "https://TheMuslimGarden.github.io/images/Seerah Preview Image.png",
description: "This talks about the early stages of dawah and how the disbelievers attempted to hurt the early Muslims.",
},
{
name: "Seerah #4",
URL: "Islamic%2520History/a4",
imgSrc: "https://TheMuslimGarden.github.io/images/Seerah Preview Image.png",
description: "This talks about when the Prophet Muhammad (SAW) called all the people of Quraish from the top of Mount Safa",
},
{
name: "Seerah #5",
URL: "Islamic%2520History/a5",
imgSrc: "https://TheMuslimGarden.github.io/images/Seerah Preview Image.png",
description: "This talks about Quraysh's Reaction to Islam.",
},
{
name: "Seerah #6",
URL: "Islamic%2520History/a6",
imgSrc: "https://TheMuslimGarden.github.io/images/Seerah Preview Image.png",
description: "Quraish Threatens Abu Talib, so he goes and talks with the Prophet Muhammad ﷺ",
},
{
name: "Seerah #7",
URL: "Islamic%2520History/a7",
imgSrc: "https://TheMuslimGarden.github.io/images/Seerah Preview Image.png",
description: "Quraish realizes the Prophet Muhammad ﷺ's uncle will protect him, so they decide to torture the weaker Muslims.",
},
{
name: "Seerah #8",
URL: "Islamic%2520History/a8",
imgSrc: "https://TheMuslimGarden.github.io/images/Seerah Preview Image.png",
description: "Quraish realizes that the weaker muslims are firm and starts attacking the Prophet ﷺ and Abu-Bakr",
},
{
name: "Seerah #9",
URL: "Islamic%2520History/a9",
imgSrc: "https://TheMuslimGarden.github.io/images/Seerah Preview Image.png",
description: "This talks about a lesson that Allah taught to Prophet Muhammad ﷺ",
},
{
name: "Seerah #10",
URL: "Islamic%2520History/a10",
imgSrc: "https://TheMuslimGarden.github.io/images/Seerah Preview Image.png",
description: "This talks about the many ways Quraish attempted to harm the Prophet ﷺ",
},
];
drawBoxes(articles);
</script>
<script src="https://themuslimgarden.github.io/scripts/flowers.js"></script>
<h5 style="text-align:center; font-size:1.5vw;">The sources for our articles are listed below</h5>
<div style="line-height: 0.5%;">
<h6 style="margin-left:5%; font-size:1.3vw;">Seerah</h6>
</div>
<ul style="margin-left:7%; font-size:1vw;">
<li>Mukhtasar Al-Jami' fee Al-Seerah Al-Nabawiah(The collection of the mosque of the life of the Prophet ﷺ)
<br>By: Samirah Al-Zayid</li>
<li>Muhammad ﷺ the last prophet (A model for all time)<br>
By: Sayyed Abul Hasan 'AlI Nadwi</li>
</ul>
</div>
<script src="https://themuslimgarden.github.io/scripts/header.js"></script>
</body>
</html>