Add jmartgraphix logo, favicons, and social share image

Place brand mark in header, footer, and hero; ship PNG favicons,
apple-touch icon, PWA manifest, and 1200×630 Open Graph card.
This commit is contained in:
2026-07-24 10:23:51 -04:00
parent f03d448303
commit d950092772
18 changed files with 115 additions and 9 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "jmartgraphix",
"short_name": "jmartgraphix",
"description": "Creative professional portfolio — 3D, CAD, animation, design",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a0b",
"theme_color": "#0a0a0b",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}