-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
106-sura-quraysh-arabic.html
116 lines (111 loc) · 4.33 KB
/
106-sura-quraysh-arabic.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
113
114
115
116
<!DOCTYPE html>
<html lang="bn">
<head>
<meta charset="utf-8" />
<meta
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
name="viewport"
/>
<title>সূরা আল কুরাইশ আরবি অডিওসহ | Sura Quraysh arabic with audio</title>
<meta
content="সকল সূরাসমুহের আরবি ও বাংলা অনুবাদ অডিওসহ | Arabic and bangla translation of whole Quran with audio"
name="description"
/>
<link href="/css/reset.css" rel="stylesheet" />
<link href="/dist/reveal.css" rel="stylesheet" />
<link href="/css/fonts.css" rel="stylesheet" />
<link href="/dist/theme/white.css" rel="stylesheet" />
<link href="/css/style.css" rel="stylesheet" />
<style>
.ascrollable-slide {
height: 100%;
overflow-y: auto !important;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async=""
src="https://www.googletagmanager.com/gtag/js?id=G-DPQL8YW28T"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-DPQL8YW28T");
</script>
</head>
<body>
<div class="logo-container">
<a href="/" title="Home">
<img src="/img/logo.png" alt="Logo" class="logo" />
</a>
</div>
<div class="reveal">
<div class="slides">
<section
data-audio-src="/audio/arabic/000000.mp3"
data-background-image="/background.png"
data-background-repeat="repeat"
data-background-size="300px"
data-menu-title="বিসমিল্লাহ্"
>
<h1>সূরা আল কুরাইশ</h1>
<p class="arabic">بِسۡمِ ٱللَّهِ ٱلرَّحۡمَـٰنِ ٱلرَّحِيمِ</p>
<span class="play-tips">নিচের ▶ বাটনে ক্লিক করুন</span>
</section>
<section
data-audio-src="/audio/arabic/106001.mp3"
data-background-image="/background.png"
data-background-repeat="repeat"
data-background-size="300px"
data-menu-title="আয়াত ১"
>
<h3>সূরা আল কুরাইশ</h3>
<p class="arabic">لِاِيۡلٰفِ قُرَيۡشٍۙ﴿۱﴾</p>
</section>
<section
data-audio-src="/audio/arabic/106002.mp3"
data-background-image="/background.png"
data-background-repeat="repeat"
data-background-size="300px"
data-menu-title="আয়াত ২"
>
<h3>সূরা আল কুরাইশ</h3>
<p class="arabic">
اٖلٰفِهِمۡ رِحۡلَةَ الشِّتَآءِ وَالصَّيۡفِۚ﴿۲﴾
</p>
</section>
<section
data-audio-src="/audio/arabic/106003.mp3"
data-background-image="/background.png"
data-background-repeat="repeat"
data-background-size="300px"
data-menu-title="আয়াত ৩"
>
<h3>সূরা আল কুরাইশ</h3>
<p class="arabic">فَلۡيَـعۡبُدُوۡا رَبَّ هٰذَا الۡبَيۡتِۙ﴿۳﴾</p>
</section>
<section
data-audio-src="/audio/arabic/106004.mp3"
data-background-image="/background.png"
data-background-repeat="repeat"
data-background-size="300px"
data-menu-title="আয়াত ৪"
>
<h3>সূরা আল কুরাইশ</h3>
<p class="arabic">
الَّذِىۡۤ اَطۡعَمَهُمۡ مِّنۡ جُوۡعٍ ۙ وَّاٰمَنَهُمۡ مِّنۡ
خَوۡفٍ﴿۴﴾
</p>
</section>
</div>
</div>
<script src="/dist/reveal.js"></script>
<script src="/plugin/audio-slideshow/plugin.js"></script>
<script src="/plugin/menu/menu.js"></script>
<script src="/js/reveal-config.js"></script>
<script src="/js/script.js"></script>
</body>
</html>