-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (40 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" type="text/css" href="main.css">
<title>CC Underground</title>
<meta property="og:title" content="CC Underground" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://carrythebanner.github.io/cc-underground" />
<meta property="og:image" content="https://carrythebanner.github.io/cc-underground/CC_Underground-thumbnail.png" />
</head>
<body>
<main>
<header>
<h1>CC Underground</h1>
<h2>About</h2>
<p>The CC Underground map is a visualization of the <a href="https://www.crowdcompass.com" rel="noopener">CrowdCompass</a> office in Portland, Oregon, reimagined as a transit map.</p>
</header>
<div id="map">
<a href="v2/export/CC_Underground.png"><img src="CC_Underground-thumbnail.png" srcset="CC_Underground-thumbnail.png 1x, CC_Underground-thumbnail-2x.png 2x" alt="CC Underground map"></a>
</div>
<!-- TODO: Text description as table -->
<div id="download">
<h2>Download</h2>
<ul>
<li><a href="v2/export/CC_Underground.svg" download>SVG</a></li>
<li><a href="v2/export/CC_Underground.pdf" download>PDF</a></li>
<li><a href="v2/export/CC_Underground.png" download>PNG</a></li>
</ul>
</div>
<footer>
<h2>Credit</h2>
<p>Created by Josh Hetrick. Licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/" rel="noopener">CC BY-SA 4.0</a>.</p>
<h2>Source</h2>
<p><a href="https://github.com/carrythebanner/cc-underground">GitHub</a></p>
</footer>
</main>
</body>
</html>