Files included:
index.htmlstyles.cssapp.jscheckout.jssuccess.htmlscripts/create_stripe_orderbook_payment_link.py
Notes:
- The page uses a placeholder brand name: PolyDepth.
- Main places to customize quickly: brand name, nav labels, hero copy, CTA labels, and footer copy in
index.html. - The main visual system and layout live in
styles.css. - The bundled Three.js animation and UI micro-interactions live in
app.js. checkout.jsholds the public Stripe payment link used by all purchase CTAs.success.htmlis the ready-to-deploy post-payment confirmation page.- To create or refresh the Stripe product/payment link, run
python3 scripts/create_stripe_orderbook_payment_link.py. - If you have a deployed site URL, pass
--site-url https://your-domain.comto generate a redirect-based success flow that lands onsuccess.html.
Open index.html in a browser to view the page.