From bbaa77558d1155c9d7325a054f1bb794569c447e Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Sat, 21 Feb 2026 10:35:58 -0800 Subject: [PATCH] Add WordPress theme in website/ folder Custom dark minimal theme for addmonths.com landing page: - Hero section with phone mockup placeholder - How It Works, What It Is/Isn't, Privacy, Clarity sections - iOS/Android beta signup with email capture modal - Privacy, Terms, Disclaimer page templates - Beta signups stored to wp_beta_signups table Co-Authored-By: Claude Opus 4.5 --- front-page.php => website/front-page.php | 0 functions.php => website/functions.php | 0 index.php => website/index.php | 0 page.php => website/page.php | 0 style.css => website/style.css | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename front-page.php => website/front-page.php (100%) rename functions.php => website/functions.php (100%) rename index.php => website/index.php (100%) rename page.php => website/page.php (100%) rename style.css => website/style.css (100%) diff --git a/front-page.php b/website/front-page.php similarity index 100% rename from front-page.php rename to website/front-page.php diff --git a/functions.php b/website/functions.php similarity index 100% rename from functions.php rename to website/functions.php diff --git a/index.php b/website/index.php similarity index 100% rename from index.php rename to website/index.php diff --git a/page.php b/website/page.php similarity index 100% rename from page.php rename to website/page.php diff --git a/style.css b/website/style.css similarity index 100% rename from style.css rename to website/style.css