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)); + +