feat: add social links in footer

This commit is contained in:
Mathias Schopmans
2024-03-01 10:33:11 +01:00
committed by Mathias Schopmans
parent 0eb6997efa
commit 5ef0f07822
13 changed files with 164 additions and 3 deletions

View File

@@ -83,5 +83,35 @@
"chart": {
"size": 800,
"blipSize": 12
}
},
"social": [
{
"href": "https://www.facebook.com/aoepeople",
"icon": "facebook"
},
{
"href": "https://twitter.com/aoepeople",
"icon": "x"
},
{
"href": "https://www.linkedin.com/company/aoe",
"icon": "linkedIn"
},
{
"href": "https://www.xing.com/company/aoe",
"icon": "xing"
},
{
"href": "https://www.instagram.com/aoepeople",
"icon": "instagram"
},
{
"href": "https://www.youtube.com/user/aoepeople",
"icon": "youtube"
},
{
"href": "https://github.com/aoepeople",
"icon": "github"
}
]
}