forked from TobMcG/tobmcg.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (53 loc) · 1.8 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width" />
<title>Tobin McGilligan</title>
<!-- Stylesheets -->
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro:300,400' rel='stylesheet' type='text/css'>
<link href='style.css' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="timer">
<div id="timestamp"></div>
<div id="elapsed">ELAPSED</div>
<div id="contact">Contact Tobin:</br>[email protected]</div>
</div>
<!--<div id="portfolioContainer">
<div id="discrimination" style="top: calc(var(--width) * 0.4); left: calc(var(--width) * 1.2);"></div>
<div id="invasion" style="top: calc(var(--width) * 0.8); left: calc(var(--width) * 3.6);"></div>
<div id="sco" style="top: calc(var(--width) * 1.2); left: calc(var(--width) * 6);"></div>
</div>-->
<div id="title">
T G</br>
O R</br>
B I</br>
I F</br>
N F</br>
I</br>
W N</br>
I<span>__</span></br>
L M</br>
L C</br>
I G</br>
A I</br>
M L</br>
L</br>
I</br>
G</br>
A</br>
N</br>
</div>
<!-- External Scripts -->
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://d3js.org/topojson.v1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<!-- Data -->
<script src="ne_50m_admin_0_countries_lakes_30.json"></script>
<script src="ne_50m_admin_0_countries_lakes_30_dissolved.json"></script>
<script src="ne_50m_wgs84_bounding_box.json"></script>
<!-- Internal Scripts -->
<script src="main.js"></script>
</body>
</html>