-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
158 lines (95 loc) · 5.17 KB
/
index.html
File metadata and controls
158 lines (95 loc) · 5.17 KB
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
<!DOCTYPE HTML>
<html>
<head>
<meta name="generator" content="Hugo 0.20.7" />
<title>QuantumPT</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/css/main.css" />
<link rel="stylesheet" href="/css/project.css" />
<noscript><link rel="stylesheet" href="/css/noscript.css" /></noscript>
</head>
<script src="/js/jquery.min.js"></script>
<body style="overflow: hidden">
<div id="wrapper">
<header id="header">
<div class="logo">
<span class="icon fa-diamond"></span>
</div>
<div class="content">
<div class="inner">
<h1>QuantumPT</h1>
<p>Official Website</p>
</div>
</div>
<nav>
<ul>
<li><a href="#quantumpt">QuantumPT</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#documentation">Doc/Screenshots</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<div id="main">
<article id="quantumpt">
<h1>QuantumPT</h1>
<p>This application is aimed to provide an offline <strong>(without internet connexion)</strong> prayer times calculator and reminders
(Athans).</p>
<p>Multiple applications exist with the same purpose so why developing another one ?</p>
<p>I wanted to create a complete <strong>free</strong>, <strong>open-source</strong>, <strong>fully portable</strong> and <strong>good looking</strong> application.</p>
</article>
<article id="features">
<h1>Features</h1>
<ol>
<li>Various methods of time calculation</li>
<li>Supporting all locations around the world (using Internet or not)</li>
<li>Local calculation of prayer times (no Internet is needed)</li>
<li>Multiple time formats (12h/24h)</li>
<li>Real-time adjustment of minutes for each prayer times dynamically</li>
<li>Multiple athans audio and Dua after athan</li>
<li>Dua reminder with timer</li>
<li>Entirely customized window and skin</li>
</ol>
<p>For more details, refer to the <a href="https://quantumprayertimes.github.io/documentation/getting-started/what-is-quantumpt/">documentation</a></p>
</article>
<article id="download">
<h1>Download</h1>
<p>Don’t forget to look to the <a href="https://quantumprayertimes.github.io/documentation/getting-started/requirements/">requirements</a> for each platform.</p>
<h4 id="windows-7-8-8-1-10">Windows 7 / 8 / 8.1 / 10</h4>
<p><a href="https://github.com/QuantumPrayerTimes/quntumpt/releases/download/v0.0.1/quantumpt-0.0.1-windows-installer.exe"><img src="https://cloud.githubusercontent.com/assets/9877335/25770355/345b7764-31e8-11e7-8c9e-11ce23212397.png" style="width: 80px;"/></a></p>
<h4 id="linux-not-supported">Linux <strong>(Not Supported)</strong></h4>
<p><img src="https://cloud.githubusercontent.com/assets/9877335/25770401/3465225e-31e9-11e7-9862-8e2db27c5914.png" style="width: 80px;"/></p>
<h4 id="mac-not-supported">Mac <strong>(Not Supported)</strong></h4>
<p><img src="https://cloud.githubusercontent.com/assets/9877335/25770400/34635b54-31e9-11e7-955a-afbdfff3b8a4.png" style="width: 80px;"/></p>
</article>
<article id="documentation">
<h1>Doc/Screenshots</h1>
<p>A complete <a href="https://quantumprayertimes.github.io/documentation/getting-started/">documentation</a> is available to help you install, configure and understand the application.</p>
<p>For application screenshots, refer to the <a href="https://quantumprayertimes.github.io/documentation/getting-started/screenshots/">corresponding section</a></p>
</article>
<article id="contact">
<h1>Contact</h1>
<p>If you encounter a bug or an issue, you can send an email to <code>quantumprayertimes@gmail.com</code></p>
<p>For <strong>developers only</strong>, you can use GitHub to submit an
<a href="https://github.com/QuantumPrayerTimes/quantumpt/issues/new">issue</a> or a
<a href="https://quantumprayertimes.github.io/documentation/getting-started/getting-help/#pull-requests">pull request</a></p>
<p>Please, make sure to mention the context of the issue and the steps needed to reproduce the bug !
<ul class="icons">
<li><a href="https://github.com/QuantumPrayerTimes/quantumpt" class="icon fa-github"><span class="label">github</span></a></li>
</ul></p>
</article>
</div>
<div id="languages">
<a href="https://quantumprayertimes.github.io/fr/">Français</a>
</div>
<footer id="footer">
</footer>
</div>
<div id="bg"></div>
<script src="/js/skel.min.js"></script>
<script src="/js/util.js"></script>
<script src="/js/main.js"></script>
</body>
</html>