A boutique consultancy website for early-stage startups in the consumer software space.
This is a static website built with HTML, CSS, and Bootstrap 5. No build process is required.
To run the website locally, use Python's built-in HTTP server:
# Navigate to the project directory
cd longcourse.consulting
# Start the server with Python 3
python3 -m http.server 8000
# Or alternatively with Python 2 (if needed)
python -m SimpleHTTPServer 8000The website will be available at http://localhost:8000
index.html- Main website fileindex.css- Custom stylesmedia/- Images and media assetsCLAUDE.md- Development guidance for Claude Code
- Responsive design with Bootstrap 5
 - Professional services showcase
 - Contact information and bio section
 - Clean, modern styling with backdrop blur effects