-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
110 lines (89 loc) · 3.67 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
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html>
<head>
<meta property="og:title" content="HandsUpWalkout Actions Across the US">
<meta property="og:type" content="website">
<meta property="og:url" content="http://handsupwalkout.com/">
<meta property="og:image" content="http://handsupwalkout.com/handsupwalkout-fb-share.jpg">
<meta property="og:site_name" content="HandsUpWalkout.com">
<meta property="og:description" content="#HandsUpWalkout actions planned across the US. Monday, Dec 1 at noon CST walk out of school/work/etc.">
<meta charset=utf-8 />
<title>#HandsUpWalkOut - Join an Action</title>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' />
<script src='https://code.jquery.com/jquery-2.1.1.js'></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.1.4/mapbox.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox.js/v2.1.4/mapbox.css' rel='stylesheet' />
<link href='style.css' rel='stylesheet' />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<section id="container" >
<!--header start-->
<header class="header white-bg">
<div class="sidebar-toggle-box">
<div data-original-title="Toggle Navigation" data-placement="right" class="fa fa-bars tooltips"></div>
</div>
<!--logo start-->
<div class="logo"><span class="hash">#</span>HandsUpWalkOut // Actions // Dec 1 // <span id="when"><span class="time">12pm</span> <span class="zone">CST</span></span></div>
<!--logo end-->
</header>
<!--header end-->
<!--sidebar start-->
<aside>
<div id="sidebar" class="nav-collapse ">
<!-- sidebar menu start-->
<ul class="sidebar-menu">
<li>
<a href="http://goo.gl/forms/LuR5TKgKM3">
<i class="fa fa-thumb-tack"></i>
<span>Submit an action</span>
</a>
</li>
</ul>
<div class="cred">
<p>
This is a map of planned HANDS UP WALK OUT events on Mon Dec 1st - 12:01 pm CST in solidarity with Ferguson.
</p>
<p>
Text "HANDS UP" to 90975 to get updates.
</p>
<p>
Read more about attending or planning an action from <a href="http://fergusonaction.com/hands-up-walk-out/">FergusonAction.com</a>.
</p>
<p>
</p>
<p>
There are MANY more events than listed here. <br />
Event information from <a href="http://fergusonresponse.tumblr.com">fergusonresponse.tumblr.com</a>
</p>
<p>Follow and share the action on twitter with the <a target="_new" href="https://twitter.com/search?q=%23HandsUpWalkout">#HandsUpWalkout</a> hashtag.
</div>
<!-- sidebar menu end-->
</div>
</aside>
<!--sidebar end-->
<!--main content start-->
<section id="main-content">
<div class="wrapper">
<div id="map"></div>
</div>
</section>
<!--main content end-->
</section>
<script src='map.js'></script>
<script src='//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.compat.min.js'></script>
<script src='scripts.js'></script>
<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-1111502-23', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>