-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeclaration.html
107 lines (73 loc) · 2.75 KB
/
declaration.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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>About Us</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">About Us</h1><hr>
<p class="surah_text_style">
We are grateful to firstly Allah Subhan wa t'ala for leting us have this oppurtunity to develope this website.
<br><br>Our heartiest gratitude to Tanzil.net from whomm we have collected the texts of all the 114 surahs of the holy Quran and used it here.
<br><br>
Here are the links to their project:<br>
<a target="new" href="http://www.tanzil.net/">Tanzil</a>  
<a target="new" href="https://tanzil.net/docs/Text_License">License</a>  
<a target="new" href="http://tanzil.net/updates/">Updates</a>
  | 2021 Copyright reserved to <a target="new" href="../about_us.html">AAT</a>
<br>
</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>