feat: simple landing with contact form and applications showcase
Some checks failed
Build & Deploy (prod) / deploy (push) Failing after 11s

This commit is contained in:
Raul Lugo
2026-02-05 12:53:35 +01:00
parent 385175b49c
commit dd227618cd
98 changed files with 4182 additions and 298 deletions

21
public/site.webmanifest Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "Resuely",
"short_name": "Resuely",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}