-
Notifications
You must be signed in to change notification settings - Fork 32
/
about.html
56 lines (47 loc) · 3.52 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<title>
About - droid-break.info
</title>
<!-- CSS -->
<link href="style.css" rel="stylesheet" type="text/css" media="all" />
<!-- JavaScript -->
<!-- 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>
About
</h1>
</div>
<h3>Other resources</h3>
<p>Under <a href="credits.html">credits</a> you will find find people we would like to thank. Under <a href="sources.html">sources</a> you will find the picture and text sources. Logos and images are trademarked by their respective companies. </p>
<h3>Licenses</h3>
<p>This page is licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/">Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)</a>. This means you can copy, distribute, adapt and transmit the work, even commercially, if you attribute the work and distribute the resulting work only under the same or similar license to this one.</p>
<p>This project uses <a href="https://jquery.org/license/">jQuery</a>, which is released under the <a href="https://jquery.org/license/">MIT License</a> and the design is largely built upon <a href="http://groundfloor.neocities.org/">Groundfloor</a> and <a href="https://github.com/bleachedgraphics/Brass-Tacks">Brass-Tacks</a>(no license known); though heavily <a href="https://github.com/LumenTeun/droid-break/tree/rewrite">rewritten by LumenTeun</a>.
<h3>Proprietary services</h3>
<p>My hoster neocities.org doesn't allow any server side scripting like PHP or Python or databases. As you might have seen already, I use disqus for the comments. Sorry about that. If anyone has a alternative suggestion, please <a href="support.html">contact me</a>.</p>
<p></p>
<h3>Mentioned</h3>
<ul>
<li><a href="http://www.reddit.com/r/opensource/comments/1q8g3w/droidbreakinfo_a_list_of_free_alternatives_to/">Reddit 1</a></li>
<li><a href="http://www.reddit.com/r/fossdroid/comments/1khcnv/droidbreak_a_list_of_free_alternatives_to/">Reddit 2</a></li>
<li><a href="http://www.dmoz.org/Computers/Software/Operating_Systems/Android/Apps/Reviews/">DMOZ</a></li>
</ul>
<h3>Contact</h3>
<p> If you have any questions contact me under droi<a href="http://www.google.com/recaptcha/mailhide/d?k=01EETeR_a0xkPKgFHu-BZsyg==&c=3BDblcAhTutl4E6k9Ho0BnTKRsthjIjkBBIN_RBExC4=" onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k\07501EETeR_a0xkPKgFHu-BZsyg\75\75\46c\0753BDblcAhTutl4E6k9Ho0BnTKRsthjIjkBBIN_RBExC4\075', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">...</a>@repat.de, on Twitter under <a href="https://twitter.com/droidbreak">@droidbreak</a> or on <a href="https://www.facebook.com/droidbreak">Facebook</a>.</p>
<!-- 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:48
</p>
</footer>
</body>
</html>