forked from mikejs/lmddgtfy
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathabout.html
executable file
·70 lines (66 loc) · 3.65 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<!-- metadata -->
<meta charset="utf-8">
<meta http-equiv="cache-control" max-age="604800" content="public">
<meta name="robots" content="index, follow, archive, cache, imageindex">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Zeke Y">
<meta name="keywords" content="duckduckgo, duck duck go, ddg, lmddgtfy, let me duckduckgo that for you, lmdtfy, let me duck that for you, let me search that for you">
<meta name="wot-verification" content="2be96ee9f850fd264aec">
<title>About | Let Me DuckDuckGo That For You - LMDDGTFY</title>
<!-- stylesheets -->
<link rel="stylesheet" href="fonts/open_sans/open_sans.min.css">
<link rel="stylesheet" href="css/style.min.css">
</head>
<body class="about-page">
<header class="about-header">
<a href="/" class="link-back">〈 Share a search</a>
<h1><span class="italics">About</span> <span class="bold">Let Me DuckDuckGo That For You</span></h1>
</header>
<main>
<section class="contact-section">
<h2>Contact</h2>
<article>
<!-- Please e-mail <a href="mailto:[email protected]">[email protected]</a> to contact LMDDGTFY, or you can reach us on Twitter at <a href="https://twitter.com/lmddgtfynet" target="_blank">@lmddgtfynet</a>. -->
<span class="italics">E-mail</span><br /><a href="mailto:[email protected]">[email protected]</a>
<br /><br />
<span class="italics">Twitter</span><br /><a href="https://twitter.com/lmddgtfynet" target="_blank">@lmddgtfynet</a>
</article>
</section>
<section class="privacy-section">
<h2>Privacy</h2>
<article>
Here at <span class="italics">Let Me DuckDuckGo That For You</span> we only collect the following information:
<br />
<ul>
<li>Whether IPv4 or IPv6 was used. (We do *<span class="bold italics">NOT</span>* store the IP address. Access via IPv4 is stored as "127.0.0.2" and access via IPv6 is stored as "::2" in the nginx access log.)</li>
<li>Time stamp of access.</li>
<li>The resource accessed from this site.</li>
<li>The status code of the request to this site.</li>
<li>The size of the request sent by the server.</li>
<li>The referer.</li>
</ul>
</article>
</section>
<section class="about-section">
<h2>Creators</h2>
<article>
This site has been made by <a href="https://kk4oxj.github.io/" target="_blank">Zeke Y</a>, and is maintained by both Zeke Y and <a href="https://yanovich.net" target="_blank">yano</a>. yano also pays for the hosting and domain name for the site.
<br>
<a href="https://github.com/myano/lmddgtfy" target="_blank">The code</a> for this site uses the <a href="license.txt">MIT license</a>.
</article>
</section>
<section class="code-section">
<h2>Want to contribute?</h2>
<article>
Please, feel free to make <span class="italics">Let Me DuckDuckGo That For You</span> better! The code is available <a href="https://github.com/myano/lmddgtfy" target="_blank">on GitHub</a>.
</article>
</section>
</main>
<footer class="about-footer">
<small>© Copyright <script>document.write(new Date().getFullYear());</script> <a href="about.html">LMDDGTFY</a>. Dax (the DuckDuckGo mascot), and the word “DuckDuckGo” are copyrighted by <a href="https://duckduckgo.com/?t=lmddgtfy" target="_blank">DuckDuckGo</a>, used with permission</small>
</footer>
</body>
</html>