-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
431 lines (364 loc) · 21.2 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
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
<!DOCTYPE html />
<html lang="en">
<head>
<title>Spotify Home</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href=
"src/assets/spotify-32.png"
/>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="dist/output.css" />
</head>
<body class="font-Inter bg-neutral-900 text-zinc-50">
<main class="h-screen flex flex-col">
<section class="flex flex-1">
<aside class="w-96 bg-zinc-950 p-6">
<div class="flex items-center gap-2">
<div class="aside-rounded bg-red-500 rounded-full"></div>
<div class="aside-rounded bg-yellow-500 rounded-full"></div>
<div class="aside-rounded bg-green-500 rounded-full"></div>
</div>
<nav class="space-y-5 mt-5">
<a href="#"
class="nav-link"
>
<svg
data-encore-id="icon" role="img" aria-hidden="true" class="w-6 fill-white" viewBox="0 0 24 24">
<path d="M13.5 1.515a3 3 0 0 0-3 0L3 5.845a2 2 0 0 0-1 1.732V21a1
1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6h4v6a1 1 0 0 0 1 1h6a1
1 0 0 0 1-1V7.577a2 2 0 0 0-1-1.732l-7.5-4.33z">
</path>
</svg>
<span class="encore-text">Home</span>
</a>
<a href="#"
class="nav-link"
>
<svg
data-encore-id="icon" role="img" aria-hidden="true" class="w-6 fill-white" viewBox="0 0 24 24">
<path d="M10.533 1.27893C5.35215 1.27893 1.12598 5.41887 1.12598 10.5579C1.12598 15.697 5.35215
19.8369 10.533 19.8369C12.767 19.8369 14.8235 19.0671 16.4402 17.7794L20.7929 22.132C21.1834
22.5226 21.8166 22.5226 22.2071 22.132C22.5976 21.7415 22.5976 21.1083 22.2071 20.7178L17.8634
16.3741C19.1616 14.7849 19.94 12.7634 19.94 10.5579C19.94 5.41887 15.7138 1.27893 10.533
1.27893ZM3.12598 10.5579C3.12598 6.55226 6.42768 3.27893 10.533 3.27893C14.6383 3.27893 17.94
6.55226 17.94 10.5579C17.94 14.5636 14.6383 17.8369 10.533 17.8369C6.42768
17.8369 3.12598 14.5636 3.12598 10.5579Z">
</path>
</svg>
<span class="encore-text">Search</span>
</a>
</nav>
<div class="space-y-5 mt-5 border-t border-zinc-800"></div>
<nav class="flex items-center justify-between mt-6">
<a href="#"
class="nav-link"
>
<svg
data-encore-id="icon" role="img" aria-hidden="true" viewBox="0 0 24 24" class="w-6 fill-white">
<path d="M3 22a1 1 0 0 1-1-1V3a1 1 0 0 1 2 0v18a1 1 0 0 1-1 1zM15.5 2.134A1 1 0 0 0 14 3v18a1 1 0 0 0 1
1h6a1 1 0 0 0 1-1V6.464a1 1 0 0 0-.5-.866l-6-3.464zM9 2a1 1 0 0 0-1 1v18a1 1 0 1 0 2 0V3a1 1 0 0 0-1-1z">
</path>
</svg>
<span class="encore-text">Your Library</span>
</a>
<div class="flex items-center gap-5">
<a href="#"
>
<svg
data-encore-id="icon" role="img" aria-hidden="true" viewBox="0 0 16 16" class="w-4 fill-white">
<path d="M15.25 8a.75.75 0 0 1-.75.75H8.75v5.75a.75.75 0 0 1-1.5 0V8.75H1.5a.75.75 0 0 1 0-1.5h5.75V1.5a.75.75 0 0 1 1.5 0v5.75h5.75a.75.75 0 0 1 .75.75z">
</path>
</svg>
</a>
<a href="">
<svg
data-encore-id="icon" role="img" aria-hidden="true" viewBox="0 0 16 16" class="w-4 fill-white">
<path d="M7.19 1A.749.749 0 0 1 8.47.47L16 7.99l-7.53 7.521a.75.75 0 0 1-1.234-.815.75.75 0 0 1 .174-.243l5.72-5.714H.75a.75.75 0 1 1 0-1.498h12.38L7.41 1.529a.749.749 0 0 1-.22-.53z">
</path>
</svg>
</a>
</div>
</nav>
<nav class="space-y-5 mt-5">
<button class="aside-btn">Playlists</button>
</nav>
<div class="space-y-5 mt-5 border-t border-zinc-800"></div>
<nav class="mt-5">
<div class="flex gap-3 cursor-pointer">
<img class="h-12 rounded"
src="https://misc.scdn.co/liked-songs/liked-songs-64.png"
/>
<div class="flex flex-col justify-center">
<span>Liked Songs</span>
<p class="text-sm text-zinc-400">Playlist • 12 songs</p>
</div>
</div>
<div class="flex gap-3 mt-4 cursor-pointer">
<img class="h-12 rounded"
src="https://mosaic.scdn.co/60/ab67616d00001e02a46b07c291e6dfdee13b3ee8ab67616d00001e02c67636f3021f5869095c0fc5ab67616d00001e02c800e1a4a237cf8f085183c5ab67616d00001e02f1708ceacc5e678619364239"
/>
<div class="flex flex-col justify-center">
<span>Honestly,</span>
<p class="text-sm text-zinc-400">Playlist • unknow</p>
</div>
</div>
</nav>
<section class="flex items-center justify-center py-10">
<span class="text-xs text-neutral-300/30">
Made by
<a
class="
ml-1 text-neutral-500/40 hover:underline"
href="https://github.com/guilhermecrf" target="_blank">@guilhermecrf</a>
</span>
</section>
</aside>
<main class="flex-1 p-6">
<div class="flex justify-between">
<div class="flex items-center gap-3">
<button class="main-header-btn">
<svg
data-encore-id="icon" role="img" aria-hidden="true" class="fill-zinc-300 h-4" viewBox="0 0 16 16">
<path d="M11.03.47a.75.75 0 0 1 0 1.06L4.56 8l6.47 6.47a.75.75 0 1 1-1.06 1.06L2.44 8 9.97.47a.75.75 0 0 1 1.06 0z">
</path>
</svg>
</button>
<button class="main-header-btn">
<svg
data-encore-id="icon" role="img" aria-hidden="true" class="fill-zinc-300 h-4" viewBox="0 0 16 16">
<path d="M4.97.47a.75.75 0 0 0 0 1.06L11.44 8l-6.47 6.47a.75.75 0 1 0 1.06 1.06L13.56 8 6.03.47a.75.75 0 0 0-1.06 0z">
</path>
</svg>
</button>
</div>
<div class="flex gap-3">
<button class="main-header-btn-2">Explore Premium</button>
<button class="main-header-btn-3">
<svg
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-4">
<path stroke-linecap="round" stroke-linejoin="round" d="M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5M16.5 12 12 16.5m0 0L7.5 12m4.5 4.5V3" />
</svg>
Install App
</button>
</div>
</div>
<div class="flex gap-2 mt-6">
<button class="h-8 rounded-full bg-zinc-50 text-black px-3 py-1 text-sm">All</button>
<button class="h-8 rounded-full bg-slate-50/25 text-white px-3 py-1 text-sm main-btn-hover">Music</button>
<button class="h-8 rounded-full bg-slate-50/25 text-white px-3 py-1 text-sm main-btn-hover">Podcasts</button>
</div>
<div class="grid grid-cols-5 gap-85 mt-6">
<a href="#"
class="group main-music-link"
>
<img class="w-16" src="src/assets/flower-boy.jpg" />
<strong>Flower Boy</strong>
</a>
<a href="#"
class="group main-music-link"
>
<img class="w-16" src="src/assets/chanel-orange.jpg" />
<strong>channel ORANGE</strong>
</a>
<a href="#"
class="group main-music-link"
>
<img class="w-16" src="src/assets/mr-morale.jpg" />
<strong>
Mr. Morale & The Big
<br>
Steppers
</strong>
</a>
<a href="#"
class="group main-music-link"
>
<img class="w-16" src="src/assets/tommy-r.jpg" />
<strong>Tommy Richman</strong>
</a>
</div>
<div class="grid grid-cols-5 gap-85 mt-3">
<a href="#"
class="group main-music-link"
>
<img class="w-16" src="src/assets/bandana.jpg" />
<strong>Bandana</strong>
</a>
<a href="#"
class="group main-music-link"
>
<img class="w-16" src="src/assets/ye.jpg" />
<strong>ye</strong>
</a>
<a href="#"
class="group main-music-link"
>
<img class="w-16" src="src/assets/seteve-l.jpg" />
<strong>Steve Lacy</strong>
</a>
<a href="#"
class="group main-music-link"
>
<img class="w-16" src="src/assets/igor.jpg" />
<strong>IGOR</strong>
</a>
</div>
<div class="flex justify-between items-center mt-14 font-bold text-2xl">
<h2 class="hover:underline cursor-pointer">Made for guilherme</h2>
<span class="hover:underline cursor-pointer text-zinc-400 text-sm">Show all</span>
</div>
<div class="grid grid-cols-6 gap-2 mt-1">
<a href="#"
class="main-card-link"
>
<img class="w-56" src="src/assets/release-radar.jpg" />
<span class="font-medium">Release Radar</span>
<span class="text-zinc-500 text-sm font-medium">Catch all the latest music from artists you follow, plus...</span>
</a>
<a href="#"
class="main-card-link"
>
<img class="w-56" src="src/assets/currents.jpg" />
<span class="font-medium">Currents</span>
<span class="text-zinc-500 text-sm font-medium">Tame Impala</span>
</a>
<a href="#"
class="main-card-link"
>
<img class="w-56" src="src/assets/life.jpg" />
<span class="font-medium">The Life of Pablo</span>
<span class="text-zinc-500 text-sm font-medium">Kanye West</span>
</a>
<a href="#"
class="main-card-link"
>
<img class="w-56" src="src/assets/blonde.jpg" />
<span class="font-medium">Blonde</span>
<span class="text-zinc-500 text-sm font-medium">Frank Ocean</span>
</a>
<a href="#"
class="main-card-link"
>
<img class="w-56" src="src/assets/daily-mix3.jpg" />
<span class="font-medium">Daily Mix 3</span>
<span class="text-zinc-500 text-sm font-medium">Laurindo Almeida, Antônio Carlos Jobim, Stan Getz...</span>
</a>
<a href="#"
class="main-card-link"
>
<img class="w-56" src="src/assets/the-neigh.jpg" />
<span class="font-medium">Daily Mix 4</span>
<span class="text-zinc-500 text-sm font-medium">The Neighbourhood, Arctic Monkeys, Tame Impala...</span>
</a>
</div>
</main>
</section>
<footer class="bg-black px-4 py-4 flex items-center justify-between">
<div class="flex items-center gap-3">
<img class="w-14" src="src/assets/nwts.jpg" />
<div class="flex flex-col gap">
<a class="-m-0.5 text-sm hover:underline" href="#">
<strong class="font-medium">From Time</strong>
<a class="-m-0.5 py-1 hover:underline" href="">
<span class="text-xs text-zinc-400">Drake, Jhené Aiko</span>
</a>
</a>
</div>
</div>
<div class="flex flex-col items-center mt-2 gap-4 ml-20">
<div class="flex items-center gap-6">
<button>
<svg
xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shuffle text-zinc-400 hover:text-zinc-50 transition-colors"><path d="M2 18h1.4c1.3 0 2.5-.6 3.3-1.7l6.1-8.6c.7-1.1 2-1.7 3.3-1.7H22"/>
<path d="m18 2 4 4-4 4"/>
<path d="M2 6h1.9c1.5 0 2.9.9 3.6 2.2"/><path d="M22 18h-5.9c-1.3 0-2.6-.7-3.3-1.8l-.5-.8"/><path d="m18 14 4 4-4 4"/>
</svg>
</button>
<button>
<svg
data-encore-id="icon" role="img" aria-hidden="true" viewBox="0 0 16 16" class="w-4 fill-zinc-400 hover:fill-zinc-50 transition-colors">
<path d="M3.3 1a.7.7 0 0 1 .7.7v5.15l9.95-5.744a.7.7 0 0 1 1.05.606v12.575a.7.7 0 0 1-1.05.607L4 9.149V14.3a.7.7 0 0 1-.7.7H1.7a.7.7 0 0 1-.7-.7V1.7a.7.7 0 0 1 .7-.7h1.6z">
</path>
</svg>
</button>
<button>
<i class="text-zinc-100 hover:scale-105 fa-solid fa-circle-play fa-2xl"></i>
</button>
<button>
<svg
data-encore-id="icon" role="img" aria-hidden="true" viewBox="0 0 16 16" class="w-4 fill-zinc-400 hover:fill-zinc-50 transition-colors">
<path d="M12.7 1a.7.7 0 0 0-.7.7v5.15L2.05 1.107A.7.7 0 0 0 1 1.712v12.575a.7.7 0 0 0 1.05.607L12 9.149V14.3a.7.7 0 0 0 .7.7h1.6a.7.7 0 0 0 .7-.7V1.7a.7.7 0 0 0-.7-.7h-1.6z">
</path>
</svg>
</button>
<button>
<svg
data-encore-id="icon" role="img" aria-hidden="true" viewBox="0 0 16 16" class="w-4 fill-zinc-400 hover:fill-zinc-50 transition-colors">
<path d="M0 4.75A3.75 3.75 0 0 1 3.75 1h8.5A3.75 3.75 0 0 1 16 4.75v5a3.75 3.75 0 0 1-3.75 3.75H9.81l1.018 1.018a.75.75 0 1 1-1.06 1.06L6.939 12.75l2.829-2.828a.75.75 0 1 1 1.06 1.06L9.811 12h2.439a2.25 2.25 0 0 0 2.25-2.25v-5a2.25 2.25 0 0 0-2.25-2.25h-8.5A2.25 2.25 0 0 0 1.5 4.75v5A2.25 2.25 0 0 0 3.75 12H5v1.5H3.75A3.75 3.75 0 0 1 0 9.75v-5z">
</path>
</svg>
</button>
</div>
<div class="flex items-center gap-2">
<span class="text-xs text-zinc-400">0:31</span>
<div class="h-1 rounded-full w-100 bg-zinc-600">
<div class="bg-zinc-200 w-20 h-1 rounded-full"></div>
</div>
<span class="text-xs text-zinc-400">5:22</span>
</div>
</div>
<div class="flex items-center gap-4">
<button>
<svg
data-encore-id="icon" role="img" aria-hidden="true" viewBox="0 0 16 16" class="w-4 fill-zinc-400 hover:fill-zinc-50 transition-colors hover:scale-105">
<path d="M13.426 2.574a2.831 2.831 0 0 0-4.797 1.55l3.247 3.247a2.831 2.831 0 0 0 1.55-4.797zM10.5 8.118l-2.619-2.62A63303.13 63303.13 0 0 0 4.74 9.075L2.065 12.12a1.287 1.287 0 0 0 1.816 1.816l3.06-2.688 3.56-3.129zM7.12 4.094a4.331 4.331 0 1 1 4.786 4.786l-3.974 3.493-3.06 2.689a2.787 2.787 0 0 1-3.933-3.933l2.676-3.045 3.505-3.99z">
</path>
</svg>
</button>
<button>
<svg
data-encore-id="icon" role="img" aria-hidden="true" viewBox="0 0 16 16" class="w-4 fill-zinc-400 hover:fill-zinc-50 transition-colors hover:scale-105">
<path d="M15 15H1v-1.5h14V15zm0-4.5H1V9h14v1.5zm-14-7A2.5 2.5 0 0 1 3.5 1h9a2.5 2.5 0 0 1 0 5h-9A2.5 2.5 0 0 1 1 3.5zm2.5-1a1 1 0 0 0 0 2h9a1 1 0 1 0 0-2h-9z">
</path>
</svg>
</button>
<button>
<svg
data-encore-id="icon" role="img" aria-hidden="true" viewBox="0 0 16 16" class="w-4 fill-zinc-400 hover:fill-zinc-50 transition-colors hover:scale-105">
<path d="M6 2.75C6 1.784 6.784 1 7.75 1h6.5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0 1 14.25 15h-6.5A1.75 1.75 0 0 1 6 13.25V2.75zm1.75-.25a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h6.5a.25.25 0 0 0 .25-.25V2.75a.25.25 0 0 0-.25-.25h-6.5zm-6 0a.25.25 0 0 0-.25.25v6.5c0 .138.112.25.25.25H4V11H1.75A1.75 1.75 0 0 1 0 9.25v-6.5C0 1.784.784 1 1.75 1H4v1.5H1.75zM4 15H2v-1.5h2V15z"></path><path d="M13 10a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm-1-5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z">
</path>
</svg>
</button>
<div class="flex items-center gap-2">
<button>
<svg
data-encore-id="icon" role="presentation" aria-label="Volume medium" aria-hidden="true" id="volume-icon" viewBox="0 0 16 16" class="w-4 fill-zinc-400 hover:fill-zinc-50 transition-colors">
<path d="M9.741.85a.75.75 0 0 1 .375.65v13a.75.75 0 0 1-1.125.65l-6.925-4a3.642 3.642 0 0 1-1.33-4.967 3.639 3.639 0 0 1 1.33-1.332l6.925-4a.75.75 0 0 1 .75 0zm-6.924 5.3a2.139 2.139 0 0 0 0 3.7l5.8 3.35V2.8l-5.8 3.35zm8.683 6.087a4.502 4.502 0 0 0 0-8.474v1.65a2.999 2.999 0 0 1 0 5.175v1.649z">
</path>
</svg>
</button>
<div class="h-1 rounded-full w-24 bg-zinc-600">
<div class="bg-zinc-200 w-10 h-1 rounded-full"></div>
</div>
</div>
<button>
<svg
data-encore-id="icon" role="img" aria-hidden="true" viewBox="0 0 16 16" class="w-4 fill-zinc-400 hover:fill-zinc-50 transition-colors hover:scale-105">
<path d="M6.53 9.47a.75.75 0 0 1 0 1.06l-2.72 2.72h1.018a.75.75 0 0 1 0 1.5H1.25v-3.579a.75.75 0 0 1 1.5 0v1.018l2.72-2.72a.75.75 0 0 1 1.06 0zm2.94-2.94a.75.75 0 0 1 0-1.06l2.72-2.72h-1.018a.75.75 0 1 1 0-1.5h3.578v3.579a.75.75 0 0 1-1.5 0V3.81l-2.72 2.72a.75.75 0 0 1-1.06 0z">
</path>
</svg>
</button>
</div>
</footer>
</main>
</body>
</html>