-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (33 loc) · 1.69 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
<!DOCTYPE html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-2320532-14"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-2320532-14');
</script>
<link rel="stylesheet" type="text/css" href="styles.css?v=1.1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>8 minutes 46 seconds</title>
<meta name="description" content="A short time can feel like an eternity." />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="8 minutes 46 seconds">
<meta name="twitter:description" content="A short time can feel like an eternity.">
<meta name="twitter:image" content="https://8m46s.com/img.png">
<meta property="og:title" content="8 minutes 46 seconds" />
<meta property="og:type" content="website" />
<meta property="og:description" content="A short time can feel like an eternity." />
<meta property="og:image" content="https://8m46s.com/img.png" />
</head>
<body>
<div class="intro" id="intro">On May 25th 2020, Derek Chauvin held his knee on the neck of George Floyd for 8 minutes and 46 seconds, resulting in Mr. Floyd's death. I invite visitors to sit quietly and reflect for this same length of time. It feels like an eternity. A partial transcript of the incident is provided throughout.</div>
<div class="wrapper">
<div class="timer" id="timer">8:46</div>
<button id="start" onclick="start()">Start Timer</button>
<div id="transcript" class="transcript-hide"></div>
</div>
<script type="text/javascript" src="script.js?v=1.1"></script>
</body>
</html>