-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 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
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<meta http-equiv='X-UA-Compatible' content='IE=Edge,chrome=1' />
<title>Timely</title>
<meta name='author' content='license2e'>
<meta name='description' content='timely'>
<meta name='keywords' content='timely, time'>
<meta name='viewport' content='width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no'>
<meta name='apple-mobile-web-app-title' content='timely'>
<meta name='application-name' content='timely'>
<link href='http://fonts.googleapis.com/css?family=Titillium+Web:200,300,600,400,700' rel='stylesheet' type='text/css'>
<link media='screen' rel='stylesheet' type='text/css' href='css/style.css' />
</head>
<body>
<div class="tile-container">
<div id="timely" class="tiles"></div>
<!-- <div id="example" class="tiles"></div> -->
</div>
<script type='text/javascript' src='js/lib/d3/d3.v3.js'></script>
<script type='text/javascript' src='js/main.js'></script>
<!-- <script type='text/javascript' src='js/overlap.js'></script> -->
<div id="links">
<a href="https://github.com/license2e/timely" class="btn">View on GitHub</a>
<a href="https://github.com/license2e/timely/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/license2e/timely/tarball/master" class="btn">Download .tar.gz</a>
</div>
<div id="credits">
Inspired by a watch design from: <a href="https://dribbble.com/jonadinges" target="_blank">Jona Dinges - Dribbble</a>
<br />
<a href="https://www.pinterest.com/pin/52565520627304874/">https://www.pinterest.com/pin/52565520627304874/</a>
</div>
</body>
</html>