-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
138 lines (123 loc) · 4.6 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Propagating true words.">
<link rel="apple-touch-icon" sizes="180x180" href="/images/site-icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/site-icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/site-icons/favicon-16x16.png">
<link rel="shortcut icon" href="/images/site-icons/favicon.ico" type="image/x-icon">
<link rel="manifest" href="/site.webmanifest" crossorigin="use-credentials" />
<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=Roboto:ital,wght@0,400;0,700;0,900;1,500&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="style.css" />
<title>AlfaazPlus</title>
</head>
<body>
<div class="wrapper">
<!-- HEADER -->
<header>
<div class="logo">
<img src="/images/logo.png" alt="AlfaazPlus" draggable="false">
<!-- <span class="alfaaz">Alfaaz</span><span class="plus">Plus</span> -->
</div>
</header>
<div class="sections-wrapper">
<!-- WHAT WE DO -->
<div class="section dev">
<div class="section-boxes">
<div class="section-box">
<p>Motto: <strong>Propagating true words.</strong></p><br>
Developing Islamic Applications that are free and open source.
</div>
</div>
</div>
<div class="section dev">
<div class="section-title">Our Islamic Apps</div>
<div class="section-boxes">
<div class="section-box app">
<div class="box-content">
<img draggable="false" src="/images/quranapp_logo.svg" alt="">
<span class="box-title">QuranApp: Read and Explore</span><br>
The QuranApp is an ad-free and privacy-focused mobile application that facilitates reading
and exploring the Holy Qur’an on daily basis at any time and place. Its easy-to-navigate and
neat and clean design helps users to overcome the difficulties of reading the Qur’an in the
time of technology. This app has 30+ translations in several languages so that people of
different languages and regions can understand the purpose of the Qur’an.
</div>
<div class="section-footer">
<a href="https://play.google.com/store/apps/details?id=com.quranapp.android">Download</a>
<a href="https://github.com/AlfaazPlus/QuranApp">GitHub Repository</a>
</div>
</div>
</div>
</div>
<!-- CONTACT US -->
<div class="section contact-us">
<div class="section-title">Get in touch</div>
<div class="section-boxes">
<div class="section-box">
<div class="box-content">
<table>
<tbody>
<tr>
<td class="label">
<span class="icon">
<svg
width="24"
height="24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
color="#000">
<path
stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z">
</path>
</svg>
</span>
<span class="text">Email</span>
</td>
<td class="value">
<a href="mailto:[email protected]">[email protected]</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- CONTACT US -->
<div class="section social">
<div class="section-title">Admin</div>
<div class="section-boxes">
<div class="section-box">
<div class="box-content">
<div class="social-profile">
<div class="social-dp">
<img draggable="false" src="/images/social-dp-faisalcodes.jpg">
</div>
<div class="social-name">Faisal Khan (<a
href="https://www.github.com/faisalcodes/"
target="_blank">@FaisalCodes</a>)
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="copyright">
<script>document.write(`©${new Date().getFullYear()} <strong>AlfaazPlus</strong>`)</script>
<span style="margin: 0 10px">•</span><a href="https://github.com/AlfaazPlus">GitHub</a>
</div>
</body>
</html>