-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
296 lines (294 loc) · 16 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Music2k - Home</title>
<!-- <meta name="theme-color" content="#fff"/> -->
<meta name="theme-color" content=" #161728">
<link rel="shortcut icon" href="./src/images/logo-lg-variant-icon-white.png" type="image/x-icon" />
<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 lg:grid lg: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="text-center mt-4 p-1">
<p class="text-white text-sm md:mt-10">Thank you for checking this out🤭, means a lot to me</p>
</div>
<div class="p-4">
<div class="mt-10 flex flex-col gap-y-8 md:grid md:grid-cols-12 gap-x-4 index-main">
<section class="col-span-6 p-4 bg-primarySkin rounded-lg flex flex-col gap-y-4 md:max-h-[120vh] md:overflow-y-scroll">
<div class="flex items-center justify-between">
<h3 class="section-title text-white text-base font-bold text-ellipsis whitespace-nowrap overflow-hidden">
World Entertainment News
</h3>
<a href="./blog-news.html" class="text-white whitespace-pre text-xs hover:underline">See More </a>
</div>
<div class="blogs-wrapper mt-7">
<template id="news-template">
<a class="blog-news w-full">
<div class="flex flex-col items-center gap-y-5">
<div class="blog-image skeleton skeleton-image min-h-[200px] w-full"></div>
<div class="flex-grow blog-details">
<div class="top grid grid-flow-col w-full justify-between">
<div class="source text-xs text-white w-full">
<div class="skeleton h-[20px] w-2/5"></div>
</div>
<div class="date text-xs text-white w-full">
<div class="skeleton skeleton-xs-comp"></div>
</div>
</div>
<div class="w-full h-12">
<h6 class="text-xs text-white" blog-title>
<div class="blog-title skeleton skeleton-lg-comp w-full mb-1"></div>
<div class="blog-title skeleton skeleton-lg-comp w-full mb-1"></div>
<div class="blog-title skeleton skeleton-lg-comp w-2/5"></div>
</h6>
</div>
</div>
</div>
</a>
</template>
</div>
</section>
<section class="col-span-6 p-4 bg-primarySkin rounded-lg flex flex-col gap-y-4 md:max-h-[120vh] md:overflow-y-scroll">
<h3 class="section-title text-base text-white font-bold">Top 10 Nigerian Tracks</h3>
<ul class="tracks-wrapper mt-14" id="by-country">
<!-- each track start -->
<template id="track-item-template">
<li class="track-item">
<span class="text-gray-400"></span>
<div class="_xTcRkP3L">
<img src="./src/images/image.jpg" class="" alt="" />
</div>
<div class="_fOBsU46Lz">
<div class="has-text text-sm">
<h5 class="track-title">Home</h5>
</div>
<div class="has-text">
<h6 class="text-xs track-artistes">Johnny Drille ft Cavemen</h6>
</div>
</div>
</li>
</template>
<!-- each track end -->
</ul>
</section>
</div>
<!-- display content ends -->
</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="./src/js/index.js" type="text/javascript"></script>
<script src="https://unpkg.com/flowbite@1.6.0/dist/flowbite.min.js"></script>
</body>
</html>