-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
375 lines (332 loc) · 19.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://uxwing.com/wp-content/themes/uxwing/download/09-controller-and-music/music.png">
<!--fonts-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Eczar:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Eczar:wght@500&family=Proza+Libre&display=swap"
rel="stylesheet">
<!--end of fonts-->
<!--style-sheet-->
<link rel="stylesheet" href="./style.css">
<!--end of style-sheet-->
<!--bootstrap-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!--end of bootstrap-->
<title>YouTunes</title>
<script src="./script.js">
</script>
</head>
<body class="h-100">
<!--header-->
<nav class="navbar navbar-expand-lg navbar-light bg-danger bg-opacity-75" style="font-family: 'eczar';" id="p">
<div class="container-fluid">
<a class="navbar-brand" href="#" style="font-family:Roboto;font-size: 40px;" id="mainTitle">
<img id="mainTitle" src="https://uxwing.com/wp-content/themes/uxwing/download/09-controller-and-music/music.png"
alt="" width="40" height="40" class="d-inline-block align-text-top">
YouTunes</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active text-danger text-center" id="navbarDropdown" aria-current="page"
href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" id="navbarDropdown" href="songs.html">Songs</a>
</li>
<li class="nav-item">
<a class="nav-link" id="navbarDropdown" type="button" class="btn btn-primary"
data-bs-toggle="modal" data-bs-target="#exampleModalcontact">Contact Us</a>
<div class="modal fade" id="exampleModalcontact" tabindex="-1"
aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title text-dark" id="exampleModalLabel">Contact Us</h2>
<button type="button" class="btn-close" data-bs-dismiss="modal"
aria-label="Close"></button>
</div>
<div class="modal-body text-dark">
<b>Our Contact Details :</b><br>
<b>Phone : </b>+91 99999 99999 <br>
<b>EMail : </b>animalaid@helpus.com <br>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary"
data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle " href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Artists
</a>
<ul class="dropdown-menu bg-mute" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" style="color:#E98074;" id="navbarDropdown"
href="artists.html">Top Artists</a></li>
<li><a class="dropdown-item" style="color:#E98074;" id="navbarDropdown"
href="#">Top Songs</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" style="color:#E98074;" id="navbarDropdown"
href="#">Favorites</a></li>
</ul>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2 text-danger" type="text" id="myFilter0"
placeholder="Search for Artists" onkeyup="myFunction(0)" aria-label="Search">
<button class="btn btn-outline-light" type="submit">Search</button>
</form>
</div>
</div>
</nav>
<!--end of header-->
<!--search-->
<div class="row px-4 pt-4" id="searchDiv">
<div class="col-sm-12">
<input type="text" id="myFilter11" class="form-control" onkeyup="myFunction(11)"
placeholder="Search based on songs">
</div>
</div>
<!--end of search-->
<div class="row row-cols-1 row-cols-sm-1 row-cols-lg-3" id="myItems">
<div class="col mt-3">
<div class="card shadow m-4">
<div class="card-body">
<h5 class="h1 mb-3 px-2" style="font-family: roboto;text-align: center;" id="p">
Ariana Grande
</h5>
<p class="px-3 pt-2" style="font-family: 'proza libre', sans-serif;text-align: center;">
artist, singer, song-writer, actress
</p>
<img width="100%" src="https://i0.wp.com/www.culledculture.com/wp-content/uploads/2021/01/Screen-Shot-2021-01-22-at-10.49.56-AM.png?fit=646%2C874&ssl=1" alt="">
<h5 id="tags" class="py-2 px-5" style="font-family:'Segoe UI'; font-size: 15px; text-align: center;">
thank you next, dangerous woman, positions, save your tears, into you, pov, motive, no tears left to cry.
</h5>
<div class="card-bottom mt-3 mb-3 ms-3">
<a href="https://open.spotify.com/artist/66CXWjxzNUsdJxJ2JdwvnR" class="btn"
style="font-family: 'eczar', sans-serif;" id="o">Visit Spotify</a>
<a href="http://www.arianagrande.com" style="font-family: 'eczar', sans-serif;"
class="btn text-end" id="o">Visit Website</a>
</div>
</div>
</div>
</div>
<div class="col mt-3">
<div class="card shadow m-4">
<div class="card-body">
<h5 class="h1 mb-3 px-2" style="font-family: roboto;text-align: center;" id="p">
Zayn Malik
</h5>
<p class="px-3 pt-2" style="font-family: 'proza libre', sans-serif;text-align: center;">
artist, singer, song-writer, model
</p>
<img width="100%" src="https://64.media.tumblr.com/9876664cd206ad44c5e2f1db681e4f0e/28d98c9e94483e31-77/s400x600/eea5f5de45eb2fbc043f25dc1ded38125876a613.jpg" alt="">
<h5 id="tags" class="py-2 px-5" style="font-family:'Segoe UI'; font-size: 15px; text-align: center;">
pillow talk, mind of mine, dawn till dusk, wrong place, better, iracus, nobody is listening.
</h5>
<div class="card-bottom mt-3 mb-3 ms-3">
<a href="https://g.page/healthycubvethospital?share" class="btn"
style="font-family: 'eczar', sans-serif;" id="o">Visit Spotify</a>
<a href="http://www.arianagrande.com" style="font-family: 'eczar', sans-serif;"
class="btn text-end" id="o">Visit Website</a>
</div>
</div>
</div>
</div>
<div class="col mt-3">
<div class="card shadow m-4">
<div class="card-body">
<h5 class="h1 mb-3 px-2" style="font-family: roboto;text-align: center;" id="p">
Anirudh Ravichander
</h5>
<p class="px-3 pt-2" style="font-family: 'proza libre', sans-serif;text-align: center;">
music composer, singer
</p>
<img width="100%" src="https://pbs.twimg.com/media/Dc0zxBeU8AA7rZh.jpg" alt="">
<h5 id="tags" class="py-2 px-5" style="font-family:'Segoe UI'; font-size: 15px; text-align: center;">
donu donu, yaanji, kannamma, nee partha, velicha poove, oh penne, karma theme
</h5>
<div class="card-bottom mt-3 mb-3 ms-3">
<a href="https://g.page/healthycubvethospital?share" class="btn"
style="font-family: 'eczar', sans-serif;" id="o">Visit Spotify</a>
<a href="http://www.arianagrande.com" style="font-family: 'eczar', sans-serif;"
class="btn text-end" id="o">Visit Website</a>
</div>
</div>
</div>
</div>
<div class="col mt-3">
<div class="card shadow m-4">
<div class="card-body">
<h5 class="h1 mb-3 px-2" style="font-family: roboto;text-align: center;" id="p">
Justin Bieber
</h5>
<p class="px-3 pt-2" style="font-family: 'proza libre', sans-serif;text-align: center;">
artist, singer, song-writer
</p>
<img width="100%" src="https://64.media.tumblr.com/3b321a893996e7289b4b41dcf38f592c/dce0bcf1a8dd3bd1-a5/s1280x1920/838fd1d98bc409ea10d422c89d47fa916d5a5b29.jpg" alt="">
<h5 id="tags" class="py-2 px-5" style="font-family:'Segoe UI'; font-size: 15px; text-align: center;">
sorry, what do you mean, baby, purpose, believe, peaches, stay, anyone, yummy, stuck with you.
</h5>
<div class="card-bottom mt-3 mb-3 ms-3">
<a href="https://g.page/healthycubvethospital?share" class="btn"
style="font-family: 'eczar', sans-serif;" id="o">Visit Spotify</a>
<a href="http://www.arianagrande.com" style="font-family: 'eczar', sans-serif;"
class="btn text-end" id="o">Visit Website</a>
</div>
</div>
</div>
</div>
<div class="col mt-3">
<div class="card shadow m-4">
<div class="card-body">
<h5 class="h1 mb-3 px-2" style="font-family: roboto;text-align: center;" id="p">
Adele
</h5>
<p class="px-3 pt-2" style="font-family: 'proza libre', sans-serif;text-align: center;">
artist, singer, song-writer, actress
</p>
<img width="100%" src="https://api.time.com/wp-content/uploads/2022/05/Adele-time100-2022.jpg?quality=85&w=1920" alt="">
<h5 id="tags" class="py-2 px-5" style="font-family:'Segoe UI'; font-size: 15px; text-align: center;">
hello, rolling in the deep, fire to the rain, 25, 30, easy on me, oh my god, all i ask, love in the dark.
</h5>
<div class="card-bottom mt-3 mb-3 ms-3">
<a href="https://g.page/healthycubvethospital?share" class="btn"
style="font-family: 'eczar', sans-serif;" id="o">Visit Spotify</a>
<a href="http://www.arianagrande.com" style="font-family: 'eczar', sans-serif;"
class="btn text-end" id="o">Visit Website</a>
</div>
</div>
</div>
</div>
<div class="col mt-3">
<div class="card shadow m-4">
<div class="card-body">
<h5 class="h1 mb-3 px-2" style="font-family: roboto;text-align: center;" id="p">
BTS
</h5>
<p class="px-3 pt-2" style="font-family: 'proza libre', sans-serif;text-align: center;">
artists, band, song-writer, korean
</p>
<img width="100%" src="https://i.pinimg.com/originals/b9/a8/ba/b9a8ba1ab0f16d6cb01f53828722dbd8.jpg" alt="">
<h5 id="tags" class="py-2 px-5" style="font-family:'Segoe UI'; font-size: 15px; text-align: center;">
permission to dance, butter, dynamite, boy with luv, euphoria, dna, fake love, film out, savage love.
</h5>
<div class="card-bottom mt-3 mb-3 ms-3">
<a href="https://g.page/healthycubvethospital?share" class="btn"
style="font-family: 'eczar', sans-serif;" id="o">Visit Spotify</a>
<a href="http://www.arianagrande.com" style="font-family: 'eczar', sans-serif;"
class="btn text-end" id="o">Visit Website</a>
</div>
</div>
</div>
</div>
<div class="col mt-3">
<div class="card shadow m-4">
<div class="card-body">
<h5 class="h1 mb-3 px-2" style="font-family: roboto;text-align: center;" id="p">
Doja Cat
</h5>
<p class="px-3 pt-2" style="font-family: 'proza libre', sans-serif;text-align: center;">
artist, singer, rapper, dancer
</p>
<img width="100%" src="https://lastfm.freetls.fastly.net/i/u/770x0/4c52c7a6438e3cd7b1dd46ffda3687f3.jpg" alt="">
<h5 id="tags" class="py-2 px-5" style="font-family:'Segoe UI'; font-size: 15px; text-align: center;">
say so, planet her, need to know, i dont do drugs, hot pink, kiss me more, you right, woman, like that.
</h5>
<div class="card-bottom mt-3 mb-3 ms-3">
<a href="https://g.page/healthycubvethospital?share" class="btn"
style="font-family: 'eczar', sans-serif;" id="o">Visit Spotify</a>
<a href="http://www.arianagrande.com" style="font-family: 'eczar', sans-serif;"
class="btn text-end" id="o">Visit Website</a>
</div>
</div>
</div>
</div>
<div class="col mt-3">
<div class="card shadow m-4">
<div class="card-body">
<h5 class="h1 mb-3 px-2" style="font-family: roboto;text-align: center;" id="p">
The Weeknd
</h5>
<p class="px-3 pt-2" style="font-family: 'proza libre', sans-serif;text-align: center;">
artist, singer, song-writer
</p>
<img width="100%" src="https://www.wrmf.com/wp-content/uploads/2021/08/Getty_Theweekndblackandwhite_080421.jpg" alt="">
<h5 id="tags" class="py-2 px-5" style="font-family:'Segoe UI'; font-size: 15px; text-align: center;">
star boy, blinding lights, save your tears, the hills, often, you right, the dawn, after hours.
</h5>
<div class="card-bottom mt-3 mb-3 ms-3">
<a href="https://g.page/healthycubvethospital?share" class="btn"
style="font-family: 'eczar', sans-serif;" id="o">Visit Spotify</a>
<a href="http://www.arianagrande.com" style="font-family: 'eczar', sans-serif;"
class="btn text-end" id="o">Visit Website</a>
</div>
</div>
</div>
</div>
<div class="col mt-3">
<div class="card shadow m-4">
<div class="card-body">
<h5 class="h1 mb-3 px-2" style="font-family: roboto;text-align: center;" id="p">
Shreya Ghoshal
</h5>
<p class="px-3 pt-2" style="font-family: 'proza libre', sans-serif;text-align: center;">
artist, singer
</p>
<img width="100%" src="https://s3.ap-southeast-1.amazonaws.com/images.deccanchronicle.com/dc-Cover-r6faopjndrq2sjtkfp8oisapu3-20200312141736.Medi.jpeg" alt="">
<h5 id="tags" class="py-2 px-5" style="font-family:'Segoe UI'; font-size: 15px; text-align: center;">
tere bina, saans, balma, teri meri, sun raha hai, teri ore, manwa lage.
</h5>
<div class="card-bottom mt-3 mb-3 ms-3">
<a href="https://g.page/healthycubvethospital?share" class="btn"
style="font-family: 'eczar', sans-serif;" id="o">Visit Spotify</a>
<a href="http://www.arianagrande.com" style="font-family: 'eczar', sans-serif;"
class="btn text-end" id="o">Visit Website</a>
</div>
</div>
</div>
</div>
</div>
<!-- footer-->
<div class="px-4 py-5 text-center footer">
<h1 class="display-5 fw-bold">WEB TECHNOLOGIES - CBP</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">This is a Music Web Application implemented under the guidence of J. Vamsinath by Mourya Cheggoju, Sunil Kumar Bandi,
Jeevan Reddy Yasa, Siddharth Pabbisetty during the Academic year - 2022</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<button type="button" onclick="topFunction()" id="myBtn" title="Go to top"
class="btn btn-danger btn-lg px-4 gap-3">Go Back to Top</button>
<button type="button" class=" btn btn-outline-secondary btn-lg px-4"><a id="vnrbtn"
href="http://www.vnrvjiet.ac.in"> Visit VNR VJIET</a></button>
</div>
</div>
</div>
<!--end of footer-->
<!--bootstrap-->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js"
integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"
integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
crossorigin="anonymous"></script>
<!--end of bootstrap-->
</body>
</html>