Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
20essentials committed Jan 16, 2025
1 parent 3fdda55 commit 6447b94
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 8 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const bands = [
['Cadmium', `${path}/cadmium/`],
['Counting Crows', `${path}/counting-crows/`],
['Craspore', `${path}/craspore/`],
['Clovis Reyes', `${path}/clovis-reyes/`],
['Cigarettes After Sex', `${path}/cigarettes-after-sex/`],
['Calvin Harris', `${path}/calvin-harris/`],
['Crystal Castles', `${path}/crystal-castles-ost`],
Expand All @@ -74,11 +75,12 @@ const bands = [
/* ======================= D ======================= */
['Different Heaven', `${path}/different-heaven-ost/`],
['Diviners', `${path}/diviners-ost/`],
['Dj Snake', `${path}/dj--snake/`],
['Disfigure', `${path}/disfigure/`],
['Drake', `${path}/drake/`],
['Don Omar', `${path}/don-omar/`],
['Daft Punk', `${path}/daft-punk-ost/`],
['David Guetta', `${path}/david-guetta/`],
['Dj Snake', `${path}/dj--snake/`],
['Dua Lipa', `${path}/dua-lipa/`],
['Dj Bobo', `${path}/dj-bobo-ost/`],
['DLS 2016 - Soundtrack', `${path}/dream-league-soccer-2016/`],
Expand Down Expand Up @@ -228,6 +230,7 @@ const bands = [
['Miguel Bosé', `${path}/miguel-bose/`],
['Mr Kitty', `${path}/mr-kitty/`],
['Mgmt', `${path}/mgmt/`],
['Marlon Roudette', `${path}/marlon-roudette/`],
['Modest Mouse', `${path}/modest-mouse/`],
['Mazemirror', `${path}/mazemirror/`],
['Magneto', `${path}/magneto/`],
Expand Down Expand Up @@ -315,16 +318,18 @@ const bands = [
['Rocio Durcal', `${path}/rocio-durcal/`],
['Rammstein', `${path}/rammstein/`],
['Rio', `${path}/rio-ost/`],
['Rafaga', `${path}/rafaga/`],

/* ======================= S ======================= */
['Skyrim', `${path}/skyrim/`],
['Snap!', `${path}/snap/`],
['Surf Curse', `${path}/surf-curse/`],
['Sia', `${path}/sia/`],
['Sawano Hiroyuki', `${path}/sawano-hiroyuki-ost/`],
['Spin Doctors', `${path}/spin-doctors/`],
['September 87', `${path}/september-87-ost/`],
['Succession', `${path}/succession/`],
['St. Vincent', `${path}/st-vincent/`],
['Snap!', `${path}/snap/`],
['Sad Puppy', `${path}/sad-puppy/`],
['Sidewalks and Skeletons', `${path}/sidewalks-and-skeletons-ost/`],

Expand All @@ -346,6 +351,7 @@ const bands = [
['Twisted Sister', `${path}/twisted-sister/`],
['The Rare Occasions', `${path}/the-rare-occasions/`],
['Toto', `${path}/toto-ost/`],
['Torbellino', `${path}/torbellino/`],
['The Beach Boys', `${path}/the-beach-boys/`],
['The Black Eyed Peas', `${path}/the-black-eyed-peas/`],
['The Weeknd', `${path}/the-weeknd/`],
Expand Down
3 changes: 1 addition & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
html,
body {
width: 100%;
min-height: 100vh;
max-width: 2400px;
max-height: 100vh;
height: 100vh;
margin-inline: auto;
position: relative;
background-color: transparent;
Expand Down

0 comments on commit 6447b94

Please sign in to comment.