This folder contains the marketing website for the CleanSweep Chrome extension.
The website is designed to be hosted on GitHub Pages at:
https://mrfullstackdev.github.io/CleanSweep/
docs/
├── index.html # Main HTML structure
├── styles.css # Purple gradient theme with animations
└── script.js # Interactive scroll animations
- Push this repository to GitHub
- Go to repository Settings → Pages
- Under "Source", select "Deploy from a branch"
- Select branch:
mainand folder:/docs - Click "Save"
- Your site will be live at
https://mrfullstackdev.github.io/CleanSweep/
You can also copy these files to a separate branch or repository for deployment.
- Fast Loading: < 50KB total, optimized for performance
- Purple Gradient Theme: Modern purple gradient color scheme
- Scroll Animations: Subtle fade-in effects as you scroll
- Fully Responsive: Works on all devices
- No Dependencies: Pure HTML, CSS, and vanilla JavaScript
- SEO Optimized: Proper meta tags and semantic HTML
- Accessibility: WCAG AA compliant
- Hero section with gradient background and CTA
- 6 feature cards with hover effects
- Step-by-step "How It Works" section
- Tech stack badges
- Call-to-action section with gradient background
- Comprehensive footer with links
Edit CSS variables in styles.css:
:root {
--primary: #8B5CF6;
--primary-dark: #7C3AED;
--primary-light: #A78BFA;
--accent: #A78BFA;
--accent-light: #C4B5FD;
}All content can be edited directly in index.html. The structure is well-commented and easy to navigate.
Animations are controlled in script.js using Intersection Observer API. You can adjust timing and effects as needed.
- First Contentful Paint: < 1s
- Largest Contentful Paint: < 2s
- Total Blocking Time: < 100ms
- Cumulative Layout Shift: < 0.1
- Chrome 90+
- Firefox 88+
- Safari 14+
- Edge 90+
MIT License - Same as the CleanSweep extension