added vinyl collection page

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2023-12-13 13:47:27 +01:00
parent 2b7805a380
commit c2d9378f9e
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6
7 changed files with 78 additions and 3 deletions

22
src/data/vinyl.json Normal file
View file

@ -0,0 +1,22 @@
[
{
"album": "Minecraft Volume Alpha",
"artist": "C418",
"cover": "/img/vinyl/minecraft_volume_alpha.jpg"
},
{
"album": "College Park",
"artist": "Logic",
"cover": "/img/vinyl/college_park.png"
},
{
"album": "Evig Eventyr",
"artist": "Ka2",
"cover": "/img/vinyl/evig_eventyr.jpg"
},
{
"album": "SÅ KLART DET GJØR VONDT",
"artist": "Ramón",
"cover": "/img/vinyl/sa_klart_det_gjor_vondt.jpg"
}
]