media server project

This commit is contained in:
Claire Schwarzer 2026-01-20 23:18:15 +01:00
parent c7aa021e0e
commit cdc83b5dc5
3 changed files with 22 additions and 5 deletions

View file

@ -28,6 +28,9 @@
"project_tarion_org_title": "tarion.org",
"project_tarion_org_description": "Persönliches Portfolio zur Präsentation meiner Projekte und Entwicklungsarbeit.",
"project_media-server_title": "Media Server",
"project_media-server_description": "A custom media server that allows me to upload files and share them using a unique link.",
"project_lov8_title": "LOV-8",
"project_lov8_description": "Eine Fantasy-Konsole, entwickelt mit LÖVE2D, mit einer abgeschotteten Umgebung zum Entwickeln von Spielen unter strengen Einschränkungen.",

View file

@ -29,6 +29,9 @@
"project_tarion_org_title": "tarion.org",
"project_tarion_org_description": "Personal portfolio showcasing my projects and development work.",
"project_media-server_title": "Media Server",
"project_media-server_description": "A custom media server that allows me to upload files and share them using a unique link.",
"project_lov8_title": "LOV-8",
"project_lov8_description": "A fantasy console built with LÖVE2D, featuring a sandboxed environment for developing games within strict limitations.",

View file

@ -31,12 +31,15 @@
"link": "https://tarion.org/",
"linkIcon": "fa-solid fa-globe"
},
"project_lov8_title": {
"description": "project_lov8_description",
"project_media-server_title": {
"description": "project_media-server_description",
"skills":[
"Lua"
"JavaScript",
"HTML",
"CSS",
"Hosting"
],
"link": "https://git.tarion.org/tarion/LOV-8",
"link": "https://git.tarion.org/tarion/media-server",
"linkIcon": "fa-brands fa-git-alt"
},
"project_remove_shorts_title": {
@ -46,5 +49,13 @@
],
"link": "https://git.tarion.org/tarion/remove-youtube-shorts",
"linkIcon": "fa-brands fa-git-alt"
},
"project_lov8_title": {
"description": "project_lov8_description",
"skills":[
"Lua"
],
"link": "https://git.tarion.org/tarion/LOV-8",
"linkIcon": "fa-brands fa-git-alt"
}
}