forked from repat/droid-break
-
Notifications
You must be signed in to change notification settings - Fork 24
/
about.html
52 lines (46 loc) · 3.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>
About - 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>
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>The hoster 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>There used to be more but we removed them because they're not available anymore like DMOZ</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 email 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>
<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons BY-<abbr title="ShareAlike">SA</abbr></a> 2013-2017 by <a href="http://repat.de">repat</a>
- Last update: 06. December 2017, 12:36
</p>
</footer>
</body>
</html>