Skip to content

adoxner/longcourse.consulting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Long Course Consulting

A boutique consultancy website for early-stage startups in the consumer software space.

Getting Started

This is a static website built with HTML, CSS, and Bootstrap 5. No build process is required.

Local Development

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 8000

The website will be available at http://localhost:8000

Project Structure

  • index.html - Main website file
  • index.css - Custom styles
  • media/ - Images and media assets
  • CLAUDE.md - Development guidance for Claude Code

Features

  • Responsive design with Bootstrap 5
  • Professional services showcase
  • Contact information and bio section
  • Clean, modern styling with backdrop blur effects

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published