forked from hackclub/map-2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (51 loc) · 1.96 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
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Hack Club" />
<meta name="twitter:site" content="@hackclub" />
<title>Clubs Map – Hack Club</title>
<meta property="og:title" content="Clubs Map – Hack Club" />
<meta name="twitter:title" content="Clubs Map – Hack Club" />
<meta
name="description"
content="Browse all the high school coding clubs in the global Hack Club network."
/>
<meta
property="og:description"
content="Browse all the high school coding clubs in the global Hack Club network."
/>
<meta
name="twitter:description"
content="Browse all the high school coding clubs in the global Hack Club network."
/>
<meta
property="og:image"
content="https://cloud-5s4fkhvsr.vercel.app/2020-07-25_460dgyn7ge8y6e0ddwd3ywwnkdf93v2f.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:image"
content="https://cloud-5s4fkhvsr.vercel.app/2020-07-25_460dgyn7ge8y6e0ddwd3ywwnkdf93v2f.png"
/>
<meta name="theme-color" content="#ec3750" />
<meta name="msapplication-TileColor" content="#ec3750" />
<link rel="stylesheet" href="https://hc-map.now.sh/style.css" />
</head>
<body>
<a href="https://hackclub.com/">
<img
style="position: absolute; top: 0; left: 10px; border: 0; width: 192px;"
src="https://assets.hackclub.com/flag-orpheus-top.png"
alt="Hack Club flag" />
</a>
<svg></svg>
<section id="banner"></section>
<script src="https://d3js.org/d3.v5.min.js"></script>
<script src="https://d3js.org/topojson.v1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.19/lodash.min.js"></script>
<script src="https://hc-map.now.sh/script.js"></script>
</body>
</html>