-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlyrics-search.html
421 lines (416 loc) · 21.4 KB
/
lyrics-search.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Music2k - Lyrics Search</title>
<link rel="shortcut icon" href="./src/images/logo-lg-variant-icon-white.png" type="image/x-icon" />
<!-- add og -->
<meta name="theme-color" content=" #161728">
<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 pt-3 flex flex-col justify-between">
<div class="flex-col items-center gap-y-3 mt-4 hidden md:flex">
<img src="/src/images/logo-lg-variant-icon-white.png" alt="" class="w-1/12" />
<p class="text-white text-sm">Find lyrics for any song - search by track or track and artist</p>
</div>
<div class="p-4">
<div class="flex flex-col gap-y-1 w-full md:w-3/4 mx-auto mt-6">
<form class="flex items-center search-bar-control">
<label for="voice-search" class="sr-only">Search</label>
<div class="relative w-full">
<div class="absolute inset-y-0 left-0 flex items-center pl-3 pointer-events-none">
<svg
class="w-5 text-gray-500 -400"
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>
</div>
<input type="text" id="voice-search" class="form-control" placeholder="Enter song, artists..." required />
</div>
<button type="submit" class="submit-btn">
<svg
aria-hidden="true"
class="w-5 h-5 md:mr-2 -ml-1"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
</svg>
<span class="text hidden md:inline-flex text-sm">Search</span>
</button>
</form>
<div class="text-start text-white">
<small class="text-xs md:text-sm"
>Hint - <span class="text-gray-500 text-xs">Song title by Artist e.g Beat It by Michael Jackson</span>
</small>
</div>
</div>
<div class="mt-12 md:w-3/4 mx-auto" id="search-result">
<h1></h1>
<ul class="ul">
<template id="track-template">
<li>
<div class="searched-track">
<div class="top">
<div class="track-name">
<span class="text-gray-100 text-sm">Home</span>
</div>
<span class="block text-xs text-gray-400 artistes my-1">Johnny Drille Ft Cavemen</span>
</div>
<div class="bottom flex items-center gap-x-4">
<a href="" class="track-element">
<svg
xmlns="http://www.w3.org/2000/svg"
class="w-5"
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 24 24">
<path
fill="currentColor"
d="M11 4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2m0 7c1.1 0 2.66.23 4.11.69c-.61.38-1.11.91-1.5 1.54c-.82-.2-1.72-.33-2.61-.33c-2.97 0-6.1 1.46-6.1 2.1v1.1h8.14c.09.7.34 1.34.72 1.9H3v-3c0-2.66 5.33-4 8-4m7.5-3H22v2h-2v5.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5a2.5 2.5 0 0 1 2.5-2.5c.36 0 .69.07 1 .21V10Z" />
</svg>
<small>See artist</small>
</a>
<button class="track-element" data-modal-target="staticModal" data-modal-toggle="staticModal">
<svg
xmlns="http://www.w3.org/2000/svg"
class="w-5"
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 24 24">
<path fill="currentColor" d="M6 6h7v2H6zm0 6h4v2H6z" />
<path
fill="currentColor"
d="M15 11.97V16H6l-2 2V4h11v2.03c.52-.69 1.2-1.25 2-1.6V4c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h9c1.1 0 2-.9 2-2v-2.42a5.16 5.16 0 0 1-2-1.61z" />
<path
fill="currentColor"
d="M6 9h7v2H6zm14-2.82c-.31-.11-.65-.18-1-.18c-1.66 0-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3V3h2V1h-4v5.18z" />
</svg>
<small>Lyrics</small>
</button>
</div>
</div>
</li>
</template>
<li>
<div class="searched-track">
<div class="top">
<div class="track-name">
<span class="text-gray-100 text-sm">Home</span>
</div>
<span class="block text-xs text-gray-400 artistes my-1">Johnny Drille Ft Cavemen</span>
</div>
<div class="bottom flex items-center gap-x-4">
<a href="" class="track-element">
<svg
xmlns="http://www.w3.org/2000/svg"
class="w-5"
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 24 24">
<path
fill="currentColor"
d="M11 4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2m0 7c1.1 0 2.66.23 4.11.69c-.61.38-1.11.91-1.5 1.54c-.82-.2-1.72-.33-2.61-.33c-2.97 0-6.1 1.46-6.1 2.1v1.1h8.14c.09.7.34 1.34.72 1.9H3v-3c0-2.66 5.33-4 8-4m7.5-3H22v2h-2v5.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5a2.5 2.5 0 0 1 2.5-2.5c.36 0 .69.07 1 .21V10Z" />
</svg>
<small>See artist</small>
</a>
<button class="track-element" data-modal-target="15624747" data-modal-toggle="15624747">
<svg
xmlns="http://www.w3.org/2000/svg"
class="w-5"
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 24 24">
<path fill="currentColor" d="M6 6h7v2H6zm0 6h4v2H6z" />
<path
fill="currentColor"
d="M15 11.97V16H6l-2 2V4h11v2.03c.52-.69 1.2-1.25 2-1.6V4c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h9c1.1 0 2-.9 2-2v-2.42a5.16 5.16 0 0 1-2-1.61z" />
<path
fill="currentColor"
d="M6 9h7v2H6zm14-2.82c-.31-.11-.65-.18-1-.18c-1.66 0-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3V3h2V1h-4v5.18z" />
</svg>
<small>Lyrics</small>
</button>
</div>
</div>
</li>
</ul>
</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>
<!-- <== ======================= MODAL ========================= ==> -->
<div
id="15624747"
data-modal-backdrop="static"
tabindex="-1"
aria-hidden="true"
class="fixed top-0 left-0 right-0 z-50 hidden w-full p-4 overflow-x-hidden overflow-y-auto md:inset-0 h-modal md:h-full modal_container">
<div class="relative w-full h-full max-w-2xl md:h-auto">
<!-- Modal content -->
<div class="relative bg-white rounded-lg shadow">
<!-- Modal header -->
<div class="flex items-start justify-between p-4 border-b rounded-t">
<h3 class="text-xl font-semibold text-gray-900">Song title</h3>
<button
type="button"
class="close_modal_button text-gray-400 bg-transparent hover:bg-gray-200 hover:text-gray-900 rounded-lg text-sm p-1.5 ml-auto inline-flex items-center dark:hover:bg-gray-600 dark:hover:text-white"
data-modal-hide="15624747">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<path
fill-rule="evenodd"
d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z"
clip-rule="evenodd"></path>
</svg>
</button>
</div>
<!-- Modal body -->
<div class="p-6 space-y-6">
<div class="modal_body">
<span class="text-sm"> </span>
</div>
</div>
<!-- Modal footer -->
<div class="flex items-center p-6 space-x-2 border-t border-gray-200 rounded-b dark:border-gray-600">
<button
data-modal-hide="15624747"
type="button"
class="close_modal_button text-white bg-secondarySkin hover:bg-primarySkin transition-all ease-in-out duration-300 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center">
Close
</button>
</div>
</div>
</div>
</div>
<!-- <== ======================= MODAL ENDS ========================= ==> -->
<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="./src/js/lyrics.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.6.3/flowbite.min.js"></script>
</body>
</html>