-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
214 lines (214 loc) · 11.8 KB
/
home.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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Expires" content="0"/>
<title>Music Finder</title>
<script type="text/javascript">
if (!sessionStorage.loggedIn) {
window.location.replace("index.html");
}
</script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script type="text/javascript" src="js/config.js"></script>
<script type="text/javascript" src="js/mixpanel-library.js"></script>
<script type="text/javascript" src="js/segment-library.js"></script>
<script type="text/javascript" src="js/mixpanel.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P6M92KHS"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header>
<div class="leftContainer">
<span id="logo"><a href="https://scott-marinoff.github.io/music-finder-v2/index.html">Music Finder</a></span> (ID v2) brought to you by <a id="mixpanelLink" href="https://mixpanel.com/project/3309951/view/3811163/app/events" target="_blank" rel="noopener noreferrer">Mixpanel</a>
</div>
<div class="rightContainer">
<script type="text/javascript">
if (config.plan) {
document.write('<span id="upgradeButton">Upgrade</span><span id="downgradeButton">Downgrade</span>');
}
</script>
<span id="logoutButton">Logout</span>
</div>
</header>
<div id="mainContainer">
<div class="genreContainer" data-genre="Hip-Hop">
<div class="songContainer" data-title="Norf Norf" data-artist="Vince Staples" data-duration="333" data-genre="hip-hop" data-price="0.99">
<span class="title">Norf Norf</span> by <span class="artist">Vince Staples</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="Grown Up" data-artist="Danny Brown" data-duration="333" data-genre="hip-hop" data-price="0.99">
<span class="title">Grown Up</span> by <span class="artist">Danny Brown</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="Street Knowledge" data-artist="Ghostface Killah" data-duration="333" data-genre="hip-hop" data-price="0.99">
<span class="title">Street Knowledge</span> by <span class="artist">Ghostface Killah</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="Self Care" data-artist="Mac Miller" data-duration="346" data-genre="hip-hop" data-price="0.99">
<span class="title">Self Care</span> by <span class="artist">Mac Miller</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="Root of All Evil" data-artist="Underachievers" data-duration="333" data-genre="hip-hop" data-price="0.99">
<span class="title">Root of All Evil</span> by <span class="artist">Underachievers</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
</div>
<div class="genreContainer" data-genre="Folk">
<div class="songContainer" data-title="Fake Palindromes" data-artist="Andrew Bird" data-duration="333" data-genre="Folk" data-price="0.99">
<span class="title">Fake Palindromes</span> by <span class="artist">Andrew Bird</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="Montezuma" data-artist="Fleet Foxes" data-duration="333" data-genre="Folk" data-price="0.99">
<span class="title">Montezuma</span> by <span class="artist">Fleet Foxes</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="Late July" data-artist="Shakey Graves" data-duration="333" data-genre="Folk" data-price="0.99">
<span class="title">Late July</span> by <span class="artist">Shakey Graves</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="We're All In This Together" data-artist="Old Crow Medicine Show" data-duration="333" data-genre="Folk" data-price="0.99">
<span class="title">We're All In This Together</span> by <span class="artist">Old Crow Medicine Show</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="Beggar In The Morning" data-artist="The Barr Brothers" data-duration="333" data-genre="Folk" data-price="0.99">
<span class="title">Beggar In The Morning</span> by <span class="artist">The Barr Brothers</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
</div>
<div class="genreContainer" data-genre="Electronic">
<div class="songContainer" data-title="I'm Sorry" data-artist="Swell" data-duration="333" data-genre="Electronic" data-price="0.99">
<span class="title">I'm Sorry</span> by <span class="artist">Swell</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="How Did I Get Here" data-artist="Odesza" data-duration="333" data-genre="Electronic" data-price="0.99">
<span class="title">How Did I Get Here</span> by <span class="artist">Odesza</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="I Know There's Gonna Be" data-artist="Jamie xx" data-duration="333" data-genre="Electronic" data-price="0.99">
<span class="title">I Know There Gonna Be</span> by <span class="artist">Jamie xx</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="Jasmine" data-artist="Jai Paul" data-duration="333" data-genre="Electronic" data-price="0.99">
<span class="title">Jasmine</span> by <span class="artist">Jai Paul</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="Drop The Game" data-artist="Chet Faker" data-duration="333" data-genre="Electronic" data-price="0.99">
<span class="title">Drop The Game</span> by <span class="artist">Chet Faker</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
</div>
<div class="genreContainer" data-genre="Classical">
<div class="songContainer" data-title="Air on the G String" data-artist="Johann Sebastian Bach" data-duration="333" data-genre="Classical" data-price="0.99">
<span class="title">Air on the G String</span> by <span class="artist">Johann Sebastian Bach</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="Canon in D Major" data-artist="Johann Pachelbel" data-duration="333" data-genre="Classical" data-price="0.99">
<span class="title">Canon in D Major</span> by <span class="artist">Johann Pachelbel</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="Allegro Moderato" data-artist="Pyotr Ilyich Tchaikovsky" data-duration="333" data-genre="Classical" data-price="0.99">
<span class="title">Allegro Moderato</span> by <span class="artist">Pyotr Ilyich Tchaikovsky</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="Requiem: Lacrimosa" data-artist="Wolfgang Amadeus Mozart" data-duration="333" data-genre="Classical" data-price="0.99">
<span class="title">Requiem: Lacrimosa</span> by <span class="artist">Wolfgang Amadeus Mozart</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="Salvation is Created" data-artist="Pavel Chesnokov" data-duration="333" data-genre="Classical" data-price="0.99">
<span class="title">Salvation is Created</span> by <span class="artist">Pavel Chesnokov</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
</div>
<div class="genreContainer" data-genre="Rock">
<div class="songContainer" data-title="Hey" data-artist="The Pixies" data-duration="333" data-genre="Rock" data-price="0.99">
<span class="title">Hey</span> by <span class="artist">The Pixies</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="D'yer Mak'er" data-artist="Led Zeppelin" data-duration="333" data-genre="Rock" data-price="0.99">
<span class="title">D'yer Mak'er</span> by <span class="artist">Led Zeppelin</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="Whipping Post" data-artist="The Allman Brothers Band" data-duration="333" data-genre="Rock" data-price="0.99">
<span class="title">Whipping Post</span> by <span class="artist">The Allman Brothers Band</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="Rock the Casbah" data-artist="The Clash" data-duration="333" data-genre="Rock" data-price="0.99">
<span class="title">Rock the Casbah</span> by <span class="artist">The Clash</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
<div class="songContainer" data-title="Beast Of Burden" data-artist="The Rolling Stones" data-duration="333" data-genre="Rock" data-price="0.99">
<span class="title">Beast Of Burden</span> by <span class="artist">The Rolling Stones</span>
<div class="songActionContainer">
<button class="playButton">Play</button><button class="purchaseButton">Buy</button>
</div>
</div>
</div>
</div>
<div class="center">
<div class='formRow'>
<select name='genre' id='changeGenre'>
<option value='Classical'>Classical</option>
<option value='Electronic'>Electronic</option>
<option value='Folk'>Folk</option>
<option value='Hip-Hop'>Hip-Hop</option>
<option value='Rock'>Rock</option>
</select>
</div>
</div>
</body>
</html>