# Black Harbor Software Concept Site

This package is a self-contained static website for `blackharborsoftware.com`.

## Contents
- `index.html` — Black Harbor Software home page
- `harbor-legacy.html` — Harbor Legacy product page + interactive front-end preview
- `harbor-encrypt.html` — Harbor Encrypt product page + interactive front-end preview
- `harbor-resolve.html` — Harbor Resolve product page + interactive front-end preview
- `publish-harbor.html` — Publish Harbor product page + interactive front-end preview
- `assets/css/site.css` — all styling
- `assets/js/site.js` — navigation and demo interactions

## Test locally
Double-click `index.html`, or run a tiny local web server from this folder:

    python -m http.server 8080

Then browse to `http://localhost:8080`.

## Deployment
No build step is required. Upload the contents of this folder to the web root of any static web host, Apache/Nginx server, GitHub Pages-style host, or object-storage/static-site service.

## Important
The interactive product demos are visual prototypes only. They do not provide real encryption, authentication, storage, estate release, peer review, billing, or other production services.

Before production launch, replace the `hello@blackharborsoftware.com` contact links if a different address should be used, add legal/privacy pages, configure analytics only if desired, and connect product calls-to-action to the appropriate production application or waitlist.
