1- <!DOCTYPE html>
1+ <!doctype html>
22< html lang ="ar " dir ="rtl ">
33 < head >
44 <!-- Required meta tags -->
2929 < body class ="d-flex flex-column min-h-dvh ">
3030 <!-- Page loader -->
3131 < div id ="pre-loader "> </ div >
32+
3233 <!-- Back to TOP -->
3334 < div id ="progress ">
3435 < span id ="progress-value "> < i class ="fa-solid fa-up-long "> </ i > </ span >
3536 </ div >
37+
3638 <!-- NavBar -->
3739 < nav class ="navbar navbar-expand-lg shadow sticky-top ">
3840 < div
4143 < a href ="../../index.html " class ="ms-auto " id ="back " title ="عودة للخلف ">
4244 < i class ="fa-solid fa-left-long fa-flip-horizontal "> </ i >
4345 </ a >
46+
4447 < a
4548 href ="../../index.html "
4649 class ="navbar-brand position-absolute start-50 translate-middle-x "
5154 height ="60px "
5255 />
5356 </ a >
57+
5458 < button id ="theme-switch ">
5559 < i class ="fa-solid fa-moon "> </ i >
5660 < i class ="fa-solid fa-sun "> </ i >
5761 </ button >
5862 </ div >
5963 </ nav >
60- <!-- Main -->
64+
6165 < main class ="container text-center my-4 " id ="main ">
6266 < section class ="container my-4 ">
6367 < h1 class ="text-center fs-1 fs-md-2 fs-lg-3 " id ="section-header ">
6468 فهرس السور
6569 </ h1 >
66- < br />
67- < div class ="row row-cols-2 row-cols-md-3 row-cols-lg-3 g-4 ">
70+ < div class ="row justify-content-center my-3 ">
71+ < div class ="col-12 col-md-6 ">
72+ < input
73+ type ="text "
74+ id ="surahSearch "
75+ class ="form-control text-center "
76+ placeholder ="ابحث عن اسم السورة... "
77+ autocomplete ="off "
78+ />
79+ < small id ="searchError " class ="text-warning d-none mt-2 "> </ small >
80+ </ div >
81+ </ div >
82+ < div
83+ id ="surahGrid "
84+ class ="row row-cols-2 row-cols-md-3 row-cols-lg-3 g-4 "
85+ >
6886 < article class ="col ">
6987 < a href ="quran-pages/surah-1.html " class ="text-decoration-none ">
7088 < div
@@ -1092,7 +1110,9 @@ <h5 class="card-title">سورة الناس</h5>
10921110 </ a >
10931111 </ article >
10941112 </ div >
1113+
10951114 < div > </ div >
1115+
10961116 < a
10971117 href ="https://www.youtube.com/playlist?list=PLWzzF688g_njHA-QzbZUcxNGneHOYpVbQ "
10981118 download
@@ -1103,19 +1123,22 @@ <h5 class="card-title">سورة الناس</h5>
11031123 المصحف المرتل  < i class ="fa-brands fa-youtube fa-lg "> </ i >
11041124 </ button >
11051125 </ a >
1126+
11061127 < a href ="../resources/holy-quran.pdf " download id ="more-link-3 ">
11071128 < button class ="mt-4 " id ="more ">
11081129 رابط التحميل  < i class ="fa-solid fa-file-pdf fa-lg "> </ i >
11091130 </ button >
11101131 </ a >
11111132 </ section >
11121133 </ main >
1134+
11131135 <!-- Footer -->
11141136 < footer class ="mt-auto ">
11151137 < div class ="text-center ">
11161138 < p > جميع الحقوق محفوظة © 2025</ p >
11171139 </ div >
11181140 </ footer >
1141+
11191142 <!-- Required scripts -->
11201143 < script src ="../../js/script.js "> </ script >
11211144 < script src ="../../js/bootstrap.js "> </ script >
0 commit comments