-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
253 lines (226 loc) · 5.5 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
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!-- By :- ፚ Ꭷ Ꮢ Ꭷ ❥ & @ZORO2045 -->
<!-- We ask you for supplication-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=0.9, maximum-scale=0.9, minimum-scale=0.9">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/css/all.min.css" integrity="sha256-46r060N2LrChLLb5zowXQ72/iKKNiw/lAmygmHExk/o=" crossorigin="anonymous" />
<link rel="stylesheet" href="css/style.css">
<title>the Holy Quran in Urdu</title>
</head>
<body>
<div class="bg">
<section class="player">
<div class="container">
<div class="top-icons">
</div>
<div class="img">
<img src="images/logo.png.jpg" alt="">
</div>
<div class="text">
<center>
<a style="color: white ;" href="http://t.me/ZORO2045"
target="_blank"<mark>ፚ Ꭷ Ꮢ Ꭷ ❥ | #Free_Palestine
</mark>
</center>
</a>
<h4>Translation of the meanings of the Holy Quran in Urdu</h4>
<h5>We ask you for supplication</h5>
</div>
<div class="seek">
<div class="fill"></div>
</div>
<div class="btns">
<a href="#"><i class="fa fa-retweet"></i></a>
<a href="#"><i class="fa fa-backward"></i></a>
<a href="#" class="play-btn" onclick="togglePlayPause()"><i class="fa fa-play"></i></a>
<a href="#"><i class="fa fa-forward"></i></a>
<a href="#"><i class="fa fa-random"></i></a>
</div>
</div>
<audio class="song">
<source src="https://backup.qurango.net/radio/translation_quran_urdu_basit" type="audio/mp3"/>
</audio>
<div align="center">
<table border="0" width="100%" style="border-collapse: collapse">
<tr><td class="alt1" colspan="3"><b>
<font size="5" color="yellow">
<marquee direction="left" width="100%" height="40" onmouseover="this.stop()" onmouseout="this.start()" scrolldelay="0" scrollamount="5">This project is an ongoing charity for the souls of Muslims, we ask for your prayers for us and for the people of Palestine.</marquee></font></b></td>
</tr></table></div>
</section>
</div>
<script src="js/app.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'Nunito', sans-serif;
font-size: 16px;
width: 100%;
height: 100%;
overflow: hidden;
color: #fff;
font-weight: 200;
}
.bg{
background: url('images/Background.jpg') no-repeat center center/cover;
height: 100vh;
width: 100vw;
}
img{
max-width: 100%;
}
.player{
width: 400px;
height: 665px;
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%,-50%);
background: rgba(255, 255, 255, 0.1);
border-radius: 10px;
margin: 10px 0 0 0;
box-shadow: 3px 3px 50px rgba(0, 0, 0, 0.5), -3px -3px 50px rgba(0, 0, 0, 0.5);
}
.container{
width: 90%;
margin: 0 auto;
overflow: hidden;
}
.top-icons{
display: flex;
justify-content: space-between;
margin: 10px 0;
}
.top-icons a{
color: #fff;
font-size: 1.3em;
}
.top-icons a:hover{
color: #b9b6b6;
transition: all 0.2s ease-in-out;
}
.img{
border-top: 3px solid #fff;
border-radius: 50%;
}
.img img{
margin: 50px 0 0 55px;
width: 70%;
border-radius: 50%;
transition: all 0.4s ease-in-out;
cursor: pointer;
}
.img img:hover{
box-shadow: 3px 3px 50px rgba(0, 0, 0, 0.5), -3px -3px 50px rgba(0, 0, 0, 0.5);
}
.text{
text-align: center;
margin: 10px 0;
}
.text h1{
font-size: 3em;
}
.text h4{
font-size: 1.4em;
}
.time{
display: flex;
justify-content: space-between;
margin: 20px 0 0 0;
}
.time a{
color: #fff;
font-size: 1.1em;
text-decoration: none;
font-weight: bold;
}
.seek{
width: 100%;
height: 4px;
background: rgba(255, 255, 255, 0.3);
margin: 5px 0;
position: relative;
}
.fill{
width: 0%;
height: 4px;
background: rgba(255, 255, 255, 0.7);
}
.btns{
margin: 40px 0;
text-align: center;
}
.btns a{
color: #fff;
font-size: 1.8em;
margin: 0 10px;
transition: all 0.3s ease-in-out;
}
.btns a:hover{
color: #b9b6b6;
}
.btns a:nth-child(1) , .btns a:nth-child(5){
opacity: 0.6;
}
.btns a:nth-child(1):hover , .btns a:nth-child(5):hover{
opacity: 1;
color: #fff;
}
.btns .fa-pause{
border: 2px solid #fff;
padding: 20px 22px;
border-radius: 50%;
}
.btns .fa-play{
border: 2px solid #fff;
padding: 20px 22px;
border-radius: 50%;
}
button{
color: #fff;
font-size: 1.8em;
font-weight: bold;
font-family: 'Nunito', sans-serif;
text-align: center;
background: #00c9d0;
border: none;
width: 100%;
height: 70px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
cursor: pointer;
transition: all 0.3s ease-in-out;
}
button:hover{
background: #02a0a5;
}
</style>
<script>
const song = document.querySelector('.song');
const fill = document.querySelector('.fill');
function togglePlayPause(){
if(song.paused){
song.play();
let playBtn = document.querySelector('.play-btn');
playBtn.innerHTML = '<i class="fa fa-pause"></i>';
} else{
song.pause();
playBtn = document.querySelector('.play-btn');
playBtn.innerHTML = '<i class="fa fa-play"></i>';
}
}
song.addEventListener('timeupdate', function(){
let position = song.currentTime / song.duration;
fill.style.width = position * 100 + '%';
})
</script>
</body>
</html>
<!-- By :- ፚ Ꭷ Ꮢ Ꭷ ❥ & @ZORO2045 -->
<!-- We ask you for supplication-->