-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (48 loc) · 2.44 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Colourful Hex Clock | ndw.one</title>
<meta name="description" content="An international hex clock which tells you the time in colourful hex codes!">
<meta name="author" content="Natalie de Weerd">
<meta name="viewport" content="width=device-width">
<link rel="manifest" href="manifest.json">
<!-- CSS -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css?v=1.0">
<!-- jQuery -->
<script src="js/jquery-3.0.0.min.js"></script>
<script src="js/site.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Kanit:100,400" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<!--Social-->
<meta property="og:url" content="https://ndw.one/playground/hex-clock/" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Colourful Hex Clock | ndw.one" />
<meta property="og:description" content="An international hex clock which tells you the time in colourful hex codes!" />
<meta property="og:image" content="https://ndw.one/playground/hex-clock/images/facebook_share.jpg" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@nataliedeweerd">
<meta name="twitter:creator" content="@nataliedeweerd">
<meta name="twitter:title" content="NdW - Hex Clock">
<meta name="twitter:description" content="An international hex clock which tells you the time in colourful hex codes!">
<meta name="twitter:image" content="https://ndw.one/playground/hex-clock/images/facebook_share.jpg" />
</head>
<body>
<div class="wrapper">
<div class="clock__bg"></div>
<div id="clock"></div>
<div class="social">
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A//ndw.one/playground/hex-clock/"
target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/intent/tweet?text=Check%20out%20this%20awesome%20international%20hex%20clock%20which%20tells%20you%20the%20time%20in%20colourful%20hex%20codes!%20https%3A//ndw.one/playground/hex-clock/%20%40nataliedeweerd%20%23hexclock"
target="_blank"><i class="fab fa-twitter"></i></a>
</div>
</div>
</body>
</html>