-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbengali.html
More file actions
308 lines (185 loc) · 17.2 KB
/
bengali.html
File metadata and controls
308 lines (185 loc) · 17.2 KB
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
<!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">
<script type="text/javascript" src="script1.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<title>Document</title>
<link rel="stylesheet" href="style.css">
<title>Valeriser</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" type="text/css" href="style2.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
</head>
<body>
<section class="header">
<nav>
<a href="index.html"><p id="logo"><i class="fa fa-music" aria-hidden="true">Lilifier</i></p></a>
<div class="nav-links" style="color:aquamarine">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="about/index.html">about</a></li>
<li><a href="comments/index.html">COMMENTS</a></li>
<li><a href="contact/index.html">CONTACT</a></li>
</ul>
</div>
</nav>
<div class="search-wrapper">
<div class="search_box">
<input type="text" placeholder="what are you looking for?(CLICK ON THUMBNAIL TO PLAY)" id="myInput" onkeyup="searchFunc()">
<i class="fas fa-search"></i>
</div>
</div>
<table id="mytable" >
<tr class="header">
<th style="width:200px;color:white">Cover</th>
<th style="width:500px;color:white">SONG</th>
<th style="width:500px;color:white">ARTIST</th>
</tr>
<tr >
<td style="width:500px;color:white">
<a href="english-genrecode copy 2/base.html"><button onclick="func1()"><img src="english-genrecode copy 2/images/mamochittey.webp" height="90px" id="icon1"></button></a></div></th>
<td style="width:500px;color:white;text-align: center;" id="newindex_no">MAMO CHITTEY</th>
<td style="width:500px;color:white;text-align: center;" >RABINDRANATH TAGORE FT. ARIGIT SINGH</th>
<script type='text/javascript'>
function func1(){
sessionStorage.setItem('index_no123456','0');
}
</script> </tr>
<tr >
<td style="width:500px;color:white">
<a href="english-genrecode copy 2/base.html"><button onclick="func2()"><img src="english-genrecode copy 2/images/Srikanto.jpg" height="90px" id="icon1"></button></a></div></th>
<td style="width:500px;color:white;text-align: center;" id="newindex_no">KENO DURE THAKO </th>
<td style="width:500px;color:white;text-align: center;" >SRIKANTO ACHARYA</th>
<script type='text/javascript'>
function func2(){
sessionStorage.setItem('index_no123456','1');
}
</script> </tr>
<tr >
<td style="width:500px;color:white">
<a href="english-genrecode copy 2/base.html"><button onclick="func3()"><img src="english-genrecode copy 2/images/hemanta.jpg" height="90px" id="icon1"></button></a></div></th>
<td style="width:500px;color:white;text-align: center;" id="newindex_no">MEGH KALO AADHAR KALO</th>
<td style="width:500px;color:white;text-align: center;" >HEMANTA MUKHERJEE FT.NACHIKETA GHOSH</th>
<script type='text/javascript'>
function func3(){
sessionStorage.setItem('index_no123456','2');
}
</script> </tr>
<tr >
<td style="width:500px;color:white">
<a href="english-genrecode copy 2/base.html"><button onclick="func4()"><img src="english-genrecode copy 2/images/kotobaro.jpg" height="90px" id="icon1"></button></a></div></th>
<td style="width:500px;color:white;text-align: center;" id="newindex_no">KOTOBARO BHEBECHINU</th>
<td style="width:500px;color:white;text-align: center;" >RABINDRANATH TAGORE FT.BABUL SUPRIYO</th>
<script type='text/javascript'>
function func4(){
sessionStorage.setItem('index_no123456','3');
}
</script> </tr>
<tr >
<td style="width:500px;color:white">
<a href="english-genrecode copy 2/base.html"><button onclick="func5()"><img src="english-genrecode copy 2/images/pherari.jpg" height="90px" id="icon1"></button></a></div></th>
<td style="width:500px;color:white;text-align: center;" id="newindex_no">PHERARI MON</th>
<td style="width:500px;color:white;text-align: center;" >SHANTANU MOITRA FT. SHREYA GHOSHAL,BABUL SUPRIYO</th>
<script type='text/javascript'>
function func5(){
sessionStorage.setItem('index_no123456','4');
}
</script> </tr>
<tr >
<td style="width:500px;color:white">
<a href="english-genrecode copy 2/base.html"><button onclick="func6()"><img src="english-genrecode copy 2/images/jaopakhi.jpg" height="90px" id="icon1"></button></a></div></th>
<td style="width:500px;color:white;text-align: center;" id="newindex_no">JAO PAKHI</th>
<td style="width:500px;color:white;text-align: center;" >SHANTANU MOITRA FT. SHREYA GHOSHAL,PRANAB BISWAS</th>
<script type='text/javascript'>
function func6(){
sessionStorage.setItem('index_no123456','5');
}
</script> </tr>
<tr >
<td style="width:500px;color:white">
<a href="english-genrecode copy 2/base.html"><button onclick="func7()"><img src="english-genrecode copy 2/images/paglahawa.jpg" height="90px" id="icon1"></button></a></div></th>
<td style="width:500px;color:white;text-align: center;" id="newindex_no">PAGLA HAWAR BADOL DINE</th>
<td style="width:500px;color:white;text-align: center;" >RABINDRANATH TAGORE FT.SHREYA GHOSHAL,NACHIKETA</th>
<script type='text/javascript'>
function func7(){
sessionStorage.setItem('index_no123456','6');
}
</script> </tr>
<tr >
<td style="width:500px;color:white">
<a href="english-genrecode copy 2/base.html"><button onclick="func8()"><img src="english-genrecode copy 2/images/amakeamar.jpg" height="90px" id="icon1"></button></a></div></th>
<td style="width:500px;color:white;text-align: center;" id="newindex_no">AMAKE AMAR MOTO THAKTE DAO</th>
<td style="width:500px;color:white;text-align: center;" >ANUPAM ROY</th>
<script type='text/javascript'>
function func8(){
sessionStorage.setItem('index_no123456','7');
}
</script> </tr>
<tr >
<td style="width:500px;color:white">
<a href="english-genrecode copy 2/base.html"><button onclick="func9()"><img src="english-genrecode copy 2/images/bechethakargaan.jpg" height="90px" id="icon1"></button></a></div></th>
<td style="width:500px;color:white;text-align: center;" id="newindex_no">BECHE THAKAR GAAN</th>
<td style="width:500px;color:white;text-align: center;" >ANUPAM ROY</th>
<script type='text/javascript'>
function func9(){
sessionStorage.setItem('index_no123456','8');
}
</script> </tr>
<tr >
<td style="width:500px;color:white">
<a href="english-genrecode copy 2/base.html"><button onclick="func10()"><img src="english-genrecode copy 2/images/kholo.jpg" height="90px" id="icon1"></button></a></div></th>
<td style="width:500px;color:white;text-align: center;" id="newindex_no">KHOLO DWAR BODHUA</th>
<td style="width:500px;color:white;text-align: center;" >BYOMKESH PAWRBO</th>
<script type='text/javascript'>
function func10(){
sessionStorage.setItem('index_no123456','9');
}
</script> </tr>
<tr >
<td style="width:500px;color:white">
<a href="english-genrecode copy 2/base.html"><button onclick="func11()"><img src="english-genrecode copy 2/images/kichukotha.jpg" height="90px" id="icon1"></button></a></div></th>
<td style="width:500px;color:white;text-align: center;" id="newindex_no">KICCHU KICCHU KOTHA</th>
<td style="width:500px;color:white;text-align: center;" >ARIJIT SINGH</th>
<script type='text/javascript'>
function func11(){
sessionStorage.setItem('index_no123456','10');
}
</script> </tr>
<tr >
<td style="width:500px;color:white">
<a href="english-genrecode copy 2/base.html"><button onclick="func12()"><img src="english-genrecode copy 2/images/HRID.jpg" height="90px" id="icon1"></button></a></div></th>
<td style="width:500px;color:white;text-align: center;" id="newindex_no">TOMAY HRID MAJHARE RAKHBO</th>
<td style="width:500px;color:white;text-align: center;" >ADITYA CHAKRABORTY</th>
<script type='text/javascript'>
function func12(){
sessionStorage.setItem('index_no123456','11');
}
</script> </tr>
</table>
<script>
const searchFunc=() =>{
let filter=document.getElementById('myInput').value.toUpperCase();
let mytable=document.getElementById('mytable');
let tr=mytable.getElementsByTagName('tr');
for(var i=0;i<tr.length;i++){
let td1=tr[i].getElementsByTagName('td')[1];
let td2=tr[i].getElementsByTagName('td')[2];
if(td1 || td2){
let textvalue=td1.textcontent || td1.innerHTML;
let textvalue1=td2.textcontent || td2.innerHTML;
if(textvalue.toUpperCase().indexOf(filter)>-1 || textvalue1.toUpperCase().indexOf(filter)>-1){
tr[i].style.display="";
}else{
tr[i].style.display="none";
}
}
}
}
</script>
</section>
</body>
</html>