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": "ArtSite",
"url": "https://arthurdanjou.fr/",
"tags": [
{
"name": "Dev",
"color": "blue"
},
{
"name": "Perso",
"color": "pink"
}
],
"icon": "i-ph:globe-duotone",
"color": "blue"
}

View File

@@ -0,0 +1,12 @@
{
"name": "Duolingo",
"url": "https://duolingo.com/",
"tags": [
{
"name": "Lang",
"color": "red"
}
],
"icon": "i-ph:bird-duotone",
"color": "lime"
}