Skip to content

Commit

Permalink
Added New Music
Browse files Browse the repository at this point in the history
  • Loading branch information
nexoscreator committed Jul 12, 2024
1 parent ea9a5ad commit f1df644
Show file tree
Hide file tree
Showing 17 changed files with 48 additions and 0 deletions.
Binary file added img/track0.jfif
Binary file not shown.
Binary file added img/track10.jfif
Binary file not shown.
Binary file added img/track4.jfif
Binary file not shown.
Binary file added img/track5.jfif
Binary file not shown.
Binary file added img/track6.jfif
Binary file not shown.
Binary file added img/track7.jfif
Binary file not shown.
Binary file added img/track8.jfif
Binary file not shown.
Binary file added img/track9.jfif
Binary file not shown.
48 changes: 48 additions & 0 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,54 @@ let songIndex = 0;

// Song Data
const songs = [
{
title: 'Rameses B - Cybernet',
artist: 'NCS | NoCopyrightSounds',
coverPath: './img/track0.jfif',
discPath: './music/track0.mp3',
},
{
title: 'Clarx - Warzone',
artist: 'NCS | NoCopyrightSounds',
coverPath: './img/track4.jfif',
discPath: './music/track4.mp3',
},
{
title: 'NIVIRO - Without You',
artist: 'NCS | NoCopyrightSounds',
coverPath: './img/track5.jfif',
discPath: './music/track5.mp3',
},
{
title: 'Emin Nilsen - BANDIDO FUNK',
artist: 'NCS | NoCopyrightSounds',
coverPath: './img/track6.jfif',
discPath: './music/track6.mp3',
},
{
title: ' JVNA - Taking It Slow',
artist: 'NCS | NoCopyrightSounds',
coverPath: './img/track7.jfif',
discPath: './music/track7.mp3',
},
{
title: 'DJ FKU - DELTA',
artist: 'NCS | NoCopyrightSounds',
coverPath: './img/track8.jfif',
discPath: './music/track8.mp3',
},
{
title: 'Warriyo - Mortals',
artist: 'NCS | NoCopyrightSounds',
coverPath: './img/track9.jfif',
discPath: './music/track9.mp3',
},
{
title: 'Cartoon, Jéja - On & On',
artist: 'NCS | NoCopyrightSounds',
coverPath: './img/track10.jfif',
discPath: './music/track10.mp3',
},
{
title: 'Track 1 - Sample Audio 1',
artist: 'Bensound | Royalty Free Music',
Expand Down
Binary file added music/track0.mp3
Binary file not shown.
Binary file added music/track10.mp3
Binary file not shown.
Binary file added music/track4.mp3
Binary file not shown.
Binary file added music/track5.mp3
Binary file not shown.
Binary file added music/track6.mp3
Binary file not shown.
Binary file added music/track7.mp3
Binary file not shown.
Binary file added music/track8.mp3
Binary file not shown.
Binary file added music/track9.mp3
Binary file not shown.

0 comments on commit f1df644

Please sign in to comment.