A responsive one-page website for Howler, a titanium bike brand built for anything.
- 🎨 Modern, responsive design that works on all devices
- 📧 Email signup form for waiting list
- ⚡ Lightweight and fast loading
- 🎯 Clean, professional aesthetic
- 📱 Mobile-first responsive design
# Navigate to the project directory
cd /Users/rhysfishernewairblack/howler
# Run the development server
python3 server.pyThe website will automatically open in your browser at http://localhost:8000
# Navigate to the project directory
cd /Users/rhysfishernewairblack/howler
# Start a simple HTTP server
python3 -m http.server 8000Then open http://localhost:8000 in your browser.
If you have the Live Server extension in VS Code:
- Right-click on
index.html - Select "Open with Live Server"
howler/
├── index.html # Main HTML file
├── styles.css # CSS styles and responsive design
├── script.js # JavaScript functionality
├── server.py # Development server script
└── README.md # This file
- Navigation - Clean header with Howler branding
- Hero Section - Main headline and email signup form
- Features - Three key selling points about titanium bikes
- Footer - Simple footer with copyright
The signup form includes:
- Email validation
- Success/error messaging
- Local storage to remember signups
- Responsive design for all screen sizes
To customize the website:
- Colors: Edit the CSS variables in
styles.css - Content: Update text in
index.html - Styling: Modify styles in
styles.css - Functionality: Add features in
script.js
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Mobile browsers (iOS Safari, Chrome Mobile)
- Optimized for fast loading
- Minimal dependencies (only Google Fonts)
- Efficient CSS and JavaScript
- Responsive images and layouts