From c2a3926cd15ed57173c3ca0daa8d0e53d5967f10 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Sat, 9 May 2026 15:54:37 -0700 Subject: [PATCH] Add files via upload --- index.html | 160 ++++++++++++++++++++++++++++++++++++++++++++++++++- process.html | 160 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 318 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 333e451..4bc5a40 100644 --- a/index.html +++ b/index.html @@ -687,7 +687,7 @@ footer { Coffee Subscribe Process - + @@ -990,5 +990,163 @@ function handleSubscribe(e) { e.target.innerHTML = '

You\'re in. Check your inbox for your 20% code. ☕

'; } + + diff --git a/process.html b/process.html index aeb9b98..3067db2 100644 --- a/process.html +++ b/process.html @@ -488,7 +488,7 @@ footer { Coffee Subscribe Process - + @@ -729,5 +729,163 @@ const observer = new IntersectionObserver((entries) => { }, { threshold: 0.15 }); document.querySelectorAll('.reveal').forEach(el => observer.observe(el)); + +