-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
119 lines (81 loc) · 4.23 KB
/
help.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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Quran</title>
<link href="surah/lib/style.css" rel="stylesheet" type="text/css" />
<style>
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Markazi+Text&display=swap');
</style>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Mate+SC&display=swap" rel="stylesheet">
</head>
<body>
<div class="top">
<h1> <a href="../index.html" style="text-decoration: none; color: green">Al-Quran</a> </h1>
<h3> Minimalist version</h3>
</div>
<div class="right" float="left">
</div>
<div class="main_body" float="left">
<h1 style="text-align:center; color:#FFFFFF">Help</h1><hr>
<p style="text-align:center; color:#FFFFFF">
<h2 style="text-align:center; color:#FFFFFF"> Here's the links you should click to access the corresponding pages </h2>
<h3 style="text-align:center; color:#FFFFFF">AL-QURAN</h3>
<p style="text-align:center; color:#FFFFFF">This takes you to the home-page. From there, click on any names from the list at the left and, in sha Allah, you will be taken to the corresponding the surah.</p>
<h3 style="text-align:center; color:#FFFFFF">List of Surahs</h3>
<p style="text-align:center; color:#FFFFFF">Hover your mouse over this blue <i>button</i> and a list will come up. Scroll through the list and click any name from there and in sha Allah, you will be redirected to the corresponding surah's page.</p>
<h3 style="text-align:center; color:#FFFFFF">Previous Chapter <i>&</i> Next Chapter </h3>
<p style="text-align:center; color:#FFFFFF"> Clicking these will either take you to the previous surah and the next surah respectively. </p>
<h3 style="text-align:center; color:#FFFFFF">About Us</h3>
<p style="text-align:center; color:#FFFFFF">This page explains everything you want to know about the project.</p>
<h3 style="text-align:center; color:#FFFFFF">Feedback</h3>
<p style="text-align:center; color:#FFFFFF">Want to let us know your thoughts? This is where you can learn about how you can share your valued advice with us.</p>
<h3 style="text-align:center; color:#FFFFFF">Donation</h3>
<p style="text-align:center; color:#FFFFFF">If you would like to help us run the maintanence cost for this project please visit here.</p>
<h3 style="text-align:center; color:#FFFFFF">Developer</h3>
<p style="text-align:center; color:#FFFFFF">Here we have given information on how to contact us - the developers.</p>
<h3 style="text-align:center; color:#FFFFFF">Tanzil, License, Updates, AAT</h3>
<p style="text-align:center; color:#FFFFFF">These are the links that we have placed under all of the pages of this site to acknowledge the original credit for the Quranic text used throughout the website. The last two links are simple a log of the updates of this website and our official Telegram channel.</p>
</p>
<hr>
<br><br>
</div>
<!-- comment stupid pola pan ,, yes, can't argue to that :d :P !-->
<footer class="footer">
<div class="l-footer">
<h1>
Al-Quran</h1>
<p>
This site is a Sadaqah Jariyah. We did this only for good deeds. This is the minimalist version,In Sha Allah, very soon we are going to publish the full version. we are working on it. Pray for us so that we can keep working with good intension and May Allah accept our work.</p>
</div>
<ul class="r-footer">
<li>
<h2>
Social</h2>
<ul class="box">
<li><a target="New" href="https://t.me/AATechnologies">Telegram</a></li>
<li><a href="https://github.com/orkpo">Github</a></li>
<li><a href="https://replit.com/@Aurk">Replit</a></li>
</ul>
</li>
<li class="features">
<h2>
Information</h2>
<ul class="box h-box">
<li><a href="about_us.html">About Us</a></li>
<li><a href="help.html">Help</a></li>
<li><a href="feedback.html">Feedback</a></li>
<li><a href="donation.html">Donation</a></li>
<li><a href="developer.html">Developer</a></li>
<li><a href="declaration.html">Declaration</a></li>
</ul>
</li>
<div class="b-footer">
<p>
All rights reserved by ©AAT 2021 </p>
</div>
</footer>
</body>
</html>