A modern, responsive website for Imagineers.AI built with clean HTML, CSS, and JavaScript.
- Modern Dark Theme: Sleek dark design with lime green accents
- Smooth Scroll Animations: Fade-in and slide-in effects as you scroll
- Fully Responsive: Optimized for desktop, tablet, and mobile devices
- Fast & Lightweight: No frameworks, pure HTML/CSS/JS
- SEO Friendly: Semantic HTML and proper meta tags
- About (
index.html) - Company overview and mission - CPI Training (
cpi.html) - Training program details - GenAI.StudioLab (
genaisl.html) - AI innovation services - CAIO as a Service (
caio.html) - Fractional Chief AI Officer services - Contact (
contact.html) - Get in touch via email
Inspired by modern SaaS landing pages with:
- Clean, minimalist layout
- High contrast for readability
- Generous whitespace
- Professional typography (Inter font family)
- Smooth transitions and animations
- Clone this repository
- Open
index.htmlin your browser - No build process required!
- Go to your repository Settings
- Navigate to Pages section
- Under "Source", select the branch you want to deploy
- Save and wait a few minutes
- Your site will be live at
https://username.github.io/repository-name
All content marked with [Placeholder: ...] should be replaced with your actual content. Search for "Placeholder" in all HTML files and replace with your text.
In contact.html, replace contact@imagineers.ai with your actual email address.
Edit styles.css and update the CSS variables in the :root selector:
:root {
--color-bg-primary: #060703; /* Main background */
--color-accent: #9cf35b; /* Accent color */
--color-text-primary: #ffffff; /* Primary text */
/* ... more colors ... */
}The site uses a grid-based layout with CSS Grid and Flexbox. Modify the grid in styles.css:
.feature-grid {
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}.
├── index.html # About page
├── cpi.html # CPI Training page
├── genaisl.html # GenAI StudioLab page
├── caio.html # CAIO as a Service page
├── contact.html # Contact page
├── styles.css # Main stylesheet
├── script.js # JavaScript for animations
└── README.md # This file
- Chrome/Edge (latest)
- Firefox (latest)
- Safari (latest)
- Mobile browsers (iOS Safari, Chrome Mobile)
© 2025 Imagineers.AI. All rights reserved.