Inital commit of Astro Website

This commit is contained in:
2026-03-21 14:37:03 +01:00
commit bea1f0741d
60 changed files with 10838 additions and 0 deletions

23
src/data/socials.json Normal file
View File

@@ -0,0 +1,23 @@
[
{
"name": "GitHub",
"url": "https://github.com/C0ntroller",
"icon": "simple-icons:github"
}, {
"name": "LinkedIn",
"url": "https://www.linkedin.com/in/c0ntroller/",
"icon": "simple-icons:linkedin"
}, {
"name": "Instagram",
"url": "https://www.instagram.com/c0ntroller/",
"icon": "simple-icons:instagram"
}, {
"name": "Steam",
"url": "https://steamcommunity.com/id/c0ntroller/",
"icon": "simple-icons:steam"
}, {
"name": "Discord",
"url": "https://discordapp.com/users/224208617820127233",
"icon": "simple-icons:discord"
}
]