This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
forked from kenmickles/internetshutdown
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
76 lines (71 loc) · 4.01 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
<!doctype html>
<html lang="en">
<head>
<title>#StopTheFCC</title>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="author" content="Fight for the Future">
<meta itemprop="name" content="">
<meta itemprop="description" content="">
<meta itemprop="image" content="https://www.battleforthenet.com/images/share_images/urgent.png">
<!-- Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.internetshutdown.org">
<meta property="og:image" content="https://www.battleforthenet.com/images/share_images/urgent_square.png">
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:site_name" content="">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@FightForTheFtr">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://www.battleforthenet.com/images/share_images/urgent.png">
<meta name="twitter:url" content="https://www.internetshutdown.org">
<link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/jquery.min.js"></script>
<script src="js/app.js"></script>
</head>
<body>
<div id="app">
<div class="logo">
<img src="images/logo.png" alt="#STOPTHEFCC | DECEMBER 12">
</div>
<div class="content">
<div class="container">
<h1>
The FCC is about to erase the best stuff online.
<br>
Stop them.
</h1>
<p>The FCC vote on #NetNeutrality is December 14th, and if we lose, ISPs like Comcast and Verizon will be able to control what we see & do online through censorship, slowlanes, and extra fees. So on December 11th 2017, we will turn our sites & profiles red and run these widgets to drive calls to Congress with a simple message: #StopTheFCC. Will you join?</p>
<h3 class="hidden form-success">The Internet thanks you!</h3>
<h3 class="hidden form-error">Hmmm... That didn't work :/</h3>
<form method="post" action="https://queue.fightforthefuture.org/action" accept-charset="UTF-8">
<input type="text" placeholder="Full Name" name="member[first_name]" required>
<input type="email" name="member[email]" placeholder="Email" required>
<input type="text" name="member[postcode]" placeholder="Zip Code">
<input type="tel" name="member[phone_number]" placeholder="Phone">
<input class="hidden" type="checkbox" checked="checked" name="hp_enabled">
<input class="hidden" type="checkbox" name="hp_disabled">
<input class="hidden" type="text" name="guard">
<input type="hidden" name="contact_congress" value="0">
<input type="hidden" name="org" value="fftf">
<button class="btn">Join the Protest</button>
</form>
<br>
<a class="btn btn-outline" href="https://www.battleforthenet.com/">Contact Congress Now</a>
<div class="social">
<a class="facebook" href="https://www.facebook.com/sharer.php?u=https://www.internetshutdown.org/" target="_blank">Share on Facebook</a>
<a class="twitter" href="https://twitter.com/intent/tweet?related=fightfortheftr&text=The%20FCC%20wants%20to%20destroy%20%23netneutrality%20%26%20give%20Big%20Cable%20control%20over%20the%20Internet.%20This%20is%20how%20we%20stop%20them.%20https://www.internetshutdown.org/" target="_blank">Share on Twitter</a>
</div>
</div>
</div>
</div>
<script src="https://www.fightforthefuture.org/js/archive-modal.js" async></script>
</body>
</html>