forked from repat/droid-break
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
45 lines (39 loc) · 2.96 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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<title>
About - droid-break.info
</title>
<link href="http://groundfloor.neocities.org/default.css" media="all" rel="stylesheet" type="text/css" />
<link href="brass-min.css" rel="stylesheet" type="text/css" media="all" />
<!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script><![endif]-->
<!-- local copy of jquery 2.0.3 -->
<script type="text/javascript" src="jquery-2.0.3.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 Groundfloor/Brass-Tacks (no license known).
<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 <a href="https://www.facebook.com/droidbreak">Facebook</a>.</p>
<h3>Statcounter</h3>
<p>I use <a href="http://statcounter.com">Statcounter.com</a> for a while to see how many visitors this page gets. I'll remove it later on.</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> - built with <a href="http://groundfloor.neocities.org/">Groundfloor</a>, <a href="https://github.com/bleachedgraphics/Brass-Tacks">Brass-Tacks</a> and <a href="http://jquery.com/">jQuery</a> - Last update: 22. October 2013, 23:57
</p>
</footer>
</body>
</html>