-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathjoin.html
77 lines (64 loc) · 3.8 KB
/
join.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Join the Taskforce</title>
<meta name="description" content="Taskforce is a group of volunteers who create campaigns to advocate for better technology policy and build open source tools.">
<script src="/js/jquery-2.03.min.js"></script>
<script src="/js/taskforce.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.0/js/bootstrap.min.js"></script>
<link href='//fonts.googleapis.com/css?family=Lato:300|PT+Serif:400,700' rel='stylesheet' type='text/css'>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.2/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.0/css/bootstrap.min.css">
<link href="/css/styles.css" rel="stylesheet">
<!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<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-45447331-1', 'taskforce.is');
ga('send', 'pageview');
</script>
<!-- Facebook OpenGraph tags
<meta property="og:title" content="This is the most effective thing you can do to fight back against the NSA. You in?" />
<meta property="og:description" content="On October 26th, people from all walks of life will descend on Washington, DC to call for an end to mass NSA surveillance. Will you be there?" />
<meta property="og:type" content="cause" />
<meta property="og:url" content="https://rally.stopwatching.us" />
<meta property="og:image" content="https://rally.stopwatching.us/img/facebook-v4.jpg" />
<meta property="og:site_name" content="StopWatching.us" />-->
<!-- Twitter Card tags
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@stopwatchingus">
<meta name="twitter:creator" content="@stopwatchingus">
<meta name="twitter:title" content="A Rally Against Mass Surveillance">
<meta name="twitter:description" content="On October 26th, people from all walks of life will descend on Washington, DC to call for an end to mass NSA surveillance. Will you be there?">
<meta name="twitter:image" content="https://rally.stopwatching.us/img/facebook-v4.jpg"> -->
</head>
<body>
<div class="centered container">
<div class="row header">
<a href="/"><img src="img/taskforce-logo.png" /></a>
<div class="col-sm-12">
<h1>Taskforce is a group of volunteers working at the intersection of technology and politics.</h1>
<h2>- We <strong>create campaigns</strong> to advocate for better technology policy.<br>
- We <strong>build open source tools</strong> to help make citizen advocacy more effective.</h2>
<h2>Join us:</h2>
</div>
</div>
<div class="row campaigns">
<div class="col-sm-12 col-md-8 centerdiv">
<iframe src="https://docs.google.com/forms/d/14v6w-QJcimY1B9_l2FkAlHJEPKrV0R0VVjYEX8NB16Y/viewform?embedded=true" width="100%" height="1000" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
</div>
<div class="row footer">
<div class="col-sm-12">
<p>This page was made by Taskforce members Sina Khanifar and Karissa McKelvey. Read about <a href="http://sina.is/task-force/">how it got started</a>. <br>
The site is open source and licensed under a Creative Commons Attribution 3.0 Unported License.</p>
</div>
</div>
</div>
</body>
</html>