-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (42 loc) · 1.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/SCOTUS.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="og-title"
content="How Partisan are the Justices of the US Supreme Court?"
/>
<meta name="og:url" content="https://c4ds-sketch-2.vercel.app/" />
<meta
name="og:image"
content="https://raw.githubusercontent.com/dfarooq610/c4ds-sketch-2/main/public/SCOTUS.png"
/>
<meta name="og:type" content="article" />
<meta
name="og:description"
content="An interactive piece highlighting how the perceived political leanings of Supreme Court Justices compare with their decision history."
/>
<meta name="og:locale" content="en_US" />
<meta
name="keywords"
content="SCOTUS, Justices, Supreme Court, Bias, Politcal Bias, Echo Chambers, Media"
/>
<meta
name="author"
content="Gabiel Cohen and Danish Farooq, Northeastern University"
/>
<title>How partisan are US Supreme Court Justices?</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Cardo&family=Josefin+Sans:wght@400;500;700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>