Official website for Clutch Protocol - Decentralized ride-sharing blockchain.
- Production: clutchprotocol.io
- GitHub Pages: clutchprotocol.github.io
- Responsive Design: Mobile-first approach with modern UI/UX
- Performance Optimized: Fast loading with lazy loading and efficient animations
- SEO Friendly: Comprehensive meta tags and structured data
- Accessibility: WCAG compliant with proper semantic HTML
- Interactive Elements: Smooth scrolling, animations, and micro-interactions
- Frontend: Pure HTML5, CSS3, and JavaScript (ES6+)
- Styling: Custom CSS with CSS Grid and Flexbox
- Icons: Font Awesome 6
- Fonts: Inter from Google Fonts
- Hosting: GitHub Pages with custom domain
clutchprotocol.github.io/
├── index.html # Main HTML file
├── styles.css # All CSS styles
├── script.js # JavaScript functionality
├── CNAME # Custom domain configuration
├── .nojekyll # Disable Jekyll processing
├── favicon.ico # Site favicon
└── README.md # This file
- Primary: #667eea (Gradient start)
- Secondary: #764ba2 (Gradient end)
- Background: #f8f9fa
- Text: #1a1a1a (Dark) / #666 (Light)
- Font Family: Inter
- Headings: 600-700 weight
- Body: 400 weight
- Code: Monospace
- Navigation with mobile hamburger menu
- Hero section with animated blockchain visualization
- Feature cards with hover effects
- Fee comparison charts
- Team member cards
- Community action cards
# Clone the repository
git clone https://github.com/clutchprotocol/clutchprotocol.github.io.git
# Navigate to directory
cd clutchprotocol.github.io
# Serve locally (using any static server)
# Python 3
python -m http.server 8000
# Node.js (with serve package)
npx serve .
# VS Code Live Server extension
# Right-click index.html -> "Open with Live Server"This site is automatically deployed via GitHub Pages when changes are pushed to the main branch.
To point clutchprotocol.io to GitHub Pages:
-
A Records (for apex domain):
185.199.108.153 185.199.109.153 185.199.110.153 185.199.111.153 -
CNAME Record (for www):
www.clutchprotocol.io -> clutchprotocol.github.io
- Chrome 90+
- Firefox 88+
- Safari 14+
- Edge 90+
- Mobile-responsive navigation
- Smooth scrolling between sections
- Intersection Observer animations
- Blockchain block hover effects
- Timeline progress indicators
- Lazy loading for images
- Optimized CSS animations
- Minimal JavaScript bundle
- Efficient DOM manipulation
- Open Graph tags for social sharing
- Twitter Card meta tags
- Structured data markup
- Semantic HTML structure
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'feat: add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Use conventional commits:
feat:- New featuresfix:- Bug fixesdocs:- Documentation updatesstyle:- Code formattingrefactor:- Code refactoringperf:- Performance improvements
This project is licensed under the MIT License - see the LICENSE file for details.
- Main Repository: Clutch Protocol
- Documentation: docs.clutchprotocol.io
- Demo App: demo.clutchprotocol.io
- Email: hello@clutchprotocol.io
- GitHub: @clutchprotocol
Built with ❤️ for the decentralized future