-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
index.html
65 lines (65 loc) · 2.55 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
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<title>cheeaun.earth</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no"
/>
<link rel="stylesheet" href="assets/app.css" />
<link rel="preconnect" href="https://api.mapbox.com" crossorigin />
<link rel="preload" href="data/checkins.min.json" as="fetch" crossorigin />
<meta name="description" content="A map of places I've checked in on Earth." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" property="og:url" content="https://cheeaun.earth" />
<meta name="twitter:title" property="og:title" content="cheeaun.earth" />
<meta
name="twitter:description"
property="og:description"
content="A map of places I've checked in on Earth."
/>
<meta
name="twitter:image"
property="og:image"
content="https://raw.githubusercontent.com/cheeaun/earth/master/screenshots/screenshot-2.jpg"
/>
<header>
<h1>cheeaun.earth</h1>
<a
href="https://foursquare.com/cheeaun"
target="_blank"
title="cheeaun on Foursquare"
>
<svg viewBox="0 0 46 63" height="16" width="12">
<title>Foursquare</title>
<path
d="M38 9l-1 7-2 2H21l-2 2v2l2 3h12c1 0 2 1 1 2l-1 7-2 2h-9l-4 1L7 50c0 1 0 0 0 0V9l2-2h27l2 2zm1 29l6-30-6 30zm1-38H6C1 0 0 3 0 6v53c0 2 1 3 2 3h4l17-19h11c4 0 5-4 5-5l6-30c1-5 0-8-5-8z"
/>
</svg>
</a>
<a
href="https://github.com/cheeaun/earth"
target="_blank"
title="cheeaun.earth project on GitHub"
>
<svg viewBox="0 0 24 24" width="16" heigth="16">
<title>GitHub</title>
<path
d="M12 .3C5.37.3 0 5.67 0 12.3c0 5.3 3.44 9.8 8.2 11.38.6.12.83-.26.83-.57 0-.28 0-1.03-.02-2.03-3.33.72-4.03-1.6-4.03-1.6-.55-1.4-1.34-1.77-1.34-1.77-1.08-.74.1-.73.1-.73 1.2.1 1.83 1.24 1.83 1.24 1.07 1.84 2.8 1.3 3.5 1 .1-.77.4-1.3.75-1.6-2.66-.3-5.46-1.33-5.46-5.93 0-1.3.47-2.38 1.24-3.22-.14-.3-.54-1.52.1-3.18 0 0 1-.32 3.3 1.23.96-.26 1.98-.4 3-.4s2.04.14 3 .4c2.28-1.55 3.3-1.23 3.3-1.23.63 1.66.23 2.88.1 3.18.77.84 1.24 1.9 1.24 3.22 0 4.6-2.8 5.63-5.48 5.92.42.35.8 1.1.8 2.2v3.3c0 .3.2.7.82.57C20.56 22.1 24 17.6 24 12.3c0-6.63-5.37-12-12-12"
/>
</svg>
</a>
</header>
<div id="info">
A map of places I've checked in on Earth.<br />
<span id="info-checkins">0</span> check-ins<br />
<span id="info-places">0</span> places<br />
<span id="info-countries">0</span> countries
</div>
<div id="map"></div>
<div id="countries"></div>
<script type="module" src="assets/app.js"></script>
<script
defer
data-domain="cheeaun.earth"
src="https://plausible.io/js/plausible.js"
></script>