-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
304 lines (246 loc) · 13.3 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
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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<!-- <!DOCTYPE html> -->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spotify - Web Player: Music for everyone</title>
<link rel="stylesheet" href="Css/r.css">
<link rel="stylesheet" href="Css/utiliy.css">
</head>
<body>
<!-- <img src="logo.svg" alt=""> -->
<div class="container flex bg-black">
<div class="left m-1 p-1">
<div class="close">
<img width="20px" class="invert" src="img/close.svg" alt="">
</div>
<div class="home bg-grey rounded m-1 p-1">
<div class="logo"><img width="20%" class="invert" src="img/logo.svg" alt=""></div>
<ul>
<li><img class="invert" src="img/home.svg" alt="home">Home</li>
<li><img class="invert" src="img/search.svg" alt="home">Search</li>
</ul>
</div>
<div class="library bg-grey rounded m-1 p-1">
<div class="heading">
<img class="invert" src="img/playlist.svg" alt="">
<h2>your library</h2>
</div>
<div class="songList">
<ul>
</ul>
</div>
<div class="footer">
<div><a href="https://www.spotify.com/in-en/legal/"><span>Legal</span></a></div>
<div><a href="https://www.spotify.com/in-en/safetyandprivacy/"><span>Safety & Privacy
Center</span></a></div>
<div><a href="https://www.spotify.com/in-en/legal/privacy-policy/"><span>Privacy Policy</span></a>
</div>
<div><a href="https://www.spotify.com/in-en/legal/cookies-policy/"><span>Cookies</span></a></div>
<div><a href="https://www.spotify.com/in-en/legal/privacy-policy/#s3"><span>About Ads</span></a>
</div>
<div><a href="https://www.spotify.com/in-en/accessibility/"><span>Accessibility</span></a></div>
</div>
</div>
</div>
<div class="right border bg-grey rounded ">
<div class="header ">
<div class="nav">
<div class="hamburgerContainer">
<img class="invert hamburger" src="img/hamburger.svg" alt="">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" color="#000000"
fill="none">
<path d="M15 6C15 6 9.00001 10.4189 9 12C8.99999 13.5812 15 18 15 18" stroke="#ffffff"
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" color="#000000"
fill="none">
<path d="M9.00005 6C9.00005 6 15 10.4189 15 12C15 13.5812 9 18 9 18" stroke="#ffffff"
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
</div>
<div class="button">
<button class="signupbtn">SignUp</button>
<button class="loginbtn">Log In</button>
</div>
</div>
<div class="spotify-playlists">
<h1>Spotify Playlists</h1>
<div class="cardContainer">
<div data-folder="Angry_(mood)" class="card">
<div class="play">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M5 20V4L19 12L5 20Z" stroke="#141834" fill="#000" stroke-width="1.5" stoke-linejoin="round"
/>
</svg>
</div>
<img src="songs/Angry_(mood)/angry.jpg" alt="">
<h2>Angry_(mood)</h2>
<p> anger song</p>
</div>
<div data-folder="Bright_(mood)" class="card">
<div class="play">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M5 20V4L19 12L5 20Z" stroke="#141834" fill="#000" stroke-width="1.5" stoke-linejoin="round"
/>
</svg>
</div>
<img src="songs/Bright_(mood)/cover.jpg" alt="">
<h2>Bright_(Mood)</h2>
<p>bright song </p>
</div>
<div data-folder="chill_(mood)" class="card">
<div class="play">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M5 20V4L19 12L5 20Z" stroke="#141834" fill="#000" stroke-width="1.5" stoke-linejoin="round"
/>
</svg>
</div>
<img src="songs/chill_(Mood)/cover.jpg" alt="">
<h2>CHILL</h2>
<p>Chill songs for you</p>
</div>
<div data-folder="Dark_(mood)" class="card">
<div class="play">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M5 20V4L19 12L5 20Z" stroke="#141834" fill="#000" stroke-width="1.5" stoke-linejoin="round"
/>
</svg>
</div>
<img src="songs/Dark_(mood)/cover.jpg" alt="">
<h2>DARK</h2>
<p>dark songs like devil</p>
</div>
<div data-folder="Diljit" class="card">
<div class="play">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M5 20V4L19 12L5 20Z" stroke="#141834" fill="#000" stroke-width="1.5" stoke-linejoin="round"
/>
</svg>
</div>
<img src="songs/Diljit/cover.jpg" alt="">
<h2>DILJIT DOSHANT</h2>
<p>diljit dil songs</p>
</div>
<div data-folder="Funky_(mood)" class="card">
<div class="play">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M5 20V4L19 12L5 20Z" stroke="#141834" fill="#000" stroke-width="1.5" stoke-linejoin="round"
/>
</svg>
</div>
<img src="songs/Funky_(mood)/cover.jpg" alt="">
<h2>FUNKY</h2>
<p>songs like funky</p>
</div>
<div data-folder="Karan aujla" class="card">
<div class="play">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M5 20V4L19 12L5 20Z" stroke="#141834" fill="#000" stroke-width="1.5" stoke-linejoin="round"
/>
</svg>
</div>
<img src="songs/Karan aujla/cover.jpg" alt="">
<h2>KARAN AUJLA</h2>
<p>Karan aujla songs</p>
</div>
<div data-folder="love_(mood)" class="card">
<div class="play">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M5 20V4L19 12L5 20Z" stroke="#141834" fill="#000" stroke-width="1.5" stoke-linejoin="round"
/>
</svg>
</div>
<img src="songs/love_(mood)/cover.jpg" alt="">
<h2>LOVE SONGS</h2>
<p> romantic hits </p>
</div>
<div data-folder="Uplifitin_(mood)" class="card">
<div class="play">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M5 20V4L19 12L5 20Z" stroke="#141834" fill="#000" stroke-width="1.5" stoke-linejoin="round"
/>
</svg>
</div>
<img src="songs/Uplifitin_(mood)/cover.jpg" alt="">
<h2>UP lifting songs</h2>
<p>feel neural songs for you</p>
</div>
<div data-folder="eng" class="card">
<div class="play">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M5 20V4L19 12L5 20Z" stroke="#141834" fill="#000" stroke-width="1.5" stoke-linejoin="round"
/>
</svg>
</div>
<img src="https://i.scdn.co/image/ab67706f000000021d4fbdd30b402ce0fa6bb75d" alt="">
<h2>English hits</h2>
<p> english vibe </p>
</div>
<div data-folder="ll" class="card">
<div class="play">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M5 20V4L19 12L5 20Z" stroke="#141834" fill="#000" stroke-width="1.5" stoke-linejoin="round"
/>
</svg>
</div>
<img src="https://i.scdn.co/image/ab67706f000000024de51417ec3cfc927e467901" alt="">
<h2>RADAR India</h2>
<p> Most exciting artists from the india</p>
</div>
<div data-folder="rr" class="card">
<div class="play">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M5 20V4L19 12L5 20Z" stroke="#141834" fill="#000" stroke-width="1.5" stoke-linejoin="round"
/>
</svg>
</div>
<img src="https://i.scdn.co/image/ab67706f00000002efcd35fd64a73060bb6605e4" alt="">
<h2>Bollywood central</h2>
<p>Bollywood Central, jab baje tab seedha dil ke centre..</p>
</div>
</div>
</div>
<div class="playbar">
<div class="seekbar">
<div class="circle">
</div>
</div>
<div class="abovebar">
<div class="songInformation">
</div>
<div class="songbutton">
<img id="previous" src="img/privious.svg" alt="">
<img id="play" src="img/play.svg" alt="">
<img id="next" src="img/next.svg" alt="">
</div>
<div class="timevol">
<div class="songTime">
</div>
<div class="volume">
<img src="img/volume.svg" alt="">
</div>
<div class="range">
<input type="range" name="volume">
</div>
</div>
</div>
</div>
</div>
</div>
<script src="Js/script.js"></script>
</body>
</html>