# Zahavi static website

## Deploy to Cloudflare Pages
Upload this ZIP through Workers & Pages > your Pages project > Create deployment.
`index.html` is at the ZIP root.

## Use a GoDaddy-managed subdomain without moving the main domain
1. Deploy and confirm the `your-project.pages.dev` address works.
2. In Cloudflare Pages, open Custom domains and add the full subdomain.
3. In GoDaddy DNS, create a CNAME with Host `zahavi` and Value `your-project.pages.dev`.
4. Do not change the domain nameservers, root A record, email records, or the existing main website.

## Edit images
Replace a file while preserving its exact path and filename, or update the corresponding `<img src>` reference.
All supplied assets are visible on `asset-library.html`, which is intentionally not linked in the main navigation.

## Contact form
The current form opens an email draft to `research@zahavi.ai`. Edit `assets/js/main.js` and `assets/js/site-config.js` to change the address or connect a form endpoint.
