-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (64 loc) · 3.34 KB
/
index.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>A Cleaner Internet</title>
<meta name="description" content=<?php echo $description ?>
<meta name="viewport" content="width=device-width">
<meta name="apple-itunes-app" content="app-id=544477214, affiliate-data=lKmWATRx/xc">
<meta property="og:title" content="A Cleaner Internet">
<meta property="og:type" content="product">
<meta property="og:url" content="http://clea.nr/">
<meta property="og:image" content="http://clea.nr/images/acleanerinternet-facebook.png">
<meta property="og:site_name" content="A Cleaner Internet">
<meta property="fb:admins" content="501266863">
<link rel="stylesheet" href="styles/styles.css" media="all">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="icon" type="image/png" href="/images/aci-favicon.png">
<script>
function recordOutboundLink(link, category, action) {
_gat._getTrackerByName()._trackEvent(category, action);
setTimeout('document.location = "' + link.href + '"', 100);
}
</script>
<script src="https://apis.google.com/js/plusone.js"></script>
<header>
<h1>A Cleaner Internet</h1>
<!-- <nav>
<a href="/apps">App</a> ·
<a href="/install">Extension</a> ·
<a href="/blog">Blog</a> ·
<a href="/support">Support</a>
</nav> -->
</header>
<section id="content">
<p>We make browser extensions that declutter the video viewing experience.</p>
<!-- <p>For example, our browser extension turns this ... </p>
<img src="/images/no-surprises-cluttered-100512.png" alt=""/>
<p>into this: </p>
<img src="/images/no-surprises-cleanr-100512.png" alt=""/> -->
<p>That's it. We remove clutter. </p>
<h3>Donate</h3>
<p>Your donations help support development of our free browser extension for Chrome, Firefox and Safari.</p>
<span> Donate via</span> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="display:inline;">
<label>Paypal:</label>
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="CGCLBDA3KNLBA">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</section>
<footer>
<p>Join us on <a href="https://www.facebook.com/ACleanerInternet" onClick="recordOutboundLink(this, 'Outbound Links', 'facebook.com/ACleanerInternet');return false;"><i class="icon-facebook-sign"></i> Facebook</a>, follow us on <a href="http://twitter.com/#!/cleanerinternet" onClick="recordOutboundLink(this, 'Outbound Links', 'twitter/cleanerinternet');return false;"><i class="icon-twitter"> </i> Twitter</a>
<!-- <p>Thanks for visiting. <a href="/about" rel="me">We</a> appreciate it.
-->
<br/>
<br/>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-22672790-1', 'auto');
ga('send', 'pageview');
</script>