feat(web): SEO/social cards, security headers, PWA icons, FAQ, status, get-involved, captions

This commit is contained in:
vjrj 2026-07-15 12:10:30 +02:00
parent 485d35c916
commit 67f1c0da0c
19 changed files with 358 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Before After
Before After

BIN
site/static/favicon-16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

BIN
site/static/favicon-32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 897 B

BIN
site/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

BIN
site/static/icon-192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
site/static/icon-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
site/static/og-en.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

BIN
site/static/og-es.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

View file

@ -0,0 +1,13 @@
{
"name": "Tane",
"short_name": "Tane",
"description": "Keep and share traditional seeds — offline, encrypted, no account.",
"start_url": "/",
"display": "standalone",
"background_color": "#e7f1e0",
"theme_color": "#2f7d34",
"icons": [
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
]
}