-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (82 loc) · 4.25 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Politiwatch is a tech non-profit.</title>
<meta property="og:type" content="website" />
<meta property="og:description"
content="Politiwatch is a nonprofit that uses technology to promote digital freedom, privacy, and social awareness." />
<link rel="icon" type="image/png" href="static/assets/icon.png">
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Politiwatch" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.4/css/bulma.min.css"
integrity="sha256-8B1OaG0zT7uYA572S2xOxWACq9NXYPQ+U5kHPV1bJN4=" crossorigin="anonymous" />
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<section class="section">
<div class="container">
<div class="content-block">
<div class="pusher is-hidden-mobile"></div>
<div class="white bg-navy big-block">
<h1 class="is-size-1">
<strong class="white">Politiwatch</strong> uses technology to promote
digital freedom, privacy, and social awareness.
</h1>
<div class="columns">
<div class="column">
<p class="heading white is-size-7">501(c)(3) nonprofit</p>
</div>
<div class="column">
<p class="heading white is-size-7">1M+ property hits per month</p>
</div>
<div class="column">
<p class="heading white is-size-7">4 active initiatives</p>
</div>
</div>
</div>
</div>
<div class="content-block navy">
<p>
Politiwatch is an American 501(c)(3) nonpartisan, nonprofit organization that advocates for freedom
of information, digital privacy, and social awareness.
</p>
<p>
Our work has been featured in or been referenced by the New York Times, NBC News, Nightly News with Lester Holt, CNN,
the Daily Beast, TimeOut, the New York Daily News, and Bustle, among other outlets.
</p>
<p>
Our flagship projects are <a href="https://polititweet.org">PolitiTweet</a>, <a
href="https://whoaremyrepresentatives.org">WhoAreMyRepresentatives.org</a>, and, most recently,
<a href="https://privacyspy.org">PrivacySpy</a>. We also develop a
number of experimental projects every year. We're currently working on <a href="https://atlos.org">Atlos</a>.
</p>
<p>
If you'd like to contribute, consider
supporting our work by <a href="https://donorbox.org/whoaremyrepresentatives">donating</a>.
</p>
<p>
We're looking for new interns and sponsors. To contact us, please send an email to <a
href="mailto:[email protected]">[email protected]</a>! We'd love to hear from you.
</p>
<p class="gray is-very-small">
Politiwatch is an IRS tax-exempt 501(c)(3) non-profit organization, formed in 2016 in New York
State (EIN 81-4771872). Politiwatch is managed primarily by <a href="https://miles.land">Miles
McCain</a>.
</p>
</div>
</div>
</section>
<script src="//static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">
try {
clicky.init(101007365);
} catch (e) {}
</script>
<noscript>
<p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/101007365ns.gif" /></p>
</noscript>
<noscript><img src="//shynet.rmrm.io/ingress/59db31fa-dd82-48fe-ae1c-11d5995d57e5/pixel.gif"></noscript> <script src="//shynet.rmrm.io/ingress/59db31fa-dd82-48fe-ae1c-11d5995d57e5/script.js"></script>
</body>
</html>