forked from rajarshisg/Music-Player-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MusicPlayerSinglePlaylistScreen.html
429 lines (406 loc) · 11 KB
/
MusicPlayerSinglePlaylistScreen.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
<!DOCTYPE html>
<html>
<!--Begining of head section-->
<head>
<title>Music Player</title>
<!--Linking the CSS stylesheet using extrenal CSS-->
<link rel="stylesheet" type="text/css" href="MusicPlayerStyle.css">
<!--Font Awesome script for using icons from font awesome-->
<script src="https://kit.fontawesome.com/6f0f83005a.js" crossorigin="anonymous"></script>
<!--Adds responsiveness to the website-->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"/>
</head>
<!--End of head section-->
<body>
<!--Begining of navigation bar section-->
<nav>
<!--Music Player Logo div-->
<div id="music-player-tag">
<div id="music-player-logo">
<img src="Images/music-player-logo.png">
</div>
<!--Music Player Logo div end-->
<!--Music Player Title-->
<div id="music-player-name">
Music<br/><b>Player</b>
</div>
</div>
<!--Music Player Title div end-->
<!--Search Bar div-->
<div id="search-bar-utility">
<div id="search-bar">
<form>
<input type="text" placeholder="Search...">
<!--Search Icon-->
<i class="fas fa-search"></i>
</form>
</div>
<!--Search Bar div end-->
<!--Notification Bell div-->
<div id="notifications">
<i class="fas fa-bell"></i>
</div>
<!--Notification Bell div end-->
<!--User Image div-->
<div id="user">
<img src="Images/user-image.jpg">
</div>
</div>
<!--User Image div end-->
</nav>
<!--End of navigation bar section-->
<!--Main Section-->
<main>
<!--Artist Template-->
<div id="artist-template">
<div id="artist-image">
</div><!--Artist Details
>--><div id="artist-details">
<!--Artist Title-->
<div id="artist-title">
<div>
<b>Tove Styrke</b>
<br/>
<artist-type>Pop Artist</artist-type>
</div>
<followers>96.7k followers</followers>
</div>
<!--End of Artist Title-->
<!--Artist Intro-->
<div id="artist-intro">
Swedish pop star Tove Styrke is during fall ‘20 part of successful music TV-show ”Så Mycket Bättre” where she is doing some covers of other Swedish artists. She is now also working hard in the studio preparing for releasing her first new original music in a few years during first part of ‘21.
</div>
<!--End of Artist Intro-->
<!--Miscellaneous Buttons-->
<div id="artist-buttons">
<div id="playall-button">
Play All
</div>
<div id="follow-button">
Follow
</div>
</div>
<div id="tracks">
247 Tracks | 128 Albums
</div>
<!--End of miscellaeous buttons-->
</div>
<!--End of artist details-->
</div>
<!--End of artist template-->
<!--Begining of artist songs-->
<div id="artist-songs">
<!--Song 1-->
<div id="song">
<div id="song-number">
01
<img src="Images/artist-album.png" alt="album image">
<div id="song-details">
Sway
<br/>
<author>Tove Styrke</author>
</div>
</div>
<div id="icons">
<i class="far fa-heart"></i>
<i class="fas fa-plus"></i>
</div>
</div>
<!--End of Song 1-->
<!--Song 2-->
<div id="song">
<div id="song-number">
02
<img src="Images/artist-album.png" alt="album image">
<div id="song-details">
Mistakes
<br/>
<author>Tove Styrke</author>
</div>
</div>
<div id="icons">
<i class="far fa-heart"></i>
<i class="fas fa-plus"></i>
</div>
</div>
<!--End of Song 2-->
<!--Song 3-->
<div id="song">
<div id="song-number">
03
<img src="Images/artist-album.png" alt="album image">
<div id="song-details">
Say My Name
<br/>
<author>Tove Styrke</author>
</div>
</div>
<div id="icons">
<i class="far fa-heart"></i>
<i class="fas fa-plus"></i>
</div>
</div>
<!--End of Song 3-->
<!--Song 4-->
<div id="song">
<div id="song-number">
04
<img src="Images/artist-album.png" alt="album image">
<div id="song-details">
On The Low
<br/>
<author>Tove Styrke</author>
</div>
</div>
<div id="icons">
<i class="far fa-heart"></i>
<i class="fas fa-plus"></i>
</div>
</div>
<!--End of Song 4-->
<!--Song 5-->
<div id="song">
<div id="song-number">
05
<img src="Images/artist-album.png" alt="album image">
<div id="song-details">
Change My Mind
<br/>
<author>Tove Styrke</author>
</div>
</div>
<div id="icons">
<i class="far fa-heart"></i>
<i class="fas fa-plus"></i>
</div>
</div>
<!--End of Song 5-->
<!--Song 6-->
<div id="song">
<div id="song-number">
06
<img src="Images/artist-album.png" alt="album image">
<div id="song-details">
I Lied
<br/>
<author>Tove Styrke</author>
</div>
</div>
<div id="icons">
<i class="far fa-heart"></i>
<i class="fas fa-plus"></i>
</div>
</div>
<!--End of Song 6-->
<!--Song 7-->
<div id="song">
<div id="song-number">
07
<img src="Images/artist-album.png" alt="album image">
<div id="song-details">
Vibe
<br/>
<author>Tove Styrke</author>
</div>
</div>
<div id="icons">
<i class="far fa-heart"></i>
<i class="fas fa-plus"></i>
</div>
</div>
</div>
<!--End of Song 7-->
</main>
<!--End of main section-->
<!--Begining of Aside Section-->
<aside>
<div id="aside-header-1">
Similar Artists
<x>View All</x>
</div>
<!--Similar artist-->
<div id="similar-artist">
<div id="artist-img"></div>
<div id="song-details">
Taylor Swift
<br/>
<author>Pop Artist</author>
</div>
<i class="fas fa-ellipsis-h"></i>
</div>
<div id="similar-artist">
<div id="artist-img"></div>
<div id="song-details">
Taylor Swift
<br/>
<author>Pop Artist</author>
</div>
<i class="fas fa-ellipsis-h"></i>
</div>
<div id="similar-artist">
<div id="artist-img"></div>
<div id="song-details">
Taylor Swift
<br/>
<author>Pop Artist</author>
</div>
<i class="fas fa-ellipsis-h"></i>
</div>
<!--End of Similar artist-->
<div id="aside-header-2">
Recently Played
<x>View All</x>
</div>
<!--Recently Played Songs-->
<!--Song 1-->
<div id="song">
<div id="song-number">
01
<img src="Images/artist-album.png" alt="album image">
<div id="song-details">
Sway
<br/>
<author>Tove Styrke</author>
</div>
</div>
<div id="icons">
<i class="far fa-heart"></i>
</div>
</div>
<!--ENd of song 1-->
<!--Song 2-->
<div id="song">
<div id="song-number">
02
<img src="Images/artist-album.png" alt="album image">
<div id="song-details">
Mistakes
<br/>
<author>Tove Styrke</author>
</div>
</div>
<div id="icons">
<i class="far fa-heart"></i>
</div>
</div>
<!--End of song 2-->
<!--Song 3-->
<div id="song">
<div id="song-number">
03
<img src="Images/artist-album.png" alt="album image">
<div id="song-details">
Say My Name
<br/>
<author>Tove Styrke</author>
</div>
</div>
<div id="icons">
<i class="far fa-heart"></i>
</div>
</div>
<!--End of song 3-->
<!--Song 4-->
<div id="song">
<div id="song-number">
04
<img src="Images/artist-album.png" alt="album image">
<div id="song-details">
On The Low
<br/>
<author>Tove Styrke</author>
</div>
</div>
<div id="icons">
<i class="far fa-heart"></i>
</div>
</div>
<!--End of song 4-->
<!--Song 5-->
<div id="song">
<div id="song-number">
05
<img src="Images/artist-album.png" alt="album image">
<div id="song-details">
Change My Mind
<br/>
<author>Tove Styrke</author>
</div>
</div>
<div id="icons">
<i class="far fa-heart"></i>
</div>
</div>
<!--End of song 5-->
<!--End of recently played songs-->
</aside>
<!--End of aside-->
<!--Begining of footer section-->
<footer>
<!--The bottom music bar which pops up when we play a music-->
<div id="music-bar">
<!--Music Icon-->
<div id="music-icon">
<img src="Images/latest-release-2.png" alt="music-icon">
</div>
<!--End of music icon-->
<!--Music title-->
<div id="music-title">
<b>evermore (feat. Bon Iver)</b>
<div id="favourite">
<i class="far fa-heart"></i>
</div>
<div id="remove">
<i class="fas fa-ban"></i>
</div>
<br/>
<artist>Taylor Swift</artist>
</div>
<!--End of music title-->
<!--Play buttons-->
<div id="play-buttons">
<i class="fas fa-random"></i>
<i class="fas fa-backward"></i>
<i class="fas fa-pause-circle"></i>
<i class="fas fa-forward"></i>
<i class="fas fa-undo-alt"></i>
</div>
<!--End of play buttons-->
<!--Music start time-->
<div id="start-time">
0:00
</div>
<!--End of music start time-->
<!--Music end time-->
<div id="end-time">
5:04
</div>
<!--End of music end time-->
<!--Begining of the progress bar-->
<div id="progress-bar">
<div id="circle">
<i class="fas fa-circle"></i>
</div>
</div>
<!--End of progress bar-->
<!--Miscellaneous icons-->
<div id="queue">
<i class="fas fa-bars"></i>
</div>
<div id="volume">
<i class="fas fa-volume-up"></i>
</div>
<div id="progress-bar-volume">
<div id="circle-volume">
<i class="fas fa-circle"></i>
</div>
</div>
<!--End of miscellaneous icons-->
</div>
<!--End of music bar-->
</footer>
<!--End of footer section-->
</body>
<!--End of body section-->
</html>
<!--End of html code-->