media server project
This commit is contained in:
parent
c7aa021e0e
commit
cdc83b5dc5
3 changed files with 22 additions and 5 deletions
|
|
@ -28,6 +28,9 @@
|
||||||
"project_tarion_org_title": "tarion.org",
|
"project_tarion_org_title": "tarion.org",
|
||||||
"project_tarion_org_description": "Persönliches Portfolio zur Präsentation meiner Projekte und Entwicklungsarbeit.",
|
"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_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.",
|
"project_lov8_description": "Eine Fantasy-Konsole, entwickelt mit LÖVE2D, mit einer abgeschotteten Umgebung zum Entwickeln von Spielen unter strengen Einschränkungen.",
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,10 @@
|
||||||
|
|
||||||
"project_tarion_org_title": "tarion.org",
|
"project_tarion_org_title": "tarion.org",
|
||||||
"project_tarion_org_description": "Personal portfolio showcasing my projects and development work.",
|
"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_title": "LOV-8",
|
||||||
"project_lov8_description": "A fantasy console built with LÖVE2D, featuring a sandboxed environment for developing games within strict limitations.",
|
"project_lov8_description": "A fantasy console built with LÖVE2D, featuring a sandboxed environment for developing games within strict limitations.",
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,12 +31,15 @@
|
||||||
"link": "https://tarion.org/",
|
"link": "https://tarion.org/",
|
||||||
"linkIcon": "fa-solid fa-globe"
|
"linkIcon": "fa-solid fa-globe"
|
||||||
},
|
},
|
||||||
"project_lov8_title": {
|
"project_media-server_title": {
|
||||||
"description": "project_lov8_description",
|
"description": "project_media-server_description",
|
||||||
"skills":[
|
"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"
|
"linkIcon": "fa-brands fa-git-alt"
|
||||||
},
|
},
|
||||||
"project_remove_shorts_title": {
|
"project_remove_shorts_title": {
|
||||||
|
|
@ -46,5 +49,13 @@
|
||||||
],
|
],
|
||||||
"link": "https://git.tarion.org/tarion/remove-youtube-shorts",
|
"link": "https://git.tarion.org/tarion/remove-youtube-shorts",
|
||||||
"linkIcon": "fa-brands fa-git-alt"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue