-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
166 lines (154 loc) · 7.23 KB
/
index.html
File metadata and controls
166 lines (154 loc) · 7.23 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="keywords" content="Capitol, Capitol Attack, US Capitol Assault, Capitol Videos, Parler Videos">
<meta name="description" content="Explore videos of the 2021 storming of the U.S. Capitol">
<title>Capitol Assault</title>
<meta name="title" content="Capitol Assault">
<meta name="description" content="Explore the 2021 storming of the U.S. Capitol">
<meta property="og:type" content="website">
<meta property="og:url" content="https://capitol.netlify.app/">
<meta property="og:title" content="Capitol Assault">
<meta property="og:description" content="Explore the 2021 storming of the U.S. Capitol">
<meta property="og:image" content="https://capitol.netlify.app/preview.jpg">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://capitol.netlify.app/">
<meta property="twitter:title" content="Capitol Assault">
<meta property="twitter:description" content="Explore the 2021 storming of the U.S. Capitol">
<meta property="twitter:image" content="https://capitol.netlify.app/preview.jpg">
<link rel="stylesheet" type="text/css" href="https://api.mapbox.com/mapbox-gl-js/v2.0.0/mapbox-gl.css">
<link rel="stylesheet" type="text/css" href="./styles.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-187518887-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-187518887-1');
</script>
<script src="https://api.mapbox.com/mapbox-gl-js/v2.0.0/mapbox-gl.js" type="text/javascript"></script>
<script src="./main.js" type="module"></script>
</head>
<body>
<noscript>
<strong>You need to enable Javascript to view this page.</strong>
</noscript>
<div id="videoWrapper" class="c-Player">
<a id="closePlayer" href="#">Close</a>
<video
id="videoPlayer"
autoplay
muted
controls
>
Sorry, your browser doesn't support embedded videos.
</video>
<div id="faces" class="c-Player__faces"></div>
</div>
<!-- About panel -->
<div id="aboutPanel" class="c-About">
<h1 class="c-About__title">
Capitol
</h1>
<p class="c-About__description">
Explore the <a href="https://en.wikipedia.org/wiki/2021_storming_of_the_United_States_Capitol" target="_blank">2021 storming of the U.S. Capitol</a>
</p>
<a id="expandAbout" href="#">+ more</a>
<br>
<br>
<div class="c-About__content">
<h3>What's this?</h3>
<p class="c-About__description">
A <a href="https://github.com/mstrlaw/capitol" target="_blank">project</a> to collect and provide a dynamic way of viewing the events surrounding and leading to the 2021 storming of the U.S. Capitol.
</p>
<h3>How does it work?</h3>
<p class="c-About__description">
Navigate the map and click on clusters or individual markers to view the collected videos for that location.
</p>
<h3>Can I help?</h3>
<p class="c-About__description">
Yes! Help us pinpoint the geo location of the videos and tag their content.
<a href="https://github.com/mstrlaw/capitol" target="_blank">See here</a> how to do it.
</p>
<h3>Why do this?</h3>
<p class="c-About__description">
These events represent an assault on democratic values in the U.S. and all around the world. This is our way of making sure this day is not forgotten.
</p>
<br>
<b>Disclaimer</b>
<br>
<small>All content on this website is provided "as is", without warranty or guarantees of any kind, express or implied. Location accuracy of the videos is not guaranteed. If you identify any individual, do not harass or dox them. If you have any tips, <a href="https://tips.fbi.gov/digitalmedia/aad18481a3e8f02" target="_blank">give them to the FBI</a>. This page uses Google Analytics for statistical purposes. <a href="https://github.com/mstrlaw/capitol" target="_blank">View project page</a></small>
</div>
</div>
<!-- Left panel -->
<a id="leftPanelToggle" href="#" class="c-Panel__leftToggle">Filters</a>
<div id="leftPanel" class="c-Panel c-Panel__left">
<div class="c-Panel__header">
<a id="closePanelLeft" href="#" class="c-Panel__closePanel">close</a>
</div>
<div class="c-Panel__body">
<div class="c-Panel__filter">
<input type="checkbox" id="faces" name="faces" value="faces">
<label for="faces">with identified faces</label>
</div>
<div class="c-Panel__filter">
<input type="checkbox" id="vlog" name="vlog" value="vlog">
<label for="vlog">vlog</label>
</div>
<div class="c-Panel__filter">
<input type="checkbox" id="music" name="music" value="music">
<label for="music">music</label>
</div>
<div class="c-Panel__filter">
<input type="checkbox" id="chants" name="chants" value="chants">
<label for="chants">chants</label>
</div>
<div class="c-Panel__filter">
<input type="checkbox" id="conversation" name="conversation" value="conversation">
<label for="conversation">conversation</label>
</div>
<div class="c-Panel__filter">
<input type="checkbox" id="riot" name="riot" value="riot">
<label for="riot">riot</label>
</div>
<div class="c-Panel__filter">
<input type="checkbox" id="violence" name="violence" value="violence">
<label for="violence">violence</label>
</div>
<div class="c-Panel__filter">
<input type="checkbox" id="police" name="police" value="police">
<label for="police">police</label>
</div>
<div class="c-Panel__filter">
<input type="checkbox" id="speech" name="speech" value="speech">
<label for="speech">speech</label>
</div>
<div class="c-Panel__filter">
<input type="checkbox" id="trespassing" name="trespassing" value="trespassing">
<label for="trespassing">trespassing</label>
</div>
<div class="c-Panel__filter">
<input type="checkbox" id="trump" name="trump" value="trump">
<label for="trump">trump</label>
</div>
<div class="c-Panel__filter">
<input type="checkbox" id="roger-stone" name="roger-stone" value="roger-stone">
<label for="roger-stone">roger stone</label>
</div>
<div class="c-Panel__filter">
<input type="checkbox" id="alex-jones" name="alex-jones" value="alex-jones">
<label for="alex-jones">alex jones</label>
</div>
</div>
</div>
<!-- Right panel -->
<div id="rightPanel" class="c-Panel c-Panel__right">
<div class="c-Panel__header">
<a id="closePanelRight" href="#" class="c-Panel__closePanel">close</a>
</div>
<div id="panelBody" class="c-Panel__body"></div>
</div>
<div id="map"></div>
</body>
</html>