This commit is contained in:
2024-06-18 17:10:31 +01:00
commit 694571a3db
54 changed files with 2765 additions and 0 deletions

42
public/json/articles.json Normal file
View File

@@ -0,0 +1,42 @@
[
{
"name": "(O)MACHINE",
"filename": "/articles/(o)machine.html",
"image": "o-machine.png"
},
{
"name": "AI x Body",
"filename": "/articles/ai-x-body.html",
"image": "aixbody.webp"
},
{
"name": "Beauty and The Beep",
"filename": "/articles/beauty-and-the-beep.html",
"image": "beep.png"
},
{
"name": "The BIG D.A.T.A Interview",
"filename": "/articles/data.html",
"image": "data.png"
},
{
"name": "Dwelling",
"filename": "/articles/dwelling.html",
"image": "dwelling.png"
},
{
"name": "The Electronic Image, An Object of Time and Energy",
"filename": "/articles/electronic-image.html",
"image": "electronic-image.png"
},
{
"name": "Latent Mirror",
"filename": "/articles/latent-mirror.html",
"image": "latent-mirror.png"
},
{
"name": "Undefined Panorama",
"filename": "/articles/undefined.html",
"image": "undefined-panorama.png"
}
]