-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
573 lines (457 loc) · 30.7 KB
/
index.html
File metadata and controls
573 lines (457 loc) · 30.7 KB
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-919CJ19C8Q"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-919CJ19C8Q');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="ReflectHub">
<meta property="og:description" content="Watch these videos sincerely and reflect upon them deeply, so you may find truth and accept it!">
<meta property="og:image" content="https://raw.githubusercontent.com/reflecthub/reflecthub.github.io/main/Homepage.png">
<meta property="og:url" content="https://reflecthub.github.io">
<meta property="og:type" content="website">
<title>ReflectHub</title>
<meta name="description" content="Watch these videos sincerely and reflect upon them deeply, so you may find truth and accept it!" />
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="ReflectHub" />
<meta itemprop="description" content="Watch these videos sincerely and reflect upon them deeply, so you may find truth and accept it!" />
<meta itemprop="image" content="https://raw.githubusercontent.com/reflecthub/reflecthub.github.io/main/Homepage.png" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://reflecthub.github.io/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="ReflectHub" />
<meta property="og:description" content="Watch these videos sincerely and reflect upon them deeply, so you may find truth and accept it!" />
<meta property="og:image" content="https://raw.githubusercontent.com/reflecthub/reflecthub.github.io/main/Homepage.png" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="ReflectHub" />
<meta name="twitter:description" content="Watch these videos sincerely and reflect upon them deeply, so you may find truth and accept it!" />
<meta name="twitter:image" content="https://raw.githubusercontent.com/reflecthub/reflecthub.github.io/main/Homepage.png" />
<!-- Meta Tags Generated via https://heymeta.com -->
<link rel="icon" type="image/x-icon" href="image.png">
<link rel="stylesheet" href="index.css">
<link rel="manifest" href="/manifest.json">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
</head>
<body style="background-color:#c8ffcd;">
<!-- Navbar -->
<div id="notification" style="display: none;"></div>
<nav style="
position: relative;
margin: 1% 1.5% 0 1.5%;
border-radius: 16px;
background-color: #2f4f4f;
padding: 10px 20px;
display: flex;
align-items: center;
justify-content: space-between;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
font-family: 'Quicksand', sans-serif;
min-height: 58px;
overflow: hidden;
z-index: 1;
" id="navbar-mobile" >
<!-- ✨ Shimmer animation background -->
<!-- 🧠 Main navbar content -->
<div style="position: relative; z-index: 2; display: flex; justify-content: space-between; width: 100%; align-items: center;">
<!-- Left Side: Hamburger & Logo -->
<div style="display: flex; align-items: center; gap: 15px;">
<!-- Hamburger Menu -->
<div class="hamburger-menu" style="
cursor: pointer;
font-size: 29px;
color: white;
padding: 6px 10px;
background-color: rgba(67, 133, 133, 0.5);
border-radius: 8px;
border: 1px solid #6ce7d1;">
☰
</div>
<!-- Logo + Title -->
<a href="https://reflecthub.github.io/" style="text-decoration: none; display: flex; align-items: center;">
<img src="./icon5.png" alt="Logo" style="height: 45px; width: auto;">
<h3 id="title" style="
font-weight: bold;
color: rgb(108, 231, 209);
text-shadow: 1px 1px 2px black;
margin: 0;
font-family: 'Quicksand', sans-serif;" class="responsive-title">
ReflectHub
</h3>
</a>
</div>
<!-- Right Side: Contact & Translation -->
<div style="display: flex; align-items: center; gap: 15px;">
<div class="panel-icon pop-up-animate1" id="panelIcon" style="
background: rgba(255, 255, 255, 0.08);
padding: 8px 14px;
border-radius: 8px;
border: 1px solid rgba(108, 231, 209, 0.3);
text-shadow: 0 0 5px #96fff6;
font-size: 12px;
color: white;
font-family: 'Quicksand', sans-serif;
cursor: pointer;">
Contact & Suggest me
</div>
<!-- Citation Info Box -->
<span class="citation" data-info="
<div style='font-weight:bold; text-align:center; text-decoration: underline; font-family: Quicksand, sans-serif;'>Translate</div>
<div style='text-align:center;'>
<span>Click here to translate to any language 🌐<br><br>
<i>- Default is set to Arabic (العربية)</i><br><br>
<b><i>Powered by Google Translate</i></b>
</span>
</div>">
<a href="https://reflecthub-github-io.translate.goog/?_x_tr_sl=en&_x_tr_tl=ar&_x_tr_hl=en-US&_x_tr_pto=wapp" style="cursor: help;">
<img src="./Logos/Translate.png" style="height: 40px; width: auto; filter: drop-shadow(0 0 3px #6ce7d1);">
</a>
</span>
</div>
</div>
</nav>
<div id="info-box" style='display:flex;justify-content:center; align-items:center'></div>
<div style=" background-color: #c8ffcd; margin-top: 1;" id="readnoti">
<h5 id="head" style="
text-align: center;
margin-top: 0;
font-family: 'Quicksand', sans-serif;
background-color: #c8ffcd;
font-weight: 800;
padding: 15px 20px;
margin-bottom: 0;
border-radius: 8px;
letter-spacing: 1.2px;
color: #2f4f4f;
position: relative;
font-size: 1.3rem;
overflow: hidden; /* Prevents the pseudo-element from overflowing outside */
" class="pop-up-animate1">
Read Quran <sup> <span style="display: inline-flex; justify-content: center; align-items: center; text-align: center; flex-direction: row;"
class="citation"
data-info="
<div style='font-weight:bold; display:flex; justify-content:center; align-items:center; text-decoration: underline; text-align: center;'>Why Quran?</div>
<div style='display:flex; justify-content:center; align-items:center; text-align: center;'>
<i>The Quran is the only book on earth which has been in its original form since its origin and has <b>never</b> been corrupted and gone through any editing process.<br><br>
<span style='background-color:#eab8e4; display:inline;'>It is certainly We Who have revealed the Reminder, and it is certainly We Who will preserve it [From corruption].<br>[Quran 15:9]</span><br><br>
If all the books in the world were to disappear from face of earth, then Quran is the only book which can be bought back to its original form, cover to cover, word by word <br>[Because millions of people have memorized it cover to cover].<br><br>
Quran also contains various Scientific and Historical facts which were unknown at the time of its revelation (You will get to know them by watching below videos).<br>
</i>
</div>">
[i]
</span></sup> and watch these <a href="/credits" style="text-decoration: underline dotted;color: #2f4f4f;" title="credits">videos</a><sup><span style="display: inline-flex; justify-content: center; align-items: center; text-align: center; flex-direction: row;"
class="citation"
data-info="
<div style='font-weight:bold; display:flex; justify-content:center; align-items:center; text-decoration: underline; text-align: center;'>Handpicked logical content</div>
<div style='display:flex; justify-content:center; align-items:center; text-align: center;flex-direction:column'>
<i>Videos are hosted on YouTube and belong to the respective content creators.
</i><br><br><p style='font-weight:bold;'>Rhyad, Talk Islam, Rational Believer, The Recital, MercifulServant, danishkim007, ThereIsNoClash , Bobby's Perspective, Thom J. Défilet (ريّان), muhammad Abdulaziz, The Ink of Scholars Channel, Digital Mimbar, Towards Eternity, Daniel Drury, Daud Kim</p>
</div>">
[i]
</span></sup> sincerely by reflecting upon them deeply, so that you may find truth and accept it!
<br><br>
<a href="https://www.quran.com" target="_blank" style="text-decoration: none;">
<button style="display: inline-block; border-radius: 10px; cursor: pointer; padding: 10px 20px; transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 0 10px rgba(0, 172, 255, 0.6);
animation: glow-animation 1.5s infinite alternate, scale-animation 0.1s ease;font-family: 'Quicksand', sans-serif;font-weight: 800;"
onmousedown="this.style.transform='scale(0.95)';"
onmouseup="this.style.transform='scale(1)';"
onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='0 0 10px rgba(0, 172, 255, 0.6)';"
onmouseover="this.style.transform='scale(1.1)'; this.style.boxShadow='0 0 100px rgba(0, 172, 255, 1)';">
Read the Quran
</button>
</a>
<a href="https://quranflex.netlify.app/" target="_blank" style="text-decoration: none;">
<button style="display: inline-block; border-radius: 10px; cursor: pointer; padding: 10px 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; margin-top: 5px; margin-left: 10px;
box-shadow: 0 0 10px rgba(0, 172, 255, 0.6);
animation: glow-animation 1.5s infinite alternate, scale-animation 0.1s ease;font-family: 'Quicksand', sans-serif; font-weight: 800;"
onmousedown="this.style.transform='scale(0.95)';"
onmouseup="this.style.transform='scale(1)';"
onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='0 0 10px rgba(0, 172, 255, 0.6)';"
onmouseover="this.style.transform='scale(1.1)'; this.style.boxShadow='0 0 100px rgba(0, 172, 255, 1)';">
QuranFlex
</button>
</a>
<a href="https://www.miracles-of-quran.com/index.html" target="_blank" style="text-decoration: none;">
<button style="display: inline-block; border-radius: 10px; cursor: pointer; padding: 10px 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; margin-top: 5px; margin-left: 10px;
box-shadow: 0 0 10px rgba(0, 172, 255, 0.6);
animation: glow-animation 1.5s infinite alternate, scale-animation 0.1s ease;font-family: 'Quicksand', sans-serif; font-weight: 800;"
onmousedown="this.style.transform='scale(0.95)';"
onmouseup="this.style.transform='scale(1)';"
onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='0 0 10px rgba(0, 172, 255, 0.6)';"
onmouseover="this.style.transform='scale(1.1)'; this.style.boxShadow='0 0 100px rgba(0, 172, 255, 1)';">
Scientific Miracles in Quran
</button>
</a>
<a href="./reflections" style="text-decoration: none;">
<button style="display: inline-block; border-radius: 10px; cursor: pointer; padding: 10px 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; margin-top: 5px; margin-left: 10px;
box-shadow: 0 0 10px rgba(0, 172, 255, 0.6);
animation: glow-animation 1.5s infinite alternate, scale-animation 0.1s ease;font-family: 'Quicksand', sans-serif; font-weight: 800;"
onmousedown="this.style.transform='scale(0.95)';"
onmouseup="this.style.transform='scale(1)';"
onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='0 0 10px rgba(0, 172, 255, 0.6)';"
onmouseover="this.style.transform='scale(1.1)'; this.style.boxShadow='0 0 100px rgba(0, 172, 255, 1)';">
Reflections 🌿
</button>
</a>
<style>
@keyframes glow-animation {
0% {
box-shadow: 0 0 10px rgba(0, 172, 255, 0.6);
}
50% {
box-shadow: 0 0 20px rgba(0, 172, 255, 1);
}
100% {
box-shadow: 0 0 10px rgba(0, 172, 255, 0.6);
}
}
@keyframes scale-animation {
0% {
transform: scale(1);
}
100% {
transform: scale(0.95);
}
}
</style>
</h5 >
<div style="display: flex; justify-content: center; align-items: center; height: 3.5vh;" class="pop-up-animate1" id="mobile-warn">
<span style="font-weight: bold; display: inline-flex; justify-content: center; align-items: center; text-align: center; font-size: 20px; flex-direction: row;"
class="citation"
data-info="
<div style='font-weight:bold; display:flex; justify-content:center; align-items:center; text-decoration: underline; text-align: center;'>Experience</div>
<div style='display:flex; justify-content:center; align-items:center; text-align: center;'>
<i> <br><span style='color:lime; background-color:black;border-radius:20px;padding:2px;'>❗ Use Laptop/Desktop for better experience❗ </span><br><br>If you are on a mobile device then it is recommended to enable Desktop mode <br> <b>1. On top right Click on ⋮ or ☰ <br> 2. Select 'Switch to Desktop mode' ☑.<br><br><span style='color:red;font-size:14px'>⚠️ Some sections of this website does not provide best experience on mobile devices.</span></i></b>
</div>">
[💻?]
</span>
</div>
<br>
</div>
<div class="search-container">
<button id="search-button" class="search-btn">
<img src="https://ka-p.fontawesome.com/releases/v6.6.0/svgs/regular/magnifying-glass.svg?v=2&token=a463935e93" style="display: inline-block;height: 15px; width: 15px;">
<span class="search-icon"> Search</span>
<span class="ctrl-k">ctrl + k</span>
</button>
</div>
<!-- Hidden search bar that appears with Ctrl+K -->
<div id="search-wrapper">
<div class="blur-background"></div>
<div style="position: relative; width: 100%; padding: 20px;font-family: 'Quicksand', sans-serif;" class="pop-up-animate">
<input type="text" id="search-bar" placeholder="Search by description, channel name, title, video ID..." >
<div id="results"></div>
<div id="results1"></div>
</div>
</div>
<!-- Hamburger Icon for mobile -->
<!-- Sidebar -->
<div class="sidebar">
<div class="sidebar-content">
<!--to close-->
<span class="close-side" style="font-size: xx-large;cursor: pointer;">X</span><br>
<h2 style="color: aliceblue; font-family: 'Quicksand'; border-bottom: 2px solid rgba(93, 182, 196, 0.7);padding: 5px;">Content</h2>
<ul>
<li><a href="#videoContainer" class="sidebar-categ" onclick="loadVideos('rational', this)">Rational 🧠</a></li>
<li><a href="#videoContainer" class="sidebar-categ" onclick="loadVideos('scientific', this)">Scientific 🔬</a></li>
<li><a href="#videoContainer" class="sidebar-categ" onclick="loadVideos('inspirational', this)">Inspirational ✨</a></li>
<li><a href="#videoContainer" class="sidebar-categ" onclick="loadVideos('reactions', this)">Reactions 💻</a></li>
<li><a href="#videoContainer" class="sidebar-categ" onclick="loadVerses('verses', this)">Verses from Quran 📖</a></li>
<li><a href="#" class="sidebar-categ" onclick="DynamicLoader('reflections', this)">Reflections 🌿</a></li>
<li><a href="#" class="sidebar-categ" onclick="DynamicLoader('faith', this)">Declaration of faith ☝️</a></li>
<li><a href="#" class="sidebar-categ" onclick="DynamicLoader('afterlife', this)">Why Afterlife 🌍?</a></li>
<li><a href="#" class="sidebar-categ" onclick="DynamicLoader('quran science', this)">Science in Quran 🌌</a></li>
</ul>
<h2 style="color: aliceblue; font-family: 'Quicksand'; border-bottom: 2px solid rgba(93, 182, 196, 0.7);"></h2>
<ul>
<li><a href="./about" > ⓘ About</a></li>
</ul>
</div>
</div>
<div class="tabs" id="tabs">
<button href="#videoContainer" class="tab-btn active" onclick="loadVideos('rational', this)" title="Rational Where rational people think">Rational 🧠</button>
<button href="#videoContainer" class="tab-btn" onclick="loadVideos('scientific', this)" title="Scientific Exploring science and discoveries">Scientific 🔬</button>
<button href="#videoContainer" class="tab-btn" onclick="loadVideos('inspirational', this)" title="Inspirational Motivational and uplifting content">Inspirational ✨</button>
<button href="#videoContainer" class="tab-btn" onclick="loadVideos('reactions', this)" title="Reactions Analysis and responses to various topics">Reactions 💻</button>
<button href="#videoContainer" class="tab-btn" onclick="loadVerses('verses', this)" title="Verses from Quran Wisdom and guidance from the Quran">Verses from Quran 📖</button>
<button href="#" class="tab-btn" onclick="DynamicLoader('reflections', this)" title="Reflections Reflect wisely !">Reflections 🌿</button>
<button href="#" class="tab-btn" onclick="DynamicLoader('faith', this)" title="Declaration of Faith Understanding the core belief">Declaration of faith ☝️</button>
</div>
<!-- Overlay (for closing the sidebar when clicked outside) -->
<div class="overlay"></div>
<div class="loading" id="loading">
<div class="spinner"></div>
Loading videos...
</div>
<!-- <sup> <span style="display: inline-flex; justify-content: center; align-items: center; text-align: center; flex-direction: row;"
class="citation"
data-info="
<div style='font-weight:bold; display:flex; justify-content:center; align-items:center; text-decoration: underline; text-align: center;'>Why Quran?</div>
<div style='display:flex; justify-content:center; align-items:center; text-align: center;'>
<i>The Quran is the only book on earth which has been in its original form since its origin and has <b>never</b> been corrupted and gone through any editing process.<br><br>
<span style='background-color:#eab8e4; display:inline;'>It is certainly We Who have revealed the Reminder, and it is certainly We Who will preserve it [From corruption].<br>[Quran 15:9]</span><br><br>
If all the books in the world were to disappear from face of earth, then Quran is the only book which can be bought back to its original form, cover to cover, word by word <br>[Because millions of people have memorized it cover to cover].<br><br>
Quran also contains various Scientific and Historical facts which were unknown at the time of its revelation (You will get to know them by watching below videos).<br>
</i>
</div>">
<h2 id="dynamicContent"></h2>
</span></sup> -->
<h2 id="dynamicContent"></h2>
<div class="container" id="videoContainer">
<!-- Videos will be inserted here -->
</div>
<div class="footer footer-anchors" style="font-family: 'Quicksand', sans-serif !important; font-weight: 500;">
<div class="footer1">
<!-- Font Awesome CDN (Keep only one of them to avoid conflicts) -->
<div style="display: flex; flex-direction: column;" id="sec1">
<h2><i class="fas fa-phone fa-lg" style="color: #4ac7b9; width: 40px;"></i> Contact</h2>
<p style="display: flex; align-items: center;">
<i class="fas fa-envelope fa-lg" style="color: #4ac7b9; width: 25px;"></i>
<a href="./Contact" style="text-decoration: none; padding: 5px; border-radius: 5px;">reflect.intel@gmail.com</a>
</p>
<p style="display: flex; align-items: center;">
<i class="fas fa-comment-dots fa-lg" style="color: #4ac7b9; width: 25px;"></i>
<a href="https://forms.gle/Df9x2k9nbfRffjy59" target="_blank" style="text-decoration: none; padding: 5px; border-radius: 5px;">Feedback</a>
</p>
<p style="display: flex; align-items: center;">
<i class="fas fa-bug fa-lg" style="color: #4ac7b9; width: 25px;"></i>
<a href="https://forms.gle/Qs7LWWRrjH3M4vZV6" target="_blank" style="text-decoration: none; padding: 5px; border-radius: 5px;">Bug report</a>
</p>
<p style="display: flex; align-items: center;">
<i class="fab fa-discord fa-lg" style="color: #4ac7b9; width: 25px;"></i>
<a href="" target="_blank" style="text-decoration: none; padding: 5px; border-radius: 5px;">blaze_0101</a>
</p>
<p style="display: flex; align-items: center;">
<i class="fab fa-github fa-lg" style="color: #4ac7b9; width: 25px;"></i>
<a href="https://github.com/reflecthub/reflecthub.github.io/blob/main/README.md" target="_blank" style="text-decoration: none; padding: 5px; border-radius: 5px;">Github</a>
</p><br>
<h2><i class="fas fa-link fa-lg" style="color: #4ac7b9; width: 40px;"></i> Other Links</h2>
<p style="display: flex; align-items: center;">
<i class="fas fa-star fa-lg" style="color: #4ac7b9; width: 25px;"></i>
<a target="_blank" href="https://quranreflect.com/?authors=%40abdullah798155" style="text-decoration: none; border-radius: 5px;">QuranReflect</a>
</p>
<p style="display: flex; align-items: center;">
<i class="fas fa-file-alt fa-lg" style="color: #4ac7b9; width: 25px;"></i>
<a target="_blank" href="./Reflecthub docs/ReflectHub-PDF.pdf" style="text-decoration: none; border-radius: 5px;">Reflecthub Docs</a>
</p>
</div>
<div style="display: flex; flex-direction: column; justify-content: center; align-items: center;">
<div style="display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 1rem; flex-wrap: wrap; text-align: center; width: 100%;">
<img src="./icon5.png" style="height: auto; width: 80px; max-width: 80px; min-width: 80px; ">
<h2 style="color: aqua; margin-bottom: 0; font-size: 24px;">ReflectHub</h2>
<p style="color: white;font-size: 1.2rem;margin-bottom: 20px;"> <img src="./Logos/locate.svg" style="height: 17px; width: 17px;"> Hyderabad , IN</p>
<div style="display: flex; flex-direction: column; justify-content: center; align-items: center;">
<img src="./qr-code.svg" style="height: 120px; width: 120px; border-radius: 15px;">
</div>
</div>
</div>
<div style="display: flex; flex-direction: column;margin-top: 50px;">
<div class="panel-icon pop-up-animate1" id="panelIcon1">
<h6 >Contact & Suggest me</h6>
</div><br>
<br>
<div style="text-align: center;"><p>Share:</p></div>
<div style="display: flex; flex-direction: row; align-items: flex-start; max-width: 200px; margin-left: 10px;">
<!-- Share on Twitter -->
<a href="https://twitter.com/share?url=https://reflecthub.github.io&text=Watch+these+videos+sincerely+and+reflect+upon+them+deeply,+so+you+may+find+truth+and+accept+it!"
target="_blank" style="display: flex; flex-direction:column ; align-items: center; gap: 10px; margin-bottom: 10px; width: auto; text-decoration: none;">
<img src="./Logos/twitter.png" style="height: 30px; width: 30px;">
<p style="margin: 0; font-size: 14px;">Twitter</p>
</a>
<!-- Share on Facebook -->
<a href="https://www.facebook.com/sharer/sharer.php?u=https://reflecthub.github.io"e=Watch+these+videos+sincerely+and+reflect+upon+them+deeply,+so+you+may+find+truth+and+accept+it!"
target="_blank" style="display: flex;flex-direction:column ; align-items: center; gap: 10px; margin-bottom: 10px; width: auto; text-decoration: none;">
<img src="./Logos/facebook.png" style="height: 30px; width: 30px;">
<p style="margin: 0; font-size: 14px;">Facebook</p>
</a>
<!-- Share on Reddit -->
<a href="https://www.reddit.com/submit?url=https://reflecthub.github.io&title=Watch+these+videos+sincerely+and+reflect+upon+them+deeply,+so+you+may+find+truth+and+accept+it!"
target="_blank" style="display: flex;flex-direction:column ; align-items: center; gap: 10px; width: auto; text-decoration: none;">
<img src="./Logos/reddit.png" style="height: 30px; width: 30px;">
<p style="margin: 0; font-size: 14px;">Reddit</p>
</a>
</div>
<!-- HTML -->
<div class="apple-loader-container">
<div class="apple-loader">
<div class="circle"></div>
<div class="pc">
<div class="pcscreen"></div>
<div class="base-one"></div>
<div class="base-two"></div>
</div>
<div class="inner-sq"></div>
<div class="outer-sq"></div>
<div class="ipad">
<div class="line"></div>
</div>
<div class="phone"></div>
</div>
</div>
<button id="installBtn" style="padding:10px; font-size:16px; background:#4CAF50; color:white; border:none; border-radius:5px; cursor:pointer;font-family: 'Quicksand', sans-serif">
Install App
</button>
<div style="display: flex; justify-content: center; align-items:center;">
</div>
</div>
</div>
<div style="display: flex; flex-direction: column; justify-content: center; align-items: center;" id="footer-bottom">
<p style="color: rgb(226, 225, 225);">© ReflectHub 2025</p>
<div style="display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; padding: 10px; max-width: 100%;">
<p style="margin: 0;"><a href="./terms" style="text-decoration: none !important; white-space: nowrap;">Terms</a></p>
<p style="margin: 0;"><a href="" style="text-decoration: none !important;">• </a></p>
<p style="margin: 0;"><a href="./privacy" style="text-decoration: none !important; white-space: nowrap;">Privacy</a></p>
<p style="margin: 0;"><a href="" style="text-decoration: none !important;">• </a></p>
<p style="margin: 0;"><a href="./legacy" style="text-decoration: none !important; white-space: nowrap;">Legacy</a></p>
<p style="margin: 0;"><a href="" style="text-decoration: none !important;">• </a></p>
<p style="margin: 0;"><a href="./about" style="text-decoration: none !important; white-space: nowrap;">About</a></p>
<p style="margin: 0;"><a href="" style="text-decoration: none !important;">• </a></p>
<p style="margin: 0;"><a href="./response" style="text-decoration: none !important; white-space: nowrap;">Server</a></p>
<p style="margin: 0;"><a href="" style="text-decoration: none !important;">• </a></p>
<p style="margin: 0;"><a href="./credits" style="text-decoration: none !important; white-space: nowrap;">Credits</a></p>
</div>
</div>
</div>
<div class="popup" id="popup">
<div class="popup-content" style="background-color: #5b6d6dc2;
backdrop-filter: blur(7px);font-family: 'Quicksand', sans-serif;font-weight: 600;color: white;" >
<span class="close" id="closePopup">×</span>
<div style="text-align: center;">
<h2 style="
border-bottom: 2px solid rgba(93, 182, 196, 0.7);
display: inline-block;
margin: auto;">
<a href="./about" style="text-decoration: none;color:white;">About Me <i class="fas fa-external-link-alt"></i></a>
</h2>
</div><br>
<p>Hello! <a href="https://www.instagram.com/md_abdullah_0101/" target="_blank" style="text-decoration: none;background-color: #96fff6e3; color: rgb(116, 114, 114);padding: 5px; border-radius: 5px;">I am Mohammed Abdullah</a></p>
<p class="swipers2">I am compiling a list of islamic videos which rational people may reflect upon and might accept the truth.</p><br>
<p>Contact me below to suggest me some videos</p>
<div >
<p>Email : <a href="./Contact" style="text-decoration: none;background-color: #96fff6e3; color: rgb(116, 114, 114);padding: 5px; border-radius: 5px;">reflect.intel@gmail.com</a></p>
<p >Leave a <a href="https://forms.gle/Df9x2k9nbfRffjy59" target="_blank" style="text-decoration: none;background-color: #96fff6e3; color: rgb(116, 114, 114);padding: 5px; border-radius: 5px;">Feedback</a></p>
<p >Report a <a href="https://forms.gle/Qs7LWWRrjH3M4vZV6" target="_blank" style="text-decoration: none;background-color: #96fff6e3; color: rgb(116, 114, 114);padding: 5px; border-radius: 5px;">Bug</a></p>
<p >Discord: <a href="#" style="text-decoration: none;background-color: #96fff6e3; color: rgb(116, 114, 114);padding: 5px; border-radius: 5px;">blaze_0101</a></p>
<span>Other Links:</span>
<a target="_blank" href="https://quranreflect.com/?authors=%40abdullah798155" style="text-decoration: none;background-color: #96fff6e3; color: rgb(116, 114, 114);padding: 5px; border-radius: 5px;">QuranReflect</a>
</div>
</div>
</div>
<script src="index.js"></script>
<script src="./search.js"></script>
<!-- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script> -->
<!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> -->
</body>
</html>