2023-11-11 10:59:24 +01:00

66 lines
1.9 KiB
JSON

{
"projects": [
{
"visible": true,
"category": "Website & Backend",
"title": "Web Aide Jeune",
"description": "Web Aide Jeune is an association that helps young people overcome their difficulties. I provide technical support to this association to ensure that their website and internal services are always operational..",
"tags": ["Website", "Backend", "Server"],
"image": {
"src": "../../images/aidejeune-logo.png",
"alt": "Web Aide Jeune logo",
"linkTo": "https://aidejeune.fr"
},
"links": [
{
"type": "discord",
"url": "https://aidejeune.fr/discord"
},
{
"type": "external",
"url": "https://aidejeune.fr"
}
]
},
{
"visible": true,
"category": "Server",
"title": "Managing my personal servers",
"description": "For some time now, I've been managing my personal servers entirely, hosting my various services (Git for example).",
"tags": ["Server", "Backend"],
"image": {
"src": "../../images/server.jpg",
"alt": "Extendable Layout"
},
"links": [
{
"type": "external",
"url": "https://gitea.louisgallet.fr"
}
]
},
{
"visible": true,
"category": "Application",
"title": "HexConverter",
"description": "A simple application to convert hexadecimal numbers to decimal numbers. Also, it can convert from any base to any base.",
"tags": ["Application"],
"image": {
"src": "../../images/hex-converter.png",
"alt": "HexConverter"
},
"links": [
{
"type": "external",
"url": "https://apps.apple.com/fr/app/hexconverter/id6471345416"
}
]
}
],
"button": {
"visible": true,
"label": "Visit on Github",
"url": "https://github.com/l0u1sg"
}
}