-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
151 lines (147 loc) · 6.96 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html>
<head>
<title>Guess the Guitar Solo</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="icon" type="image/png" href="images/GuessTheGuitarSolo.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<!--Row with two equal columns-->
<div class="row">
<div class="col-sm-12">
<h4>Guess the Guitar Solo</h4>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<span>Level 1</span>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<button type="button" class="btn btn-xs btn-success">7</button>
<button type="button" class="btn btn-xs btn-danger">0</button>
<button type="button" class="btn btn-xs btn-success">7</button>
<button type="button" class="btn btn-xs btn-info">3</button>
<button type="button" class="btn btn-xs btn-success">7</button>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<span>Level 2</span>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<button type="button" class="btn btn-xs btn-success">7</button>
<button type="button" class="btn btn-xs btn-danger">0</button>
<button type="button" class="btn btn-xs btn-success">7</button>
<button type="button" class="btn btn-xs btn-info">3</button>
<button type="button" class="btn btn-xs btn-success">7</button>
</div>
</div>
<div class="row" style="margin-top: 12px; margin-bottom: 8px; margin-left: -26px;">
<div class="col-sm-12">
<audio controls="controls">
<source type="audio/ogg" class="au-target" src="https://stagingguitarsolo.azurewebsites.net/media/16410.ogg">
</audio>
<audio controls="controls">
<source type="audio/ogg" class="au-target" src="https://stagingguitarsolo.azurewebsites.net/media/16410.mp3">
</audio>
</div>
</div>
<div class="row" style="margin-bottom: 12px;">
<div class="col-xs-2" style="white-space: nowrap;">
<input type="checkbox" id="rock">
<label for="rock" style="font-size: .8em; vertical-align: middle;">Rock</label>
</div>
<div class="col-xs-2" style="white-space: nowrap;">
<input type="checkbox" id="metal">
<label for="metal" style="font-size: .8em; vertical-align: middle;">Metal</label>
</div>
<div class="col-xs-2" style="white-space: nowrap;">
<input type="checkbox" id="classic">
<label for="classic" style="font-size: .8em; vertical-align: middle;">Classic</label>
</div>
<div class="col-xs-2" style="white-space: nowrap;">
<input type="checkbox" id="oldies">
<label for="oldies" style="font-size: .8em; vertical-align: middle;">Oldies</label>
</div>
<div class="col-xs-4" style="white-space: nowrap;">
<input type="checkbox" id="country">
<label for="country" style="font-size: .8em; vertical-align: middle;">Country</label>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<input type="text" placeholder="Search artist or song..">
<button class="btn btn-xs glyphicon glyphicon-remove" style="margin-bottom: 4px; margin-left: 8px;"></button>
<button class="btn btn-xs glyphicon glyphicon-sort-by-alphabet" style="margin-bottom: 4px; margin-left: 12px;"></button>
</div>
</div>
<div class="row" style="overflow:auto; height: 340px;">
<div class="col-xs-10">
<ul class="list-group">
<li class="list-group-item">
<div class="row">
<div class="col-xs-3">
<img style="width: 60px; height: 40px;" src="images/5020.PNG">
</div>
<div class="col-xs-9">
<description>
<span style="font-size: 14px;">Cold</span>
<br>
<span style="font-size: 12px;">Remedy</span>
</description>
</div>
</div>
</li>
<li class="list-group-item active">
<div class="row">
<div class="col-xs-3">
<img style="width: 60px; height: 40px;" src="images/5024.PNG">
</div>
<div class="col-xs-9">
<description>
<span style="font-size: 14px;">Nirvana</span>
<br>
<span style="font-size: 12px;">Breed</span>
</description>
</div>
</div>
</li>
<li class="list-group-item">
<div class="row">
<div class="col-xs-3">
<img style="width: 60px; height: 40px;" src="images/5034.PNG">
</div>
<div class="col-xs-9">
<description>
<span style="font-size: 14px;">Green Day</span>
<br>
<span style="font-size: 12px;">American Idiot</span>
</description>
</div>
</div>
</li>
</ul>
</div>
<div class="col-xs-2">
<div class="row">
<div class="col-xs-12">
<button class="btn btn-primary" style="margin-left: -20px; margin-bottom: 4px;">Guess</button>
</div>
</div>
<div class="row" style="margin-top: 20px;">
<div class="col-xs-12">
<button class="btn btn-warning btn-xs" style="margin-left: -20px;">Give up</button>
</div>
</div>
</div>
</div>
</div>
</body>
</html>