forked from repat/droid-break
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
68 lines (58 loc) · 2.45 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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<title>
Credits - droid-break.info
</title>
<!-- CSS -->
<link href="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>
<!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script><![endif]-->
</head>
<body>
<div class="txt-Center">
<h1>
Credits
</h1>
This project is based on the work on or has to thank these people for other various reasons:
<table>
<tr>
<td><a href="http://kyledrake.net/">Kyle Drake</a> for neocities.org</td>
</tr>
<tr>
<td><a href="http://nylira.com/en/">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>LumenTeun for <a href="http://droid-break.info/#audio">VLC</a>, <a href="http://droid-break.info/#notes">Tomdroid</a>, <a href="http://droid-break.info/#browser">Firefox(download fix)</a>, 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>
</table>
</div>
<!-- Footer -->
<footer>
<p>
<a href="/">Home</a> - <a href="about.html">About</a> - <a href="support.html">Support</a>
</p>
<p>
CC-BY-SA 2013 by <a href="http://repat.de">repat</a> - hosted on <a href="http://neocities.org" title="neocities">neocities.org</a> - Last update: 31 December 2013, 03:47
</p>
</footer>
</body>
</html>