-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (39 loc) · 1.95 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, width=device-width, minimal-ui">
<meta property="og:title" content="Vlog Radio">
<meta property="og:site_name" content="Vlog Radio">
<meta property="og:url" content="http://vlograd.io/">
<meta property="og:image" content="http://vlograd.io/images/thumb.png">
<meta property="og:description" content="Vlog Radio is a site showcasing the music used by Casey Neistat in his daily vlogs.">
<title>Vlog Radio</title>
<link rel="stylesheet" type="text/css" href="./style.css">
<script src="//w.soundcloud.com/player/api.js"></script>
<script src="./main.js"></script>
</head>
<body>
<div id="container">
<div id="center">
<div id="bang">
<div id="mouth">
<object id="controls" type="image/svg+xml" data="./images/controls.svg"></object>
</div>
<img id="casey" src="./images/closed.png" data-ratio="1">
</div>
<img id="explanation" src="./images/explanation.svg">
</div>
<div id="loading">
<span class="loading-head wait-please">Loading</span>
<span class="loading-sub wait-please">Please wait</span>
<span id="touch-to-begin" class="loading-head">Touch here to begin</span>
</div>
<div id="footer">
<span id="disclaimer">Not actually affiliated with Casey Neistat. I have no idea why I made this. I'm sorry.</span>
<span id="by">Brought to you by <a href="http://treykeown.com/">Trey Keown</a>.</span>
</div>
<img id="preload" src="./images/open.png">
</div>
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-69443783-1', 'auto');ga('send', 'pageview');</script>
</body>
</html>