-
Notifications
You must be signed in to change notification settings - Fork 2
/
footer.html
164 lines (114 loc) · 5.04 KB
/
footer.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
<!-- ضع الكود الذي تريده داخل الـ div > code_footer -->
<div id="code_footer">
<!-- code -->
</div>
<div id="footer_content">
<div id="footer_quick_links">
<a id="footer_quick_links_rtl">
روابط سريعة
</a>
<ul id="footer_quick_links_ltr">
<li>
<a href="/pages/quran/Al_Baqarah.html">سورة البقرة</a>
</li>
<li>
<a href="/pages/quran/Yusuf.html">سورة يوسف</a>
</li>
<li>
<a href="/pages/quran/Al_Kahf.html">سورة الكهف</a>
</li>
<li>
<a href="/pages/quran/Maryam.html">سورة مريم</a>
</li>
<li>
<a href="/pages/quran/Ya_Sin.html">سورة يس</a>
</li>
<li>
<a href="/pages/quran/Al_Mulk.html">سورة الملك</a>
</li>
<li>
<a href="/pages/quran/Al_Waqi'ah.html">سورة الواقعة</a>
</li>
<li>
<a href="/pages/quran/ayat_alkursii.html">آية الكرسي</a>
</li>
<li>
<a href="/pages/quran/awakhir_surat_albaqara.html">اوآخر سورة البقرة</a>
</li>
<li>
<a href="/pages/Hijri_Calendar.html">التاريخ الهجري</a>
</li>
</ul>
</div>
<div id="footer_top">
<p id="d3oh">لا تنسنا من دعوة صالحة بظهر الغيب</p>
<div id="footer_list">
<div>
<a href="/index.html" class="footer_link">الرئيسية</a>
</div>
<div>
<a href="/pages/quran/index.html" class="footer_link">فهرس السور</a>
</div>
<div>
<a href="/pages/history/index.html" class="footer_link">الموسوعة التاريخية</a>
</div>
<div>
<a href="/pages/readers/index.html" class="footer_link">المكتبة الصوتية</a>
</div>
<div>
<a href="/pages/albitaqat/index.html" class="footer_link">بطاقات القرآن</a>
</div>
<div>
<a href="/pages/tafseer/index.html" class="footer_link">التفاسير</a>
</div>
<div>
<a href="/pages/Hijri_Calendar.html" class="footer_link">التاريخ الهجري</a>
</div>
<div>
<a href="/pages/names_allah.html" class="footer_link">اسماء اللَّٰه الحسنى</a>
</div>
<div>
<a href="/pages/hisnmuslim/index.html" class="footer_link">حصن المسلم</a>
</div>
<div>
<a href="/pages/radio/index.html" class="footer_link">اذاعة القران الكريم</a>
</div>
<div>
<a href="/pages/hisnmuslim/athkar_alsbah_walmsaa'.html" class="footer_link">أذكار الصباح / المساء</a>
</div>
</div>
<ul id="footer_social">
<li>
<a href="https://t.me/tqw24h" class="footer_social_link" target="_blank" rel="noopener noreferrer">
<img src="/icon/youtube.webp" alt="youtube" class="footer_social_icon" width="35">
</a>
</li>
<li>
<a href="https://t.me/tqw24h" class="footer_social_link" target="_blank" rel="noopener noreferrer">
<img src="/icon/facebook.webp" alt="facebook" class="footer_social_icon" width="35">
</a>
</li>
<li>
<a href="https://wa.me/966553556010" class="footer_social_link" target="_blank" rel="noopener noreferrer">
<img src="/icon/whatsapp.webp" alt="whatsapp" class="footer_social_icon" width="35">
</a>
</li>
<li>
<a href="https://t.me/tqw24h" class="footer_social_link" target="_blank" rel="noopener noreferrer">
<img src="/icon/twitter.webp" alt="twitter" class="footer_social_icon" width="35">
</a>
</li>
</ul>
<a href="https://play.google.com/store/apps/details?id=com.rn0x.altaqwaa" target="_blank" rel="noopener noreferrer" id="google-play">
<img src="/icon/google-play.webp" alt="google-play" width="150">
</a>
</div>
<div id="footer_bottom">
<div id="footer_bottom_list">
<a href="/index.html" class="footer_bottom_link">الرئيسية</a>
<a href="https://wa.me/966553556010" class="footer_bottom_link">أتصل بنا</a>
<a href="https://www.paypal.com/paypalme/BinAttiah" class="footer_bottom_link">ادعمنا</a>
</div>
<p id="footer_bottom_copyright">اسلاميات ~ جميع الحقوق محفوظة © 2024 ❤️</p>
</div>
</div>