Skip to content

karlstuke1/polydepth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolyDepth landing page

Files included:

  • index.html
  • styles.css
  • app.js
  • checkout.js
  • success.html
  • scripts/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.js holds the public Stripe payment link used by all purchase CTAs.
  • success.html is 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.com to generate a redirect-based success flow that lands on success.html.

Open index.html in a browser to view the page.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors