Skip to content

Commit

Permalink
Merge pull request #33 from Arnabhit/adding-new-songs
Browse files Browse the repository at this point in the history
added-new-songs
  • Loading branch information
samratghosh291 authored Oct 6, 2023
2 parents ad65bf3 + 105e259 commit c87cbfd
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 1 deletion.
Binary file added images/Abar-Phire-Ele.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Amake amar moto.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Ami shei manushta r nei.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Apna-Bana-Le.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Boba-Tunnel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Ei Sraabon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Tere Hawaale.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added music/Abar-Phire-Ele.mp3
Binary file not shown.
Binary file added music/Ami shei manushta r nei.mp3
Binary file not shown.
Binary file added music/Apna-Bana-Le.mp3
Binary file not shown.
Binary file added music/Boba-Tunnel.mp3
Binary file not shown.
Binary file added music/Ei Sraabon.mp3
Binary file not shown.
Binary file added music/Tere Hawaale.mp3
Binary file not shown.
3 changes: 2 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const currTime = document.querySelector('#currTime');
const durTime = document.querySelector('#durTime');

// Song titles
const songs = ['Mere Naam Tu','Deva Deva','Alkananda','Kesariya','Perfect','Prithibi Ta Naki Chhoto Hote Hote', 'Tum Se Hi', 'Ek Purono Masjide','Kisi Se Pyar Ho Jaye','Bhuter Raja Dilo Bor','Faded', 'Beche Thakar Gaan'];
const songs = ['Mere Naam Tu','Deva Deva','Alkananda','Kesariya','Perfect','Prithibi Ta Naki Chhoto Hote Hote', 'Tum Se Hi', 'Ek Purono Masjide','Kisi Se Pyar Ho Jaye','Bhuter Raja Dilo Bor','faded', 'Beche Thakar Gaan',
'Abar-Phire-Ele','Boba-Tunnel','Ei Sraabon','Apna-Bana-Le','Tere Hawaale','Ami shei manushta r nei'];
// Keep track of song
let songIndex = songs.length-1;

Expand Down

0 comments on commit c87cbfd

Please sign in to comment.