-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
59 lines (58 loc) · 3.1 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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Albums match</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="stylesheets/fontello.css">
<link rel="stylesheet" href="stylesheets/animation.css">
<link rel="stylesheet" href="stylesheets/main.css">
<link href="http://fonts.googleapis.com/css?family=Questrial|Old+Standard+TT:400,400italic,700" rel="stylesheet" type="text/css">
</head>
<body class="cbp-spmenu-push">
<nav id="cbp-spmenu-s1" class="cbp-spmenu cbp-spmenu-vertical cbp-spmenu-left">
<h3>Albums match</h3>
<div class="lastfm-username">
<input placeholder="Enter your last.fm name..."><a id="get-user"><i class="icon-right-big"></i></a>
</div>
<div class="lastfm-tags">
<input placeholder="Enter tags"><a id="get-tags"><i class="icon-right-big"></i></a>
</div><a href="#" id="select-genres">Select Genres</a>
<div class="genres"><a href="#" d="rock">Rock</a><a href="#" d="dance">Dance</a><a href="#" d="pop">Pop</a><a href="#" d="metal">Metal</a><a href="#" d="country">Country</a><a href="#" d="classical">Classical</a><a href="#" d="electronic">Electronic</a><a href="#" d="blues">Blues</a><a href="#" d="alternative">Alternative</a><a href="#" d="jazz">Jazz</a></div><a href="https://github.com/fakelbst/albums-match" class="github">Fork me on Github</a>
</nav>
<div align="center" class="menu">
<button id="play" class="btn btn-6 btn-6b">Play</button>
<button id="easy-mode" class="btn btn-6 btn-6b">Classic mode</button>
<button id="how-to" class="btn btn-6 btn-6b">How to play</button>
</div>
<button href="#" id="button-menu" style="display: none;">Menu</button>
<div style="display: none;" class="loading"><i class="icon-spin4 animate-spin"></i>
<p class="infos">Loading...please wait.</p>
</div>
<div style="display: none;" class="playground">
<canvas id="c" width="1200px" height="800"></canvas>
</div>
<div style="display: none;" class="intro">
<div>
<p><b>Play: </b>Link the albums' cover by the same artists.</p>
<p><b>Classic Mode: </b>Just link the same picture!!!</p>
</div>
</div>
<script data-main="javascripts/main.js" src="javascripts/lib/require.js"></script>
<div id="image-datas" style="display: none;"></div>
<div class="left">
<button id="showLeftPush"><i class="icon-right-open-big"></i></button>
</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-39511984-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>