diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..7bb2689 Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/favicon-96x96.png b/public/favicon-96x96.png new file mode 100644 index 0000000..75b55ee Binary files /dev/null and b/public/favicon-96x96.png differ diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..8103cb8 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..57f26dc --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1 @@ +RealFaviconGeneratorhttps://realfavicongenerator.net \ No newline at end of file diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..21178ac --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "Half Street", + "short_name": "Half St", + "icons": [ + { + "src": "/web-app-manifest-192x192.png?v=20260509", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png?v=20260509", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#cd8001", + "background_color": "#1a0d00", + "display": "standalone" +} \ No newline at end of file diff --git a/public/web-app-manifest-192x192.png b/public/web-app-manifest-192x192.png new file mode 100644 index 0000000..c49afd9 Binary files /dev/null and b/public/web-app-manifest-192x192.png differ diff --git a/public/web-app-manifest-512x512.png b/public/web-app-manifest-512x512.png new file mode 100644 index 0000000..1e854b9 Binary files /dev/null and b/public/web-app-manifest-512x512.png differ diff --git a/src/assets/noun-gear-8323296.svg b/src/assets/noun-gear-8323296.svg new file mode 100644 index 0000000..13fc0ee --- /dev/null +++ b/src/assets/noun-gear-8323296.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/pages/index.astro b/src/pages/index.astro index f78e512..7c0c8a0 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,5 +1,6 @@ --- import '../ui/crt.css' +import gearIcon from '../assets/noun-gear-8323296.svg?url' --- @@ -9,13 +10,44 @@ import '../ui/crt.css' Halfstreet — Ethan J Lewis + + + + + +
-
- - +
+ +
@@ -30,14 +62,15 @@ import '../ui/crt.css' spellcheck="false" aria-label="Command input" /> +