Harbor Management — static site build
=====================================

Upload the contents of this folder to the web root of harborfla.exceleron.dev.

Pages (each is fully self-contained: HTML + CSS + JS + local images inlined)
  index.html                    Home
  about.html                    Who We Are
  services.html                 Services
  communities.html              Communities (click any card for the manager modal; supports ?c=<slug> deep links)
  residents.html                Residents
  contact.html                  Contact
  request-proposal.html         Request a Proposal
  work-order.html               Submit a Work Order
  hurricane-preparedness.html   Hurricane Preparedness

Notes
- Google Fonts (Newsreader, Manrope) load from fonts.googleapis.com.
- Team headshots and community photos load from harborfla.com/assets/… — keep that host live, or
  copy those images locally and update the URLs.
- Forms (proposal, work order, contact, community contact) show a success state only — wire the
  <form onSubmit> handlers to your form processor / CRM before launch.
- No server-side code required; any static host works.
