-
Notifications
You must be signed in to change notification settings - Fork 1
/
album-page.html
378 lines (342 loc) · 20 KB
/
album-page.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link rel="stylesheet" href="./home-page.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css">
<link rel="icon" href="./assets/spotify-icons-logos/icons/01_RGB/02_PNG/Spotify_Icon_RGB_White.png"
type="image/icon type">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<title>Album Page - Spotify</title>
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-2 side-bar show">
<div class="d-flex py-3"><a href="./home-page.html"><img src="./assets/Spotify_Logo_RGB_White.png" alt="logo"
height="40px"></a></div>
<a href="./home-page.html">
<div class="home d-flex"><i class="bi bi-house-door-fill my-2 px-3"></i><strong>Home</strong></div>
</a>
<div class="search d-flex"><i class="bi bi-search my-2 px-3"></i><strong>Search</strong></div>
<div class="library d-flex"><i class="bi bi-list my-2 px-3"></i><strong>Your Library</strong></div>
<div class="square d-flex mt-3"><i class="bi bi-plus-square-fill my-2 px-3"></i><strong>Create
Playlists</strong></div>
<div class="liked-songs d-flex mt-1"><i class="bi bi-heart-fill px-3"></i><strong>Liked Songs</strong>
</div>
<hr>
<div class="sidebar-list mr-n2">
<p class="my-1">Boiler Room: Room 1 🔥</p>
<p class="my-1">L'Imperatrice Mix</p>
<p class="my-1">Oceanvs Orientalis 🌙</p>
<p class="my-1">Afro Indie</p>
<p class="my-1">Taba Brasilis 🍁</p>
<p class="my-1">Discover Weekly</p>
<p class="my-1">Modern Psychedelia</p>
<p class="my-1">Voix de l'Hexagone</p>
<p class="my-1">Afrobeat Essencials ⚡</p>
<p class="my-1">Cuendano Tabado</p>
<p class="my-1">Boiler Room: Room 1</p>
<p class="my-1">L'Imperatrice Mix</p>
<p class="my-1">Oceanvs Orientalis</p>
<p class="my-1">Afro Indie</p>
<p class="my-1">Taba Brasilis</p>
<p class="my-1">Discover Weekly</p>
<p class="my-1">Modern Psychedelia 🌈</p>
<p class="my-1">Voix de l'Hexagone</p>
<p class="my-1">Afrobeat Essencials</p>
<p class="my-1">Cuendano Tabado</p>
</div>
<div class="install d-flex pt-1 mb-2"><i class="bi bi-arrow-down-circle pr-2"></i><strong>Install
App</strong></div>
</div>
<div class="col-10 bg-grad ml-auto">
<div class="container pt-3">
<div class="container">
<div class="row d-flex justify-content-between align-items-center">
<div class="d-flex align-items-center mt-n3">
<div>
<i class="bi bi-circle-fill position-relative"
style="font-size: xx-large; color: rgba(0, 0, 0, 0.486);">
<span class="material-icons chevrons position-absolute">chevron_left</span>
</i>
<i class="bi bi-circle-fill position-relative"
style="font-size: xx-large; color: rgba(0, 0, 0, 0.486);">
<span class="material-icons chevrons position-absolute">chevron_right</span>
</i>
</div>
</div>
<div class="dropdown align-items-center">
<button class="btn btn-secondary dropdown-toggle" style="font-size: 15px; font-weight: 500;"
type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-expanded="false">
<i class="bi bi-person-circle mr-2"></i>Username</button>
<div class="dropdown-menu dropdown-menu-right dropdown-secondary" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#">Account</a>
<a class="dropdown-item" href="#">Profile</a>
<a class="dropdown-item" href="./login-page.html">Log out</a>
</div>
</div>
</div>
</div>
</div>
<div
class="container-fluid d-flex flex-column flex-md-row text-white align-items-center align-items-md-end p-1 p-sm-2 p-md-3 m-0">
<img src="https://picsum.photos/200/200" class="img-fluid mr-3" alt="AnyGivenDay" id="albumImg" />
<div class="album-heder flex-coloumn px-2">
<h6 class="album-title">ALBUM</h6>
<h1 class="album-header">My Longest Way Home</h1>
<div class="d-flex">
<img src="https://picsum.photos/300/300" class="rounded-circle mr-3" width="30px" height="30px" alt="small image" />
<a class="ancher-header text-white" href="./artist-page.html">Any Given Day</a>
<div class="">
<span class="headerSmallRow ml-1">• 2006</span>
<span class="headerSmallRow">• 16 songs,</span>
<span class="headerSmallRow">1hr 11 min</span>
</div>
</div>
</div>
</div>
<div class="container-header p-1 p-sm-2 p-md-3"></div>
<!-- here is end of album header-->
<!-- here is end of album header-->
<div class="container2">
<div class="d-flex justify-content-start align-items-center pb-3">
<div class="text-success pr-4 position-relative">
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" fill="currentColor"
class="bi bi-play-circle-fill" viewBox="0 0 16 16">
<path
d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z" />
</svg>
<img src="./assets/600px-White_Circle.svg.png" class="position-absolute play-bg" height="35px" alt="play-bg">
</div>
<div class="text-white px-4">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-heart"
viewBox="0 0 16 16">
<path
d="m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z" />
</svg>
</div>
<!-- <button type="button" class="btn btn-outline-light btn-follow mx-5">FOLLOW</button> -->
<div class="">
<button class="btn text-white px-4" type="button" id="dropdownMenu2" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor"
class="bi bi-three-dots" viewBox="0 0 16 16">
<path
d="M3 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" />
</svg>
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenu2">
<button class="dropdown-item" type="button">Add to Queue</button>
<button class="dropdown-item" type="button">
Go to artist radio
</button>
<button class="dropdown-item" type="button">
Remove from your library
</button>
</div>
</div>
</div>
<!-- Middle part of the album page -->
<table class="table align-middle mb-0 table-borderless table-hover text-white" id="tableSection">
<thead class="border-bottom border-1 border-secondary">
<tr class="align-middle" id="tableRow">
<th class="TheaderText align-middle shortWidth p-1 pb-2" scope="col">#</th>
<th class="TheaderText align-middle p-1 pb-2" scope="col">Title</th>
<th class="TheaderText align-middle align-middle text-right p-1 pb-2" scope="col">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-stopwatch" viewBox="0 0 16 16">
<path d="M8.5 5.6a.5.5 0 1 0-1 0v2.9h-3a.5.5 0 0 0 0 1H8a.5.5 0 0 0 .5-.5V5.6z" />
<path
d="M6.5 1A.5.5 0 0 1 7 .5h2a.5.5 0 0 1 0 1v.57c1.36.196 2.594.78 3.584 1.64a.715.715 0 0 1 .012-.013l.354-.354-.354-.353a.5.5 0 0 1 .707-.708l1.414 1.415a.5.5 0 1 1-.707.707l-.353-.354-.354.354a.512.512 0 0 1-.013.012A7 7 0 1 1 7 2.071V1.5a.5.5 0 0 1-.5-.5zM8 3a6 6 0 1 0 .001 12A6 6 0 0 0 8 3z" />
</svg>
</th>
</tr>
</thead>
<tbody class="colors">
<tr class="align-middle">
<th class="TheaderText align-middle shortWidth p-1" scope="row">1</th>
<td class="TheaderText align-middle p-1">Darkness Within <br /><a class="link text-secondary" href="#">Any Given
Day</a>
</td>
<td class="TheaderText align-middle text-right p-1">3:40</td>
</tr>
<tr class="align-middle">
<th class="TheaderText align-middle shortWidth p-1" scope="row">2</th>
<td class="TheaderText align-middle p-1">
Darkness Within <br /><a class="link text-secondary" href="#">Any Given Day</a>
</td>
<td class="TheaderText align-middle text-right p-1">5:08</td>
</tr>
<tr class="align-middle">
<th class="TheaderText align-middle shortWidth p-1" scope="row">3</th>
<td class="TheaderText align-middle p-1">Darkness Within<br /><a class="link text-secondary" href="#">Any Given Day</a>
</td>
<td class="TheaderText align-middle text-right p-1">6:40</td>
</tr>
<tr class="align-middle">
<th class="TheaderText align-middle shortWidth p-1" scope="row">4</th>
<td class="TheaderText align-middle p-1">Darkness Within <br /><a class="link text-secondary" href="#">Any Given
Day</a>
</td>
<td class="TheaderText align-middle text-right p-1">4:40</td>
</tr>
<tr class="align-middle">
<th class="TheaderText align-middle shortWidth p-1" scope="row">5</th>
<td class="TheaderText align-middle p-1">Darkness Within<br /><a class="link text-secondary" href="#">Any Given Day</a>
</td>
<td class="TheaderText align-middle text-right p-1">5:40</td>
</tr>
<tr class="align-middle">
<th class="TheaderText align-middle shortWidth p-1" scope="row">6</th>
<td class="TheaderText align-middle p-1">Darkness Within<br /><a class="link text-secondary" href="#">Any Given Day</a>
</td>
<td class="TheaderText align-middle text-right p-1">5:40</td>
</tr>
<tr class="align-middle">
<th class="TheaderText align-middle shortWidth p-1" scope="row">7</th>
<td class="TheaderText align-middle p-1">Darkness Within<br /><a class="link text-secondary" href="#">Any Given Day</a>
</td>
<td class="TheaderText align-middle text-right p-1">5:40</td>
</tr>
<tr class="align-middle">
<th class="TheaderText align-middle shortWidth p-1" scope="row">8</th>
<td class="TheaderText align-middle p-1">Darkness Within<br /><a class="link text-secondary" href="#">Any Given Day</a>
</td>
<td class="TheaderText align-middle text-right p-1">5:40</td>
</tr>
<tr class="align-middle">
<th class="TheaderText align-middle shortWidth p-1" scope="row">9</th>
<td class="TheaderText align-middle p-1">Darkness Within<br /><a class="link text-secondary" href="#">Any Given Day</a>
</td>
<td class="TheaderText align-middle text-right p-1">5:40</td>
</tr>
<tr class="align-middle">
<th class="TheaderText align-middle shortWidth p-1" scope="row">10</th>
<td class="TheaderText align-middle p-1">Darkness Within<br /><a class="link text-secondary" href="#">Any Given Day</a>
</td>
<td class="TheaderText align-middle text-right p-1">5:40</td>
</tr>
</tbody>
</table>
<!-- copy right part here -->
<div class="text-secondary mt-4" id="copyright">
<p class="mb-0">© 2006 Envy High-Tech Music LTD.</p>
<p class="mb-0">© 2006 Tips Industries LTD.</p>
</div>
<!-- Bottom Part of the Page -->
<div class="bottom-album p-1 p-sm-2 p-md-3 mt-5 text-white">
<div id="botton-title" class=" d-flex justify-content-between align-items-center mb-2">
<h2 class="text-white">More By Any Given Day</h2>
<h6 id="seeMore">SEE DISCOGRAPHY</h6>
</div>
<div class="container my-3 pb-5">
<a href="./album-page.html">
<div class="row card-deck justify-content-around mx-n3">
<div class="card col-sm-6 col-md-4 col-lg-2 position-relative">
<div class="play-btn2 position-absolute"><i
class="bi bi-play-circle-fill play-circle2 position-relative"></i></div>
<img src="https://picsum.photos/300/300" class="card-img-top pt-3" alt="cover">
<div class="card-body mx-n3 mt-n2">
<p class="card-text">Some quick example text to build on the card title and make up
the bulk of the card's content.</p>
</div>
</div>
<div class="card col-sm-6 col-md-4 col-lg-2 position-relative">
<div class="play-btn2 position-absolute"><i
class="bi bi-play-circle-fill play-circle2 position-relative"></i></div>
<img src="https://picsum.photos/300/300" class="card-img-top pt-3" alt="cover">
<div class="card-body mx-n3 mt-n2">
<p class="card-text">Some quick example text to build on the card title and make up
the bulk of the card's content.</p>
</div>
</div>
<div class="card col-sm-6 col-md-4 col-lg-2 position-relative">
<div class="play-btn2 position-absolute"><i
class="bi bi-play-circle-fill play-circle2 position-relative"></i></div>
<img src="https://picsum.photos/300/300" class="card-img-top pt-3" alt="cover">
<div class="card-body mx-n3 mt-n2">
<p class="card-text">Some quick example text to build on the card title and make up
the bulk of the card's content.</p>
</div>
</div>
<div class="card col-sm-6 col-md-4 col-lg-2 position-relative">
<div class="play-btn2 position-absolute"><i
class="bi bi-play-circle-fill play-circle2 position-relative"></i></div>
<img src="https://picsum.photos/300/300" class="card-img-top pt-3" alt="cover">
<div class="card-body mx-n3 mt-n2">
<p class="card-text">Some quick example text to build on the card title and make up
the bulk of the card's content.</p>
</div>
</div>
<div class="card col-sm-6 col-md-4 col-lg-2 position-relative">
<div class="play-btn2 position-absolute"><i
class="bi bi-play-circle-fill play-circle2 position-relative"></i></div>
<img src="https://picsum.photos/300/300" class="card-img-top pt-3" alt="cover">
<div class="card-body mx-n3 mt-n2">
<p class="card-text">Some quick example text to build on the card title and make up
the bulk of the card's content.</p>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="play-bar container-fluid mb-n4">
<div class="row align-items-center">
<div class="col-12 col-12 m-0 m-md-0 col-lg-3 align-items-center d-inline-block play-hidden">
<div class="d-flex justify-content-around align-items-center">
<img src="https://picsum.photos/50/50" style="width:55px" alt="">
<div class="d-inline-block">
<p class="p-0 m-0">We Will Rock You <br> <small>Queen</small></p>
</div>
<i class="far fa-heart"></i>
<i class="bi bi-pip"></i>
</div>
</div>
<div class="col-12 col-12 m-0 pb-n5 m-md-0 col-lg-7 play-hidden-center">
<div class="d-flex justify-content-center align-items-center">
<i class="fas fa-random mx-2"></i>
<i class="fas fa-step-backward mx-2"></i>
<i class="bi bi-play-circle-fill mx-2 play-bottom"></i>
<i class="fas fa-step-forward mx-2"></i>
<i class="fas fa-retweet mx-2"></i>
</div>
<div class="d-flex justify-content-center mt-n2 align-items-center">
<span class="mr-2" style="font-size: 14px;">3:45</span>
<hr>
<span class="ml-2" style="font-size: 14px;">4:01</span>
</div>
</div>
<div class="col-12 m-0 m-md-0 col-lg-2 d-flex justify-content-around align-items-center play-hidden">
<i class="bi bi-mic"></i>
<i class="bi bi-card-text"></i>
<i class="bi bi-pc-display"></i>
<i class="bi bi-volume-up"></i>
<span class="volume">
<hr>
</span>
</div>
</div>
</div>
</footer>
<script src="https://kit.fontawesome.com/73c4ca1b43.js" crossorigin="anonymous"></script>
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF"
crossorigin="anonymous"></script>
</body>
</html>