Landing page for parnotfar.com.
-
Open
index.htmlin a browser, or run a local server:cd website/parnotfar python -m http.server 8000Then visit http://localhost:8000
-
Replace
YOUR_FORM_IDinapp.jswith your Formspree form ID to test the waitlist form.
Add these files to assets/images/:
| File | Description |
|---|---|
screenshot-1.png |
vCaddie conversation / shot recommendation UI |
screenshot-2.png |
vCaddie hole visualization or scorecard |
Use PNG or WebP at ~1–2x device resolution for retina screens.
- Go to formspree.io and create an account
- Create a new form (e.g. "Par Not Far Waitlist")
- Copy your form ID from the endpoint (e.g.
https://formspree.io/f/abcd1234→abcd1234) - In
app.js, replaceYOUR_FORM_IDwith your form ID - In
index.html, update the formactionattribute tohttps://formspree.io/f/YOUR_FORM_ID(or it will be set by JS once you updateapp.js)
Note: The JavaScript sets the form action dynamically, so updating app.js is sufficient.
This site is designed to be deployed from the parnotfar/parnotfar.github.io repository.
- Copy the contents of this directory to the root of
parnotfar.github.io - Push to the
mainbranch - GitHub Pages will serve the site at https://parnotfar.github.io
- In the repo: Settings → Pages → Custom domain → enter
parnotfar.com - At your DNS provider: add a CNAME record:
parnotfar(orwww) →parnotfar.github.io - Wait for DNS propagation; GitHub will show a green check when ready