mirror of
https://github.com/thecyberlearn/quantum-website-2026.git
synced 2026-08-18 07:43:20 +00:00
| css | ||
| img | ||
| js | ||
| Wilmington_Foods | ||
| .dockerignore | ||
| .gitignore | ||
| anuga.html | ||
| aue.html | ||
| CLAUDE.md | ||
| DEPLOYMENT.md | ||
| digital-branding.html | ||
| docker-compose.test.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| DOKPLOY-DEPLOYMENT.md | ||
| dokploy.json | ||
| dokploy.test.json | ||
| freight-flow.html | ||
| index.html | ||
| LOGO-FIX-SUMMARY.md | ||
| README.md | ||
| WARP.md | ||
| wf.html | ||
Quantum Tasks AI - Static Marketing Website
This is the static marketing website for Quantum Tasks AI, separated from the Django application for optimal performance and SEO.
Structure
static-website/
├── index.html # Home page
├── digital-branding.html # AI Digital Branding services
├── css/
│ └── style.css # Consolidated styles
├── js/
│ └── script.js # Interactive functionality
├── img/ # Images (to be added)
└── README.md # This file
Features
- ✅ Fast Loading - Static HTML/CSS/JS
- ✅ SEO Optimized - Proper meta tags, structured data
- ✅ Responsive Design - Mobile-first approach
- ✅ Professional UI - Modern, clean design
- ✅ Interactive Elements - Smooth animations, hover effects
- ✅ Contact Form - Integrated into homepage with client-side validation
- ✅ App Integration - Links to AI Marketplace and authentication
Pages
Home Page (index.html)
- Hero section with trust indicators
- Company profile and founder information
- Services overview
- Client showcase
- Integrated contact section with form
Digital Branding Page (digital-branding.html)
- AI-powered digital branding services
- SOSTAC+RACE framework explanation
- Process breakdown with 6 steps
- Service portfolio
- CTA to brand assessment form
Deployment
Option 1: Netlify (Recommended)
- Drag and drop the
static-websitefolder to Netlify - Configure domain settings
- Enable form handling for contact form
Option 2: Vercel
- Connect GitHub repository
- Set build directory to
static-website - Deploy automatically
Option 3: GitHub Pages
- Push to GitHub repository
- Enable GitHub Pages in settings
- Set source to
static-websitedirectory
Domain Setup
- Main site:
yoursite.com→ Static website - App subdomain:
app.yoursite.com→ Django marketplace
Assets Needed
Add these files to the img/ directory:
logo.png- Company logofavicon.ico- Website faviconapple-touch-icon.png- iOS home screen iconfavicon-32x32.png- 32x32 faviconfavicon-16x16.png- 16x16 faviconog-image.png- Social media preview image (1200x630)
Links to Django App
The static site navigation includes:
- AI Marketplace: Links to agent marketplace (placeholder URL until aiagent.quantumtaskai.com is configured)
- Login/Register: Separate authentication buttons (placeholder URLs until configured)
Update these URLs to match your Django app deployment.
Contact Form
The contact form is integrated into the homepage (#contact section) and includes client-side validation with demo success message. For production:
- Option 1: Use Netlify Forms (add
netlifyattribute to form) - Option 2: Use Formspree or similar service
- Option 3: Connect to Django backend API endpoint
Performance
- Optimized fonts loading with preload
- Compressed CSS (single file)
- Minimized JavaScript
- Responsive images (when added)
- Modern CSS with custom properties
Browser Support
- Chrome 88+
- Firefox 85+
- Safari 14+
- Edge 88+
License
© 2025 Quantum Tasks AI. All rights reserved.