-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
114-sura-an-nas-arabic.html
135 lines (130 loc) · 5.04 KB
/
114-sura-an-nas-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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!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 An-Nas 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/114001.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/114002.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/114003.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/114004.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/114005.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/114006.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>