-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (46 loc) · 2.34 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>I Wanna Know</title>
<meta property="og:title" content="I Wanna Know"/>
<meta property="og:site_name" content="I Wanna Know"/>
<meta property="og:image" content="img/thumb.png"/>
<meta property="og:description" content="Discover the beat of the sound with AM like waves."/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300,600' rel='stylesheet' type='text/css'>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/main.min.css">
</head>
<body>
<a href="https://github.com/matheuslc/i-wanna-know"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/52760788cde945287fbb584134c4cbc2bc36f904/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f77686974655f6666666666662e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png"></a>
<header>
<h1 class="title">I wanna know</h1>
<h2 class="subtitle">the beat of this song</h2>
</header>
<div class="spinner spinner-hide">
<div class="rect1"></div>
<div class="rect2"></div>
<div class="rect3"></div>
<div class="rect4"></div>
<div class="rect5"></div>
</div>
<section class="music-select">
<span class="music-text">Select an awesome music</span>
<span class="music-note">If you have Do I Wanna Know, by Arctic Monkeys will be really awesome!
<input type="file" id="file">
</section>
<canvas id="beat"></canvas>
<nav class="footer">
<a href="http://matheuslc.com" class="author">/matheuslc</a>
<div class="controls">
<i class="fa fa-volume-up"></i>
<input type="range" name="" id="volume-control" class="volume" in="0" max="1" step="0.1" value="0.5">
<i class="fa fa-arrows-h"></i>
<input type="range" name="" id="waves-control" class="volume" in="12" max="50" step="1" value="12">
</div>
</nav>
<script src="js/scripts/wanna.min.js"></script>
</body>
</html>