mirror of
https://github.com/thecyberlearn/quantum-website-2026.git
synced 2026-08-18 21:23:19 +00:00
1.7 KiB
1.7 KiB
Favicon Setup Instructions
Current Status ✅
- ✅ logo.png - Main logo (already copied)
- ✅ og-image.png - Social media preview (already copied)
- ❌ Favicons - Need to be generated
Quick Favicon Generation
Option 1: Online Generator (Recommended)
- Go to favicon.io/favicon-converter
- Upload the
logo.pngfile - Download the generated favicon package
- Extract and copy these files to this directory:
favicon.icoapple-touch-icon.pngfavicon-32x32.pngfavicon-16x16.png
Option 2: Use Real Favicon Generator
- Go to realfavicongenerator.net
- Upload the
logo.pngfile - Customize settings if needed
- Download and extract files to this directory
Option 3: Simple Favicon (Quick Fix)
If you want to deploy immediately without custom favicons:
- Find any
.icofile on your computer - Rename it to
favicon.ico - Copy it to this directory
Required Files
After generation, you should have:
static-website/img/
├── logo.png ✅
├── og-image.png ✅
├── favicon.ico ⚠️
├── apple-touch-icon.png ⚠️
├── favicon-32x32.png ⚠️
└── favicon-16x16.png ⚠️
Update HTML (if needed)
The HTML files are already configured to use these paths:
favicon.icoapple-touch-icon.pngfavicon-32x32.pngfavicon-16x16.png
No changes needed in HTML once files are added.
Deploy Without Favicons (Optional)
If you want to deploy immediately:
- Remove favicon links from HTML
<head>sections - Deploy the site
- Add favicons later and redeploy
The site will work perfectly without favicons (just won't show custom icons in browser tabs).