Working on home page

This commit is contained in:
2024-08-22 16:14:29 +02:00
parent 30b734ca8e
commit e56c8bb1af
30 changed files with 1116 additions and 1495 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "Github",
"url": "https://www.github.com/",
"tags": [
{
"name": "Social",
"color": "teal"
},
{
"name": "Perso",
"color": "pink"
}
],
"icon": "i-ph:github-logo-duotone",
"color": "black"
}

View File

@@ -0,0 +1,16 @@
{
"name": "Instagram",
"url": "https://www.instagram.com/",
"tags": [
{
"name": "Social",
"color": "teal"
},
{
"name": "Perso",
"color": "pink"
}
],
"icon": "i-ph:instagram-logo-duotone",
"color": "fuchsia"
}

View File

@@ -0,0 +1,16 @@
{
"name": "LinkedIn",
"url": "https://www.linkedin.com/",
"tags": [
{
"name": "Social",
"color": "teal"
},
{
"name": "Perso",
"color": "pink"
}
],
"icon": "i-ph:linkedin-logo-duotone",
"color": "blue"
}

View File

@@ -0,0 +1,16 @@
{
"name": "Twitch",
"url": "https://www.twitch.com/",
"tags": [
{
"name": "Social",
"color": "teal"
},
{
"name": "Perso",
"color": "pink"
}
],
"icon": "i-ph:twitch-logo-duotone",
"color": "purple"
}

16
content/social/x.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "Twitter",
"url": "https://www.x.com/",
"tags": [
{
"name": "Social",
"color": "teal"
},
{
"name": "Perso",
"color": "pink"
}
],
"icon": "i-ph:x-logo-duotone",
"color": "black"
}

View File

@@ -0,0 +1,16 @@
{
"name": "Youtube",
"url": "https://www.x.com/",
"tags": [
{
"name": "Social",
"color": "teal"
},
{
"name": "Perso",
"color": "pink"
}
],
"icon": "i-ph:youtube-logo-duotone",
"color": "red"
}