forked from avischiffmann/BLM-Tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemp.html
100 lines (96 loc) · 7.27 KB
/
temp.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
<div class="col-8">
<div style="padding: 30px; padding-top: 0px;">
<div class="container">
<div class="row">
<div class="col">
<div class="card" style="width: 18rem; background-color: transparent;">
<div class="card-body" style="background-color: #2B2E32; border-radius: 15px;">
<h5 class="card-title" style="color: #FFFFFF; font-size: 30px;">Donations</h5>
<p class="card-text"><a style="color: #ffcc00; text-decoration: underline;"
href="https://donorbox.org/ncbf">Northwest Bail Fund:</a> If your loved
one has been
arrested for protesting, we’re standing by to post bail.</p>
</div>
</div>
</div>
<div class="col">
<div class="card" style="width: 18rem; background-color: transparent;">
<div class="card-body" style="background-color: #2B2E32; border-radius: 15px;">
<h5 class="card-title" style="color: #FFFFFF; font-size: 30px;">Curfews</h5>
<p class="card-text"><span style="color: #ffcc00;">Seattle:</span> 5am-5pm PST
</p>
<p class="card-text"><span style="color: #ffcc00;">Bellevue:</span>
5:30am-5:30pm PST</p>
</div>
</div>
</div>
<div class="col">
<div class="card" style="width: 18rem; background-color: transparent;">
<div class="card-body" style="background-color: #2B2E32; border-radius: 15px;">
<h5 class="card-title" style="color: #FFFFFF; font-size: 30px;">Social Medias
</h5>
<p class="card-text"><span style="color: #ffcc00;">Governor:</span> <a
href="https://twitter.com/GovInslee"
style="text-decoration: underline;">Gov. Inslee</a></p>
<p class="card-text"><span style="color: #ffcc00;">Seattle Mayor:</span> <a
href="https://twitter.com/MayorJenny?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor"
style="text-decoration: underline;">Mayor Jenny</a></p>
<p class="card-text"><span style="color: #ffcc00;">Seattle Police:</span> <a
href="https://twitter.com/SeattlePD"
style="text-decoration: underline;">SeattlePD</a></p>
<p class="card-text"><span style="color: #ffcc00;">Bellevue Police:</span> <a
href="https://twitter.com/BvuePD"
style="text-decoration: underline;">BellevuePD</a></p>
</div>
</div>
</div>
<div class="col">
<div class="card" style="width: 18rem; background-color: transparent;">
<div class="card-body" style="background-color: #2B2E32; border-radius: 15px;">
<h5 class="card-title" style="color: #FFFFFF; font-size: 30px;">Protest Locations</h5>
<p style="color: #ffcc00;" class="card-text">Seattle</p>
<p style="color: #ffcc00;" class="card-text">Bellevue</p>
<p style="color: #ffcc00;" class="card-text">Spokane</p>
<p style="color: #ffcc00;" class="card-text">Kennewick</p>
<p style="color: #ffcc00;" class="card-text">Federal Way</p>
<p style="color: #ffcc00;" class="card-text">Walla Walla</p>
</div>
</div>
</div>
<div class="col">
<div class="card" style="width: 18rem; background-color: transparent;">
<div class="card-body" style="background-color: #2B2E32; border-radius: 15px;">
<h5 class="card-title" style="color: #FFFFFF; font-size: 30px;">Has the national guard been deployed?</h5>
<p class="card-text"><span style="color: #ffcc00;">YES</span></p>
</div>
</div>
</div>
<div class="col">
<div class="card" style="width: 18rem; background-color: transparent;">
<div class="card-body" style="background-color: #2B2E32; border-radius: 15px;">
<h5 class="card-title" style="color: #FFFFFF; font-size: 30px;">Help us update</h5>
<p class="card-text">Send changes/updates for this page to <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</div>
</div>
<br>
<!-- <iframe src="https://www.google.com/maps/d/embed?mid=1W3fsF5-Mz3_KaBgVt2pU8BDY5GkawUN_"
width="1080" height="480"></iframe> -->
</div>
</div>
<div class="col-4">
<!-- Place <div> tag where you want the feed to appear -->
<div id="curator-feed-washington-layout"><a href="https://curator.io" target="_blank"
class="crt-logo crt-tag"></a></div>
<!-- The Javascript can be moved to the end of the html page before the </body> tag -->
<script type="text/javascript">
/* curator-feed-washington-layout */
(function () {
var i, e, d = document, s = "script"; i = d.createElement("script"); i.async = 1;
i.src = "https://cdn.curator.io/published/72052b8c-5a2d-46aa-baa6-18cb48fb63f3.js";
e = d.getElementsByTagName(s)[0]; e.parentNode.insertBefore(i, e);
})();
</script>
</div>