-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathartist.html
388 lines (386 loc) · 21.8 KB
/
artist.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Music2k - Artist</title>
<meta name="theme-color" content=" #161728">
<link rel="shortcut icon" href="./src/images/logo-lg-variant-icon-white.png" type="image/x-icon" />
<!-- add og -->
<meta name="description" content="" />
<link rel="shortcut icon" href="" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./dist/output.css" />
<link rel="stylesheet" href="./src/styles/basestyle.css" />
</head>
<body>
<div class="body-inner min-h-screen">
<div class="wrapper md:grid md:grid-cols-12">
<!-- navigation starts -->
<header class="navigation col-span-full lg:col-span-2 lg:min-h-screen lg:bg-primarySkin">
<!-- lg nav starts -->
<div class="p-4 lg:fixed flex-col gap-6 bg-secondarySkin lg:bg-primarySkin h-full">
<div class="logo text-center hidden lg:inline-block">
<a href="./index.html" class="flex items-center">
<img class="max-w-full w-32" src="./src/images/logo-lg-variant-3.png" alt="" />
</a>
</div>
<div class="home lg:flex flex-col mt-16 hidden">
<div class="title p-2 px-4">
<small><h6 class="font-bold text-white text-xs">// Menu</h6></small>
</div>
<!-- lg screen menu -->
<ul class="nav-links-wrapper hidden lg:inline-flex">
<li>
<a href="./index.html" class="nav-link">
<svg class="w-5" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16">
<path
fill="currentColor"
fill-rule="evenodd"
d="m8.36 1.37l6.36 5.8l-.71.71L13 6.964v6.526l-.5.5h-3l-.5-.5v-3.5H7v3.5l-.5.5h-3l-.5-.5V6.972L2 7.88l-.71-.71l6.35-5.8h.72zM4 6.063v6.927h2v-3.5l.5-.5h3l.5.5v3.5h2V6.057L8 2.43L4 6.063z"
clip-rule="evenodd" />
</svg>
Home
</a>
</li>
<li>
<a href="./lyrics-search.html" class="nav-link">
<svg class="w-5" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet" viewBox="0 0 512 512">
<path
fill="none"
stroke="currentColor"
stroke-miterlimit="10"
stroke-width="32"
d="M221.09 64a157.09 157.09 0 1 0 157.09 157.09A157.1 157.1 0 0 0 221.09 64Z" />
<path
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-miterlimit="10"
stroke-width="32"
d="M338.29 338.29L448 448" />
</svg>
Search Lyrics
</a>
</li>
<li>
<a href="./blog-news.html" class="nav-link">
<svg xmlns="http://www.w3.org/2000/svg" class="w-5" preserveAspectRatio="xMidYMid meet" viewBox="0 0 28 28">
<path
fill="currentColor"
d="M22.75 24H5.25a3.25 3.25 0 0 1-3.245-3.066L2 20.75V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4h15.5a2.25 2.25 0 0 1 2.245 2.096L22 6.25V7h1.75a2.25 2.25 0 0 1 2.245 2.096L26 9.25v11.5a3.25 3.25 0 0 1-3.066 3.245L22.75 24H5.25h17.5Zm-17.5-1.5h17.5a1.75 1.75 0 0 0 1.744-1.607l.006-.143V9.25a.75.75 0 0 0-.648-.743L23.75 8.5H22v10.75a.75.75 0 0 1-.648.743L21.25 20a.75.75 0 0 1-.743-.648l-.007-.102v-13a.75.75 0 0 0-.648-.743L19.75 5.5H4.25a.75.75 0 0 0-.743.648L3.5 6.25v14.5a1.75 1.75 0 0 0 1.606 1.744l.144.006h17.5h-17.5Zm4.996-9.496c.69 0 1.25.56 1.25 1.25v3.496c0 .69-.56 1.25-1.25 1.25H6.75c-.69 0-1.25-.56-1.25-1.25v-3.496c0-.69.56-1.25 1.25-1.25h3.496ZM14.25 17.5h3.496a.75.75 0 0 1 .102 1.493l-.102.007H14.25a.75.75 0 0 1-.102-1.493l.102-.007h3.496h-3.496Zm-4.253-2.996H7V17.5h2.997v-2.996Zm4.253-1.5h3.496a.75.75 0 0 1 .102 1.493l-.102.007H14.25a.75.75 0 0 1-.102-1.494l.102-.006h3.496h-3.496ZM6.246 8.497h11.5a.75.75 0 0 1 .102 1.493l-.102.007h-11.5a.75.75 0 0 1-.101-1.493l.101-.007h11.5h-11.5Z" />
</svg>
News
</a>
</li>
<li>
<a href="./playMusic.html" class="nav-link">
<svg xmlns="http://www.w3.org/2000/svg" class="w-5" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20">
<path
fill="currentColor"
d="M14.702 2.226A1 1 0 0 1 16 3.18v6.027a5.479 5.479 0 0 0-1-.184V6.18L8 8.368V15.5a2.5 2.5 0 1 1-1-2V5.368a1 1 0 0 1 .702-.955l7-2.187ZM8 7.32l7-2.187V3.18L8 5.368V7.32ZM5.5 14a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3Zm13.5.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0Zm-2.265-.436l-2.994-1.65a.5.5 0 0 0-.741.438v3.3a.5.5 0 0 0 .741.438l2.994-1.65a.5.5 0 0 0 0-.876Z" />
</svg>
Play Music
</a>
</li>
</ul>
<!-- lg screen menu ends -->
</div>
<!-- sm screen menu -->
<nav class="flex items-center justify-between lg:hidden">
<a href="/">
<img src="./src/images/logo-lg-variant-2.png" class="h-auto w-24" alt="" />
</a>
<a
href="https://github.com/OkeleyeVick/Project-Play"
class="text-white hover:bg-opacity-5 p-2 hover:bg-gray-300 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" class="w-7" preserveAspectRatio="xMidYMid meet" viewBox="0 0 512 512">
<path
fill="currentColor"
d="M256 32C132.3 32 32 134.9 32 261.7c0 101.5 64.2 187.5 153.2 217.9a17.56 17.56 0 0 0 3.8.4c8.3 0 11.5-6.1 11.5-11.4c0-5.5-.2-19.9-.3-39.1a102.4 102.4 0 0 1-22.6 2.7c-43.1 0-52.9-33.5-52.9-33.5c-10.2-26.5-24.9-33.6-24.9-33.6c-19.5-13.7-.1-14.1 1.4-14.1h.1c22.5 2 34.3 23.8 34.3 23.8c11.2 19.6 26.2 25.1 39.6 25.1a63 63 0 0 0 25.6-6c2-14.8 7.8-24.9 14.2-30.7c-49.7-5.8-102-25.5-102-113.5c0-25.1 8.7-45.6 23-61.6c-2.3-5.8-10-29.2 2.2-60.8a18.64 18.64 0 0 1 5-.5c8.1 0 26.4 3.1 56.6 24.1a208.21 208.21 0 0 1 112.2 0c30.2-21 48.5-24.1 56.6-24.1a18.64 18.64 0 0 1 5 .5c12.2 31.6 4.5 55 2.2 60.8c14.3 16.1 23 36.6 23 61.6c0 88.2-52.4 107.6-102.3 113.3c8 7.1 15.2 21.1 15.2 42.5c0 30.7-.3 55.5-.3 63c0 5.4 3.1 11.5 11.4 11.5a19.35 19.35 0 0 0 4-.4C415.9 449.2 480 363.1 480 261.7C480 134.9 379.7 32 256 32Z" />
</svg>
</a>
</nav>
<!-- sm screen menu ends -->
</div>
<!-- lg nav ends -->
</header>
<!-- navigation ends -->
<div class="col-span-full lg:col-span-10 min-h-screen bg-secondarySkin p-3">
<header class="flex items-center justify-between mt-6 md:mt-0">
<div class="breadcrumb-nav">
<nav class="flex" aria-label="Breadcrumb">
<ol class="inline-flex items-center space-x-1 md:space-x-3">
<li class="inline-flex items-center">
<a
href="./index.html"
class="inline-flex items-center text-sm font-medium text-gray-400 hover:text-gray-50 dark:text-gray-400">
<svg
class="w-5 mr-2"
xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 16 16">
<path
fill="currentColor"
fill-rule="evenodd"
d="m8.36 1.37l6.36 5.8l-.71.71L13 6.964v6.526l-.5.5h-3l-.5-.5v-3.5H7v3.5l-.5.5h-3l-.5-.5V6.972L2 7.88l-.71-.71l6.35-5.8h.72zM4 6.063v6.927h2v-3.5l.5-.5h3l.5.5v3.5h2V6.057L8 2.43L4 6.063z"
clip-rule="evenodd" />
</svg>
Home
</a>
</li>
<li aria-current="page">
<div class="flex items-center">
<svg
class="w-6 h-6 text-gray-400"
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg">
<path
fill-rule="evenodd"
d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z"
clip-rule="evenodd"></path>
</svg>
<span class="ml-1 text-sm font-medium text-gray-200 md:ml-2 dark:text-gray-400">Artist</span>
</div>
</li>
</ol>
</nav>
</div>
<div class="right lg:flex items-center hidden">
<a
href="https://github.com/OkeleyeVick/Project-Play"
class="text-white hover:bg-opacity-5 p-2 hover:bg-gray-300 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" class="w-7" preserveAspectRatio="xMidYMid meet" viewBox="0 0 512 512">
<path
fill="currentColor"
d="M256 32C132.3 32 32 134.9 32 261.7c0 101.5 64.2 187.5 153.2 217.9a17.56 17.56 0 0 0 3.8.4c8.3 0 11.5-6.1 11.5-11.4c0-5.5-.2-19.9-.3-39.1a102.4 102.4 0 0 1-22.6 2.7c-43.1 0-52.9-33.5-52.9-33.5c-10.2-26.5-24.9-33.6-24.9-33.6c-19.5-13.7-.1-14.1 1.4-14.1h.1c22.5 2 34.3 23.8 34.3 23.8c11.2 19.6 26.2 25.1 39.6 25.1a63 63 0 0 0 25.6-6c2-14.8 7.8-24.9 14.2-30.7c-49.7-5.8-102-25.5-102-113.5c0-25.1 8.7-45.6 23-61.6c-2.3-5.8-10-29.2 2.2-60.8a18.64 18.64 0 0 1 5-.5c8.1 0 26.4 3.1 56.6 24.1a208.21 208.21 0 0 1 112.2 0c30.2-21 48.5-24.1 56.6-24.1a18.64 18.64 0 0 1 5 .5c12.2 31.6 4.5 55 2.2 60.8c14.3 16.1 23 36.6 23 61.6c0 88.2-52.4 107.6-102.3 113.3c8 7.1 15.2 21.1 15.2 42.5c0 30.7-.3 55.5-.3 63c0 5.4 3.1 11.5 11.4 11.5a19.35 19.35 0 0 0 4-.4C415.9 449.2 480 363.1 480 261.7C480 134.9 379.7 32 256 32Z" />
</svg>
</a>
</div>
</header>
<div class="artist-content mt-6">
<div class="artist-content-inner grid grid-cols-5 gap-8">
<template id="artist-template">
<div class="artist-image col-span-full md:col-span-2 overflow-hidden">
<img src="./src/images/woman.jpg" alt="" class="rounded-md aspect-square object-cover" />
</div>
<div class="artist-detail col-span-full md:col-span-3">
<div class="artist-name">
<span class="text-gray-300 text-lg md:text-xl">Okeleye Victor Olamide</span>
</div>
<div class="artist-details my-8">
<span class="text-sm text-gray-200 leading-6">
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Vero mollitia hic qui tempore laboriosam,
similique quia veniam illo? Nostrum molestiae ex corrupti praesentium velit ducimus a, ad nobis doloremque
magni facilis. Dolorum tempore, officia eum enim dolore, quibusdam veritatis iste recusandae nisi placeat
aut cupiditate minima illo similique deserunt? Ipsam neque quidem, non fugit animi a architecto aut sed
minus. Labore, vero aspernatur. Possimus sed voluptas dolore odit, omnis ipsum sunt repellendus repellat
beatae consectetur fuga soluta, perspiciatis sapiente. Placeat, beatae commodi architecto quidem fuga
aperiam, saepe sit nisi, et cupiditate quibusdam quos! Iusto dignissimos asperiores nemo ipsam,
exercitationem sit!
</span>
</div>
<div class="social-handles mt-3">
<small class="text-gray-400 text-xs tracking-widest">// SOCIAL MEDIA HANDLES</small>
<div class="social-handles-inner flex items-center gap-x-4 mt-3">
<a href="" class="text-white" id="facebook">
<svg
xmlns="http://www.w3.org/2000/svg"
class="w-7"
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 256 256">
<path
fill="currentColor"
d="M230 128a102 102 0 1 0-102 102a102.1 102.1 0 0 0 102-102Zm-96 89.8V150h26a6 6 0 0 0 0-12h-26v-26a18.1 18.1 0 0 1 18-18h16a6 6 0 0 0 0-12h-16a30.1 30.1 0 0 0-30 30v26H96a6 6 0 0 0 0 12h26v67.8a90 90 0 1 1 12 0Z" />
</svg>
</a>
<a href="" class="text-white" id="twitter">
<svg
xmlns="http://www.w3.org/2000/svg"
class="w-7"
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 256 256">
<path
fill="currentColor"
d="M245.5 69.7A6 6 0 0 0 240 66h-31.6a46 46 0 0 0-39.8-24A46.4 46.4 0 0 0 122 88v8.7C79.6 86.6 44.6 52.1 44.2 51.8a6 6 0 0 0-10.1 3.1c-8.7 47.6 5.6 79.4 19.1 97.7a105.6 105.6 0 0 0 26 25.1c-15.5 18.8-41 28.6-41.3 28.7a5.9 5.9 0 0 0-3.6 3.8a5.8 5.8 0 0 0 .7 5.1c1 1.5 10.8 14.7 45 14.7c69.7 0 128-53.9 133.6-123.1l30.6-30.7a5.7 5.7 0 0 0 1.3-6.5Zm-42 30.3a5.8 5.8 0 0 0-1.7 3.9C197.7 167.9 144.2 218 80 218c-13.9 0-22.8-2.4-28.1-4.8c11.3-5.7 29.8-16.9 41.1-33.9a6.2 6.2 0 0 0 .8-4.8a6.1 6.1 0 0 0-3.1-3.9c-.2 0-15.2-7.8-28.2-25.6C47 123.8 40.9 97.9 44.3 68c14.6 12.4 46.1 35.8 82.7 41.9a5.9 5.9 0 0 0 7-5.9V88a34.3 34.3 0 0 1 34.4-34a34.2 34.2 0 0 1 30.8 20.4a5.9 5.9 0 0 0 5.5 3.6h20.8Z" />
</svg>
</a>
<a href="" class="text-white" id="instagram">
<svg
xmlns="http://www.w3.org/2000/svg"
class="w-7"
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 256 256">
<path
fill="currentColor"
d="M128 82a46 46 0 1 0 46 46a46 46 0 0 0-46-46Zm0 80a34 34 0 1 1 34-34a34.1 34.1 0 0 1-34 34Zm44-132H84a54 54 0 0 0-54 54v88a54 54 0 0 0 54 54h88a54 54 0 0 0 54-54V84a54 54 0 0 0-54-54Zm42 142a42 42 0 0 1-42 42H84a42 42 0 0 1-42-42V84a42 42 0 0 1 42-42h88a42 42 0 0 1 42 42Zm-24-96a10 10 0 1 1-10-10a10 10 0 0 1 10 10Z" />
</svg>
</a>
</div>
</div>
<div class="recent-albums mb-4 mt-10">
<div class="title text-2xl text-gray-200 tracking-wider"><span>RECENT ALBUMS</span></div>
<ul class="albums-wrapper grid grid-cols-12 gap-3 mt-5 flex-wrap">
<!-- each track -->
<template id="album-item">
<li class="col-span-6 md:col-span-4 lg:col-span-3 rounded-md overflow-hidden p-1">
<a href="">
<div class="wrap flex items-start flex-col gap-y-4">
<div class="image-wrap">
<img
src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse1.mm.bing.net%2Fth%3Fid%3DOIP.eM7ig70kRrW1faBeRp2LZgAAAA%26pid%3DApi&f=1&ipt=f3f578006ed8ae675d20d087335f2f4e18e540109a6efefdd2cb67c646a580f6&ipo=images"
alt=""
class="aspect-square rounded-md" />
</div>
<div class="album-title">
<small class="text-white">Loving is Harder</small>
</div>
</div>
</a>
</li>
</template>
<!-- each track end -->
</ul>
</div>
<div class="recent-tracks mb-4 mt-10">
<div class="title text-2xl text-gray-200 tracking-wider"><span>RECENT TRACKS</span></div>
<ul class="tracks-item-wrapper flex flex-col gap-y-3 mt-7">
<!-- each track -->
<template id="track-item-template">
<li
class="flex flex-col gap-y-1 leading-tight bg-slate-400 bg-opacity-5 p-3 rounded-tr-md rounded-br-md rounded-tl-sm rounded-bl-sm pl-4 track border-l-4 border-blue-600">
<span
class="track-title text-gray-200 font-semibold text-sm overflow-hidden whitespace-nowrap text-ellipsis"
>Home</span
>
<small class="track-artistes text-gray-400 text-xs">Johnny Drille Ft Cavemen</small>
</li>
</template>
<!-- each track end -->
</ul>
</div>
</div>
</template>
</div>
</div>
<footer class="bg-primarySkin">
<div class="footer-inner py-4 text-center text-white">
<span class="text-sm"> Made by Vickkk - 2022 ❤ </span>
</div>
</footer>
</div>
</div>
</div>
<div data-dial-init class="fixed right-6 bottom-6 group lg:hidden">
<div id="speed-dial-menu-click" class="flex-col items-center hidden mb-4 space-y-2">
<button
type="button"
onclick="window.location.href='./index.html'"
data-tooltip-target="tooltip-home"
data-tooltip-placement="left"
class="flex justify-center items-center mx-auto w-[45px] h-[45px] text-gray-400 hover:text-gray-50 bg-slate-800 bg-opacity-90 hover:border-gray-50 rounded-full border border-slate-400 transition-all duration-300 ease-in-out shadow-sm">
<svg class="w-5" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16">
<path
fill="currentColor"
fill-rule="evenodd"
d="m8.36 1.37l6.36 5.8l-.71.71L13 6.964v6.526l-.5.5h-3l-.5-.5v-3.5H7v3.5l-.5.5h-3l-.5-.5V6.972L2 7.88l-.71-.71l6.35-5.8h.72zM4 6.063v6.927h2v-3.5l.5-.5h3l.5.5v3.5h2V6.057L8 2.43L4 6.063z"
clip-rule="evenodd" />
</svg>
<span class="sr-only">Home</span>
</button>
<div
id="tooltip-home"
role="tooltip"
class="absolute z-10 invisible inline-block w-auto px-3 py-2 text-sm font-medium text-white transition-opacity ease-in-out duration-300 rounded-md shadow-sm opacity-0 tooltip speed-dail-tooltip">
Home
<div class="tooltip-arrow" data-popper-arrow></div>
</div>
<button
onclick="window.location.href='./lyrics-search.html'"
type="button"
data-tooltip-target="tooltip-seacrch-lyrics"
data-tooltip-placement="left"
class="flex justify-center items-center mx-auto w-[45px] h-[45px] text-gray-400 hover:text-gray-50 bg-slate-800 bg-opacity-90 hover:border-gray-50 rounded-full border border-slate-400 transition-all duration-300 ease-in-out shadow-sm">
<svg class="w-5" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet" viewBox="0 0 512 512">
<path
fill="none"
stroke="currentColor"
stroke-miterlimit="10"
stroke-width="32"
d="M221.09 64a157.09 157.09 0 1 0 157.09 157.09A157.1 157.1 0 0 0 221.09 64Z" />
<path
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-miterlimit="10"
stroke-width="32"
d="M338.29 338.29L448 448" />
</svg>
<span class="sr-only">Search lyrics</span>
</button>
<div
id="tooltip-seacrch-lyrics"
role="tooltip"
class="absolute z-10 invisible inline-block w-auto px-3 py-2 text-sm font-medium text-white transition-opacity ease-in-out duration-300 rounded-md shadow-sm opacity-0 tooltip speed-dail-tooltip">
Search lyrics
<div class="tooltip-arrow" data-popper-arrow></div>
</div>
<button
type="button"
onclick="window.location.href='./blog-news.html'"
data-tooltip-target="tooltip-news"
data-tooltip-placement="left"
class="flex justify-center items-center mx-auto w-[45px] h-[45px] text-gray-400 hover:text-gray-50 bg-slate-800 bg-opacity-90 hover:border-gray-50 rounded-full border border-slate-400 transition-all duration-300 ease-in-out shadow-sm">
<svg xmlns="http://www.w3.org/2000/svg" class="w-5" preserveAspectRatio="xMidYMid meet" viewBox="0 0 28 28">
<path
fill="currentColor"
d="M22.75 24H5.25a3.25 3.25 0 0 1-3.245-3.066L2 20.75V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4h15.5a2.25 2.25 0 0 1 2.245 2.096L22 6.25V7h1.75a2.25 2.25 0 0 1 2.245 2.096L26 9.25v11.5a3.25 3.25 0 0 1-3.066 3.245L22.75 24H5.25h17.5Zm-17.5-1.5h17.5a1.75 1.75 0 0 0 1.744-1.607l.006-.143V9.25a.75.75 0 0 0-.648-.743L23.75 8.5H22v10.75a.75.75 0 0 1-.648.743L21.25 20a.75.75 0 0 1-.743-.648l-.007-.102v-13a.75.75 0 0 0-.648-.743L19.75 5.5H4.25a.75.75 0 0 0-.743.648L3.5 6.25v14.5a1.75 1.75 0 0 0 1.606 1.744l.144.006h17.5h-17.5Zm4.996-9.496c.69 0 1.25.56 1.25 1.25v3.496c0 .69-.56 1.25-1.25 1.25H6.75c-.69 0-1.25-.56-1.25-1.25v-3.496c0-.69.56-1.25 1.25-1.25h3.496ZM14.25 17.5h3.496a.75.75 0 0 1 .102 1.493l-.102.007H14.25a.75.75 0 0 1-.102-1.493l.102-.007h3.496h-3.496Zm-4.253-2.996H7V17.5h2.997v-2.996Zm4.253-1.5h3.496a.75.75 0 0 1 .102 1.493l-.102.007H14.25a.75.75 0 0 1-.102-1.494l.102-.006h3.496h-3.496ZM6.246 8.497h11.5a.75.75 0 0 1 .102 1.493l-.102.007h-11.5a.75.75 0 0 1-.101-1.493l.101-.007h11.5h-11.5Z" />
</svg>
<span class="sr-only">News</span>
</button>
<div
id="tooltip-news"
role="tooltip"
class="absolute z-10 invisible inline-block w-auto px-3 py-2 text-sm font-medium text-white transition-opacity ease-in-out duration-300 rounded-md shadow-sm opacity-0 tooltip speed-dail-tooltip">
News
<div class="tooltip-arrow" data-popper-arrow></div>
</div>
<button
type="button"
onclick="window.location.href='./playMusic.html'"
data-tooltip-target="tooltip-copy"
data-tooltip-placement="left"
class="flex justify-center items-center mx-auto w-[45px] h-[45px] text-gray-400 hover:text-gray-50 bg-slate-800 bg-opacity-90 hover:border-gray-50 rounded-full border border-slate-400 transition-all duration-300 ease-in-out shadow-sm">
<svg xmlns="http://www.w3.org/2000/svg" class="w-5" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20">
<path
fill="currentColor"
d="M14.702 2.226A1 1 0 0 1 16 3.18v6.027a5.479 5.479 0 0 0-1-.184V6.18L8 8.368V15.5a2.5 2.5 0 1 1-1-2V5.368a1 1 0 0 1 .702-.955l7-2.187ZM8 7.32l7-2.187V3.18L8 5.368V7.32ZM5.5 14a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3Zm13.5.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0Zm-2.265-.436l-2.994-1.65a.5.5 0 0 0-.741.438v3.3a.5.5 0 0 0 .741.438l2.994-1.65a.5.5 0 0 0 0-.876Z" />
</svg>
<span class="sr-only">Play music</span>
</button>
<div
id="tooltip-copy"
role="tooltip"
class="absolute z-10 invisible inline-block w-auto px-3 py-2 text-sm font-medium text-white transition-opacity ease-in-out duration-300 rounded-md shadow-sm opacity-0 tooltip speed-dail-tooltip">
Play music
<div class="tooltip-arrow" data-popper-arrow></div>
</div>
</div>
<button
role="button"
data-dial-toggle="speed-dial-menu-click"
data-dial-trigger="click"
aria-controls="speed-dial-menu-click"
aria-expanded="false"
class="flex items-center justify-center text-white bg-blue-700 rounded-full w-14 h-14 hover:bg-blue-80 focus:ring-4 focus:outline-none transition-all duration-300 ease-in-out">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24">
<path fill="currentColor" d="M19 12.998h-6v6h-2v-6H5v-2h6v-6h2v6h6z" />
</svg>
<span class="sr-only">Open actions menu</span>
</button>
</div>
<script src="https://unpkg.com/flowbite@1.6.0/dist/flowbite.min.js"></script>
<script src="./src/js/artist.js"></script>
</body>
</html>