-
Notifications
You must be signed in to change notification settings - Fork 0
/
list-a.html
497 lines (461 loc) · 34 KB
/
list-a.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
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/practices/index.css">
<title>Spotifu</title>
<link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
</head>
<body class="body">
<div class="layout-content">
<div class="layout-content-sidebar">
<div class="sideBar">
<header class="logo">
<a href="/" aria-current="page">
<img src="./img/spotifu-logo.png" width="112" height="32" class="logo-image" alt="logo princial de spotifu, click para ir al home">
</a>
</header>
<nav class="menu" aria-label="menu princial">
<ul>
<li class="menu-item is-active"> <a href="#" class="link" aria-current="page">
<i class="icon-home" aria-hidden="true"></i>
<span>Inicio</span>
</a> </li>
<li class="menu-item "> <a href="#" class="link" aria-current="page">
<i class="icon-search" aria-hidden="true"></i>
<span>Buscar</span>
</a> </li>
<li class="menu-item "> <a href="#" class="link" aria-current="page">
<i class="icon-credit-card" aria-hidden="true"></i>
<span>Premium</span>
</a> </li>
</ul>
</nav>
<nav class="menuList" aria-labelledby="library-title" >
<h2 id="library-title" class="navigation-title">Tu biblioteca</h2>
<ul>
<li> <span class="ellipsis"><a class="link" href="#">Creada par ti</a></span> </li>
<li> <span class="ellipsis"><a class="link" href="#">Escuchado nuevamente</a></span> </li>
<li> <span class="ellipsis"><a class="link" href="#">Tus me gusta</a></span> </li>
</ul>
</nav>
<nav class="menuList" aria-labelledby="playlist-title" >
<h2 id="playlist-title" class="navigation-title">Playlist</h2>
<ul>
<li> <span class="ellipsis"><a class="link" href="#">Lo mejor de los mejor</a></span> </li>
<li> <span class="ellipsis"><a class="link" href="#">Naruto al 100% para programar</a></span> </li>
<li> <span class="ellipsis"><a class="link" href="#">Para cantar en la ducha</a></span> </li>
<li> <span class="ellipsis"><a class="link" href="#">Sin parar</a></span> </li>
<li> <span class="ellipsis"><a class="link" href="#">Naruto openings</a></span> </li>
<li> <span class="ellipsis"><a class="link" href="#">Boku no pico</a></span> </li>
<li> <span class="ellipsis"><a class="link" href="#">This is Pokémon</a></span> </li>
<li> <span class="ellipsis"><a class="link" href="#">Más populares de la semana</a></span> </li>
<li> <span class="ellipsis"><a class="link" href="#">Mis pistas de shazam</a></span> </li>
<li> <span class="ellipsis"><a class="link" href="#">Audio Library</a></span> </li>
<li> <span class="ellipsis"><a class="link" href="#">Amor y otras</a></span> </li>
<li> <span class="ellipsis"><a class="link" href="#">Latin</a></span> </li>
<li> <span class="ellipsis"><a class="link" href="#">Pokémon</a></span> </li>
<li> <span class="ellipsis"><a class="link" href="#">Para cantar</a></span> </li>
<li> <span class="ellipsis"><a class="link" href="#">Yui</a></span> </li>
</ul>
</nav>
</div>
</div>
<div class="layoutBlock">
<div class="sticky">
<header class="topHeader">
<div class="topHeader-action">
<button class="navigationAction arrow-left" aria-label="Navegar atras" title="Navegar adelante">
<i class="icon-arrow-left" aria-hidden="true"></i>
</button>
<button class="navigationAction arrow-right" aria-label="Navegar atras" title="Navegar adelante">
<i class="icon-arrow-right" aria-hidden="true"></i>
</button>
</div>
<div class="topHeader-form">
<form role="search" class="search" aria-label="Buscar por artista, canción o podcast">
<i class="icon-search" aria-hidden="true"></i>
<input type="search" placeholder="Buscar por artista, canción o podcast">
</form>
<div class="account" role="listbox" aria-label="opciones de la cuenta">
<div class="account-profile">
<img src="./img/profile-img.png" class="account-image" width="28" height="28" alt="foto del perfil">
<span>Denilson Barahona</span>
<i class="icon-arrow-left" aria-hidden="true"></i>
</div>
<div class="account-wrapper">
<div class="account-options">
<div class="account-options-item" role="option"><span>cuenta</span></div>
<div class="account-options-item" role="option"><span>cerrar sesión</span></div>
</div>
</div>
</div>
</div>
</header>
</div>
<div class="layoutBlock-main">
<main class="main">
<div class="album">
<h1 class="album-title">Weathering With You</h1>
<div class="album-description">
<p>Anime Hits</p>
<p>2,611,830 SEGUIDORES</p>
</div>
<button class="button" aria-label="Boton de reproducir" title="Boton de reproducir">
REPRODUCIR
</button>
</div>
<div class="songList">
<form class="songList-filter" role="search" aria-label="Buscar canción dentro de la lista de reproducción">
<i class="icon-search" aria-hidden="true"></i>
<input type="search" placeholder="Filtrar">
</form>
</div>
<div class="songTable">
<table class="songTable-table" aria-label="Lista de canciones en el album">
<tr class="songTable-header">
<th class="songTable-NotContent"></th>
<th>TÍTULO</th>
<th>ARTISTA</th>
<th>ÁLBUM</th>
<th class="songTable-header-icon"><i class="icon-calendar" aria-hidden="true" ></i></th>
<th class="songTable-header-icon"><i class="icon-clock" aria-hidden="true"></i></th>
</tr>
<tbody>
<tr>
<td class="songTable-actions">
<div class="songTable-actions-tableActions">
<div class="isPlayer">
<button class="buttonActionTable" aria-label="reproducir canción" title="reproducir canción">
<i class="icon-play" aria-hidden="true"></i>
</button>
</div>
<button class="buttonActionTable iconActionSize" role="switch" aria-checked="false" aria-label="agregar la canción a favoritos" title="agregar la canción a favoritos">
<i class="icon-heart" aria-hidden="true"></i>
</button>
</div>
</td>
<td class="songTable-Content"> <span>Grand Escape</span> </td>
<td class="songTable-Content">RADWIMPS</td>
<td class="songTable-Content">Weathering With You</td>
<td class="songTable-Content"> <span>2021-02-10</span> </td>
<td class="songTable-Content"> <span>3:25</span> </td>
</tr>
<tr>
<td class="songTable-actions">
<div class="songTable-actions-tableActions">
<div class="isPlayer">
<button class="buttonActionTable" aria-label="reproducir canción" title="reproducir canción">
<i class="icon-play" aria-hidden="true"></i>
</button>
</div>
<button class="buttonActionTable iconActionSize" role="switch" aria-checked="false" aria-label="agregar la canción a favoritos" title="agregar la canción a favoritos">
<i class="icon-heart" aria-hidden="true"></i>
</button>
</div>
</td>
<td class="songTable-Content"> <span>Grand Escape</span> </td>
<td class="songTable-Content">RADWIMPS</td>
<td class="songTable-Content">Weathering With You</td>
<td class="songTable-Content"> <span>2021-02-10</span> </td>
<td class="songTable-Content"> <span>3:25</span> </td>
</tr>
<tr>
<td class="songTable-actions">
<div class="songTable-actions-tableActions">
<div class="isPlayer">
<button class="buttonActionTable" aria-label="reproducir canción" title="reproducir canción">
<i class="icon-play" aria-hidden="true"></i>
</button>
</div>
<button class="buttonActionTable iconActionSize" role="switch" aria-checked="false" aria-label="agregar la canción a favoritos" title="agregar la canción a favoritos">
<i class="icon-heart" aria-hidden="true"></i>
</button>
</div>
</td>
<td class="songTable-Content"> <span>Grand Escape</span> </td>
<td class="songTable-Content">RADWIMPS</td>
<td class="songTable-Content">Weathering With You</td>
<td class="songTable-Content"> <span>2021-02-10</span> </td>
<td class="songTable-Content"> <span>3:25</span> </td>
</tr>
<tr>
<td class="songTable-actions">
<div class="songTable-actions-tableActions">
<div class="isPlayer">
<button class="buttonActionTable" aria-label="reproducir canción" title="reproducir canción">
<i class="icon-play" aria-hidden="true"></i>
</button>
</div>
<button class="buttonActionTable iconActionSize" role="switch" aria-checked="false" aria-label="agregar la canción a favoritos" title="agregar la canción a favoritos">
<i class="icon-heart" aria-hidden="true"></i>
</button>
</div>
</td>
<td class="songTable-Content"> <span>Grand Escape</span> </td>
<td class="songTable-Content">RADWIMPS</td>
<td class="songTable-Content">Weathering With You</td>
<td class="songTable-Content"> <span>2021-02-10</span> </td>
<td class="songTable-Content"> <span>3:25</span> </td>
</tr>
<tr>
<td class="songTable-actions">
<div class="songTable-actions-tableActions">
<div class="isPlayer">
<button class="buttonActionTable" aria-label="reproducir canción" title="reproducir canción">
<i class="icon-play" aria-hidden="true"></i>
</button>
</div>
<button class="buttonActionTable iconActionSize" role="switch" aria-checked="false" aria-label="agregar la canción a favoritos" title="agregar la canción a favoritos">
<i class="icon-heart" aria-hidden="true"></i>
</button>
</div>
</td>
<td class="songTable-Content"> <span>Grand Escape</span> </td>
<td class="songTable-Content">RADWIMPS</td>
<td class="songTable-Content">Weathering With You</td>
<td class="songTable-Content"> <span>2021-02-10</span> </td>
<td class="songTable-Content"> <span>3:25</span> </td>
</tr>
<tr>
<td class="songTable-actions">
<div class="songTable-actions-tableActions">
<div class="isPlayer">
<button class="buttonActionTable" aria-label="reproducir canción" title="reproducir canción">
<i class="icon-play" aria-hidden="true"></i>
</button>
</div>
<button class="buttonActionTable iconActionSize" role="switch" aria-checked="false" aria-label="agregar la canción a favoritos" title="agregar la canción a favoritos">
<i class="icon-heart" aria-hidden="true"></i>
</button>
</div>
</td>
<td class="songTable-Content"> <span>Grand Escape</span> </td>
<td class="songTable-Content">RADWIMPS</td>
<td class="songTable-Content">Weathering With You</td>
<td class="songTable-Content"> <span>2021-02-10</span> </td>
<td class="songTable-Content"> <span>3:25</span> </td>
</tr>
<tr>
<td class="songTable-actions">
<div class="songTable-actions-tableActions">
<div class="isPlayer">
<button class="buttonActionTable" aria-label="reproducir canción" title="reproducir canción">
<i class="icon-play" aria-hidden="true"></i>
</button>
</div>
<button class="buttonActionTable iconActionSize" role="switch" aria-checked="false" aria-label="agregar la canción a favoritos" title="agregar la canción a favoritos">
<i class="icon-heart" aria-hidden="true"></i>
</button>
</div>
</td>
<td class="songTable-Content"> <span>Grand Escape</span> </td>
<td class="songTable-Content">RADWIMPS</td>
<td class="songTable-Content">Weathering With You</td>
<td class="songTable-Content"> <span>2021-02-10</span> </td>
<td class="songTable-Content"> <span>3:25</span> </td>
</tr>
<tr>
<td class="songTable-actions">
<div class="songTable-actions-tableActions">
<div class="isPlayer">
<button class="buttonActionTable" aria-label="reproducir canción" title="reproducir canción">
<i class="icon-play" aria-hidden="true"></i>
</button>
</div>
<button class="buttonActionTable iconActionSize" role="switch" aria-checked="false" aria-label="agregar la canción a favoritos" title="agregar la canción a favoritos">
<i class="icon-heart" aria-hidden="true"></i>
</button>
</div>
</td>
<td class="songTable-Content"> <span>Grand Escape</span> </td>
<td class="songTable-Content">RADWIMPS</td>
<td class="songTable-Content">Weathering With You</td>
<td class="songTable-Content"> <span>2021-02-10</span> </td>
<td class="songTable-Content"> <span>3:25</span> </td>
</tr>
<tr>
<td class="songTable-actions">
<div class="songTable-actions-tableActions">
<div class="isPlayer">
<button class="buttonActionTable" aria-label="reproducir canción" title="reproducir canción">
<i class="icon-play" aria-hidden="true"></i>
</button>
</div>
<button class="buttonActionTable iconActionSize" role="switch" aria-checked="false" aria-label="agregar la canción a favoritos" title="agregar la canción a favoritos">
<i class="icon-heart" aria-hidden="true"></i>
</button>
</div>
</td>
<td class="songTable-Content"> <span>Grand Escape</span> </td>
<td class="songTable-Content">RADWIMPS</td>
<td class="songTable-Content">Weathering With You</td>
<td class="songTable-Content"> <span>2021-02-10</span> </td>
<td class="songTable-Content"> <span>3:25</span> </td>
</tr>
<tr>
<td class="songTable-actions">
<div class="songTable-actions-tableActions">
<div class="isPlayer">
<button class="buttonActionTable" aria-label="reproducir canción" title="reproducir canción">
<i class="icon-play" aria-hidden="true"></i>
</button>
</div>
<button class="buttonActionTable iconActionSize" role="switch" aria-checked="false" aria-label="agregar la canción a favoritos" title="agregar la canción a favoritos">
<i class="icon-heart" aria-hidden="true"></i>
</button>
</div>
</td>
<td class="songTable-Content"> <span>Grand Escape</span> </td>
<td class="songTable-Content">RADWIMPS</td>
<td class="songTable-Content">Weathering With You</td>
<td class="songTable-Content"> <span>2021-02-10</span> </td>
<td class="songTable-Content"> <span>3:25</span> </td>
</tr>
<tr>
<td class="songTable-actions">
<div class="songTable-actions-tableActions">
<div class="isPlayer">
<button class="buttonActionTable" aria-label="reproducir canción" title="reproducir canción">
<i class="icon-play" aria-hidden="true"></i>
</button>
</div>
<button class="buttonActionTable iconActionSize" role="switch" aria-checked="false" aria-label="agregar la canción a favoritos" title="agregar la canción a favoritos">
<i class="icon-heart" aria-hidden="true"></i>
</button>
</div>
</td>
<td class="songTable-Content"> <span>Grand Escape</span> </td>
<td class="songTable-Content">RADWIMPS</td>
<td class="songTable-Content">Weathering With You</td>
<td class="songTable-Content"> <span>2021-02-10</span> </td>
<td class="songTable-Content"> <span>3:25</span> </td>
</tr>
<tr>
<td class="songTable-actions">
<div class="songTable-actions-tableActions">
<div class="isPlayer">
<button class="buttonActionTable" aria-label="reproducir canción" title="reproducir canción">
<i class="icon-play" aria-hidden="true"></i>
</button>
</div>
<button class="buttonActionTable iconActionSize" role="switch" aria-checked="false" aria-label="agregar la canción a favoritos" title="agregar la canción a favoritos">
<i class="icon-heart" aria-hidden="true"></i>
</button>
</div>
</td>
<td class="songTable-Content"> <span>Grand Escape</span> </td>
<td class="songTable-Content">RADWIMPS</td>
<td class="songTable-Content">Weathering With You</td>
<td class="songTable-Content"> <span>2021-02-10</span> </td>
<td class="songTable-Content"> <span>3:25</span> </td>
</tr>
<tr>
<td class="songTable-actions">
<div class="songTable-actions-tableActions">
<div class="isPlayer">
<button class="buttonActionTable" aria-label="reproducir canción" title="reproducir canción">
<i class="icon-play" aria-hidden="true"></i>
</button>
</div>
<button class="buttonActionTable iconActionSize" role="switch" aria-checked="false" aria-label="agregar la canción a favoritos" title="agregar la canción a favoritos">
<i class="icon-heart" aria-hidden="true"></i>
</button>
</div>
</td>
<td class="songTable-Content"> <span>Grand Escape</span> </td>
<td class="songTable-Content">RADWIMPS</td>
<td class="songTable-Content">Weathering With You</td>
<td class="songTable-Content"> <span>2021-02-10</span> </td>
<td class="songTable-Content"> <span>3:25</span> </td>
</tr>
<tr>
<td class="songTable-actions">
<div class="songTable-actions-tableActions">
<div class="isPlayer">
<button class="buttonActionTable" aria-label="reproducir canción" title="reproducir canción">
<i class="icon-play" aria-hidden="true"></i>
</button>
</div>
<button class="buttonActionTable iconActionSize" role="switch" aria-checked="false" aria-label="agregar la canción a favoritos" title="agregar la canción a favoritos">
<i class="icon-heart" aria-hidden="true"></i>
</button>
</div>
</td>
<td class="songTable-Content"> <span>Grand Escape</span> </td>
<td class="songTable-Content">RADWIMPS</td>
<td class="songTable-Content">Weathering With You</td>
<td class="songTable-Content"> <span>2021-02-10</span> </td>
<td class="songTable-Content"> <span>3:25</span> </td>
</tr>
</tbody>
</table>
</div>
</main>
</div>
</div>
</div>
<footer class="footer-layout">
<div class="playerBar">
<div class="playerBar-currentPlaying">
<div class="currentPlaying">
<div class="currentPlaying-cover">
<img src="./img/cover.png" height="56" width="56" alt="cover de Grand Escape (feat. Tokio Miura) de RADWIMPS, Toko Miura">
</div>
<div class="currentPlaying-details">
<div class="currentPlaying-description">
<a href="#" class="currentPlaying-title" aria-label="ir a canción" >Grand Escape (feat. Tokio Miura)</a>
<a href="#" class="currentPlaying-artist" aria-label="ir a artista" >RADWIMPS, Toko Miura</a>
</div>
<div class="currentPlaying-liked">
<button class="player-control" role="switch" aria-checked="false" aria-label="agregar a me gusta" title="agregar a me gusta">
<i class="icon-heart" aria-hidden="true"></i>
</button>
</div>
</div>
</div>
</div>
<div class="playerBar-player">
<div class="player">
<div class="player-action">
<button class="buttonIcon" aria-label="botón de reproducción" title="botón de reproducción">
<i class="icon-prev" aria-hidden="true"></i>
</button>
<button class="buttonIcon is-white" aria-label="botón de reproducción" title="botón de reproducción">
<i class="icon-play" aria-hidden="true"></i>
</button>
<button class="buttonIcon" aria-label="botón de reproducción" title="botón de reproducción">
<i class="icon-next" aria-hidden="true"></i>
</button>
</div>
<div class="player-playback">
<div class="player-slider">
<div class="playerPlayback-time"> 01:25 </div>
<div class="slider">
<div class="slider-progress">
<button class="slider-button" aria-label="controlador del tiempo del reproductor" title="controlador del tiempo del reproductor"></button>
</div>
</div>
<div class="playerPlayback-time"> 03:25 </div>
</div>
</div>
</div>
</div>
<div class="playerBar-playerVolume">
<div class="playerVolume">
<button class="player-control" aria-labelledby="volume-icon" aria-label="Silenciar" >
<i class="icon-volume-up" id="volume-icon" role="presentation" aria-label="volumen alto"></i>
</button>
<div class="slider">
<div class="slider-progress"></div>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>