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"
}
]
}

44
data/theme.json Normal file
View File

@@ -0,0 +1,44 @@
{
"colors": {
"default": {
"theme_color": {
"primary": "#121212",
"body": "#fff",
"border": "#eaeaea",
"theme_light": "#f6f6f6",
"theme_dark": ""
},
"text_color": {
"default": "#444444",
"dark": "#040404",
"light": "#717171"
}
},
"darkmode": {
"theme_color": {
"primary": "#fff",
"body": "#1c1c1c",
"border": "#3E3E3E",
"theme_light": "#222222",
"theme_dark": ""
},
"text_color": {
"default": "#B4AFB6",
"dark": "#fff",
"light": "#B4AFB6"
}
}
},
"fonts": {
"font_family": {
"primary": "Heebo:wght@400;600",
"primary_type": "sans-serif",
"secondary": "Signika:wght@500;700",
"secondary_type": "sans-serif"
},
"font_size": {
"base": "16",
"scale": "1.2"
}
}
}