feat: Add complete favicon package and update copyright

- Added favicon.ico, favicon-16x16.png, favicon-32x32.png (already present)
- Added android-chrome-192x192.png and android-chrome-512x512.png for Android
- Added apple-touch-icon.png for iOS devices
- Added site.webmanifest for PWA support
- Updated footer copyright from "Deep Black Cloud" to "Anthony Rawlins"

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
tony
2025-08-26 14:32:52 +10:00
parent 68cfaf7c63
commit 843f6bc252
5 changed files with 2 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ export default function HomePage() {
<div className="max-w-6xl mx-auto"> <div className="max-w-6xl mx-auto">
<div className="flex flex-col md:flex-row justify-between items-center space-y-4 md:space-y-0"> <div className="flex flex-col md:flex-row justify-between items-center space-y-4 md:space-y-0">
<div className="text-carbon-600 dark:text-mulberry-300 text-sm font-medium"> <div className="text-carbon-600 dark:text-mulberry-300 text-sm font-medium">
© 2025 Deep Black Cloud. All rights reserved. © 2025 Anthony Rawlins. All rights reserved.
</div> </div>
<div className="flex space-x-chorus-lg text-sm"> <div className="flex space-x-chorus-lg text-sm">

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}