-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (27 loc) · 1.18 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Color-Clock</title>
<link href='http://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<div class="color"></div>
<div id="clock">
<div class="pointers sElem"></div>
<div class="pointers mElem"></div>
<div class="pointers hElem"></div>
</div>
<div class="social">
<iframe src="http://ghbtns.com/github-btn.html?user=anderskristo&repo=color-clock&type=fork"
allowtransparency="true" frameborder="0" scrolling="0" width="53" height="20"></iframe>
<a href="https://twitter.com/anderskristo" class="twitter-follow-button" data-show-count="false">Follow @anderskristo</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
<!-- LÉ SCRIPTS -->
<script src="vendor/jquery-min.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>