forked from repat/droid-break
-
Notifications
You must be signed in to change notification settings - Fork 24
/
credits.html
71 lines (67 loc) · 2.44 KB
/
credits.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>
Credits - droid-break.info
</title>
<!-- CSS -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!-- jQuery via CDN-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
</head>
<body>
<div class="txt-Center">
<h1>
Credits
</h1>
<p>This project is based on the work on or has to thank these people for other various reasons:</p>
<table>
<tr>
<td><a href="https://kyledrake.net/">Kyle Drake</a> for neocities.org</td>
</tr>
<tr>
<td><a href="http://nylira.com/">Peng Zhong</a> and <a href="https://github.com/nylira/prism-break/graphs/contributors">the contributors</a> from prism-break.org</td>
</tr>
<tr>
<td>Oscar for <a href="http://droid-break.info/#newsreader">FeedEx</a></td>
</tr>
<tr>
<td>Chris for <a href="http://droid-break.info/#newsreader">RedReader</a></td>
</tr>
<tr>
<td>Matthias for <a href="http://droid-break.info/#navigation">Navit</a></td>
</tr>
<tr>
<td><a href="http://lutic.org/">LumenTeun</a> for the <a href="https://github.com/LumenTeun/droid-break/tree/rewrite">rewrite of HTML/CSS</a>, the <a href="https://github.com/LumenTeun/droid-break/tree/qrcodes">QR-codes</a> and countless pull requests!
</td>
</tr>
<tr>
<td>lgasp for <a href="http://droid-break.info/#filemanager">Ghost Commander</a></td>
</tr>
<tr>
<td>mrbiber for fixing the embarrassing surespot typo</td>
</tr>
<tr>
<td><a href="https://github.com/DorianScholz">DorianScholz</a> for CoolReader</td>
</tr>
<tr>
<td>tedthqme, qopisbel, bzihufxq and RyDroid for countless pull requests, ideas, new apps and cleanups</td>
</tr>
</table>
</div>
<!-- Footer -->
<footer>
<p>
<a href="/">Home</a> - <a href="about.html">About</a> - <a href="support.html">Support</a>
</p>
<p>
<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons BY-<abbr title="ShareAlike">SA</abbr></a> 2013 - 2017 by
<a href="https://repat.de" target="_blank">
repat
</a>
- Last update: 16 December 2017, 12:36
</p>
</footer>
</body>
</html>