First pass working on frontpage

Namely testimonials and top banner
This commit is contained in:
2024-09-22 17:40:15 -07:00
parent c224d9903b
commit dfed01d167
97 changed files with 15830 additions and 2 deletions

24
data/social.json Normal file
View File

@@ -0,0 +1,24 @@
{
"main": [
{
"name": "Twitch",
"icon": "fab fa-twitch",
"link": "https://twitch.tv/abnercoimbre"
},
{
"name": "Vimeo",
"icon": "fab fa-vimeo",
"link": "https://vimeo.com/handmadecities"
},
{
"name": "YouTube",
"icon": "fab fa-youtube",
"link": "https://www.youtube.com/abnercoimbre"
},
{
"name": "Email",
"icon": "fa fa-envelope",
"link": "mailto:abner@handmadecities.com"
}
]
}