-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommons_campaigns_1.html
More file actions
136 lines (133 loc) · 5.57 KB
/
Commons_campaigns_1.html
File metadata and controls
136 lines (133 loc) · 5.57 KB
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
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script type="text/javascript" src="http://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<link href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="commons_campaign_1.css" rel="stylesheet" type="text/css">
</head><body>
<div class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-ex-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><span>Brand</span></a>
</div>
<div class="collapse navbar-collapse" id="navbar-ex-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active">
<a href="#">Home</a>
</li>
<li>
<a href="#">Contacts</a>
</li>
</ul>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-4 action-card">
<h1>Sanctuary City Protest</h1>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-3">
<ul class="nav nav-pills">
<li class="active">
<a href="#">What</a>
</li>
<li>
<a href="#">Why</a>
</li>
<li>
<a href="#">Who</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<p>
<b>Protest calling on city officials to preserve our status as a sanctuary
city. We'll occupy the steps of city hall and speak out about why we welcome
immigrants.</b>
</p>
<img class="img-responsive float-left event-map" style="float: left;" src="http://maps.googleapis.com/maps/api/staticmap?center=Tombouctou,Mali&zoom=12&size=200x200&sensor=false">
<div>
<p class="event-time">
<br>
<br>
<b>12:00 Noon - 3:00 PM</b>
</p><p><br><br><br><br><br><br>.</p>
</div>
</div>
<div class="col-md-4 action-card">
<h1>Sanctuary City Protest</h1>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-3">
<ul class="nav nav-pills">
<li>
<a href="#">What</a>
</li>
<li class="active">
<a href="#">Why</a>
</li>
<li>
<a href="#">Who</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<h3>Why this ISSUE</h3>
<p>
<b>President Trump's demonization of immigrants is a foundation stone of
fascism. By remaining a sanctuary city, we create a permanent resistance
to the right-wing march.</b>
</p>
<h3>Why this TACTIC</h3>
<p>With the national leadership taken over by the right wing, cities are
the place where can win. Local media is interested in this issue and we
think they'll cover the protest.</p>
<h3>Why NOW</h3>
<p>We know the mayor is leaning our way already, and a hard push now will
give her a reason to do the right thing at next week's council meeting.</p>
<div></div>
</div>
<div class="col-md-4 action-card">
<h1>Sanctuary City Protest</h1>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-3">
<ul class="nav nav-pills">
<li>
<a href="#">What</a>
</li>
<li>
<a href="#">Why</a>
</li>
<li class="active">
<a href="#">Who</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<img src="http://dev-advocacycommons.herokuapp.com/img/blue_wavy_logo.jpg" class="blue-wave-logo img-responsive" style="width: 100px; float: left;"><h3>Blue Spark Citizens</h3><p><b>We're a new nationwide organization founded to put progressive policies in place in towns and cities of any size.</b></p><h4>Members: 70,000 total, 45 near you</h4><h4>Most Recent Action: Wash. DC candelight vigil</h4><p><br><br><br><br><br><br><br><br>.<br></p>
<div></div>
</div>
</div>
</div>
</div>
</body></html>