-
Notifications
You must be signed in to change notification settings - Fork 12
/
mail.html
200 lines (172 loc) · 6.88 KB
/
mail.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Wondering how you can help? Use this template to email your representative or leave a call expressing your concern.">
<title>Keep Our Net Free</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<!-- Theme CSS -->
<link href="css/grayscale.css" rel="stylesheet">
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon">
<!-- Google Analytics -->
<!--
<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-84136032-2', 'auto'); // Replace with your property ID.
ga('send', 'pageview');
</script>
-->
<!-- End Google Analytics -->
<!-- Removal of Net Neutrality Simulator -->
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/macmdnlopncdoehmjhfenfblflnohoen">
<script type="text/javascript">
var _bftn_options = {
theme: 'slow',
delay: 1000,
};
</script>
<script src="https://widget.battleforthenet.com/widget.js" async></script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar">
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-solid" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
Menu <i class="fa fa-bars"></i>
</button>
<div class="navbar-brand">
<a class="nav-item" href="index.html">
<i class="fa fa-play-circle"></i> <span class="light">Keep Our Net Free</span>
</a>
<a class="social" href="https://www.reddit.com/r/KeepOurNetFree/">
<i class="fa fa-reddit"></i>
</a>
</div>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="nav-item" href="information.html">Information</a>
</li>
<li>
<a class="nav-item" href="act.html">Act</a>
</li>
<li>
<a class="nav-item" href="mail.html">Tools</a>
</li>
<li>
<a class="nav-item" href="/blog">Blog</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Template Section -->
<section id="template" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<a href="contactcongress"></a>
<h2>Contact your Congressperson</h2>
<p>
Use this tool to find your congressperson/legislator.
</p>
<input type="text" id="address" placeholder="Input Address (1234 Smith Street, City, State)" />
<input type="button" id="nationalButton" class="btn btn-default btn-lg" value="Find My Congressperson"></a>
<input type="button" id="stateButton" class="btn btn-default btn-lg" value="Find My State Legislators"></a>
<div id="display-success" style="display: none; color: red;"><p>Please input a valid U.S. address (Street Address, City, State)</p></div>
<div id="display-pleasewait" style="display: none; color: blue;"><p>Working...</p></div>
<br><br><hr />
</div>
<div class="col-lg-8 col-lg-offset-2">
<a href="contactfcc"></a>
<h2>Rant to the FCC</h2>
<p>
Use this tool to express your concerns about net neutrality to FCC.
</p>
<input type="button" id="mailfcc" class="btn btn-default btn-lg" value="Mail The FCC"></a>
<br><br><hr />
</div>
<div class="col-lg-8 col-lg-offset-2">
<a href="nn-simulator"></a>
<h2>See what removing Net Neutrality would do</h2>
<p>
This Chrome extension demonstrates the impact of removing Net Neutrality by simulating the Internet without Net Neutrality.
</p>
<input type="button" id="installextension" class="btn btn-default btn-lg" value="Install the extension"></a>
<br><br><hr />
</div>
</div>
</section>
<!-- Footer -->
<footer>
<h6 style="text-align: center">KeepOurNetFree is a grassroots movement dedicated to promoting Internet rights. We do not take donations and are staffed entirely by volunteers.
<br><br>
KeepOurNetFree, Private Internet Access, Snoonet, and affiliates aim to protect the Integrity of the Internet.
<br><br>
<div class="container text-center">
<a href="https://www.privateinternetaccess.com/"><img src="img/pia.png" style="max-width:50%;"></img></a>
<a href="https://webchat.snoonet.org/KeepOurNetFree"><img src="img/snoonet.png" style="max-width:25%;max-height:25%;margin-right: 10px;"></img></a>
</div>
</footer>
<!-- jQuery -->
<script src="vendor/jquery/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Theme JavaScript -->
<script src="js/grayscale.js"></script>
</body>
<!-- Logic JavaScript -->
<script type="text/javascript">
$(document).ready(function() {
$("#stateButton").click(function() {
var address = $("#address").val();
localStorage.setItem("address", address);
window.open('statemail.html', '_blank');
});
$("#nationalButton").click(function() {
var address = $("#address").val();
localStorage.setItem("address", address);
window.open('nationalmail.html', '_blank');
});
// email to FCC
$("#mailfcc").click(function() {;
window.open('fccmail.html', '_blank');
});
// nn extension
$('#installextension').click(function() {
chrome.webstore.install('https://chrome.google.com/webstore/detail/macmdnlopncdoehmjhfenfblflnohoen', function() {
document.getElementById('installextension').value = "Thank you for installing our extension!";
});
});
$("#address").focus(function() {
$("#address").val("");
});
});
window.onbeforeunload = function () {
localStorage.removeItem("address");
}
window.onpagehide = function () {
localStorage.removeItem("address");
}
</script>
</html>