From f4dca61631981b374d2abb705c42542881e6a490 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 7 Apr 2026 11:41:28 -0400 Subject: [PATCH] fix: single resume prompt, silent email lookup, rename Begin to Restart Remove welcome-back modal entirely. Email lookup now silently loads server data without prompting. Only resume prompt is "Resume where you left off" on the landing page. Rename "Begin Application" to "Restart Application" with white/secondary button style. Co-Authored-By: Claude Opus 4.6 --- apply.html | 83 +++++++----------------------------------------------- 1 file changed, 10 insertions(+), 73 deletions(-) diff --git a/apply.html b/apply.html index cac3240..e92ef2b 100644 --- a/apply.html +++ b/apply.html @@ -500,35 +500,6 @@ .next-steps-box li { margin-bottom: 0.5rem; } - /* ===== Welcome-back modal ===== */ - .modal-overlay { - display: none; - position: fixed; - inset: 0; - background: rgba(0,0,0,0.5); - z-index: 200; - align-items: center; - justify-content: center; - } - .modal-overlay.visible { display: flex; } - .modal-box { - background: #fff; - border-radius: 12px; - padding: 2rem; - max-width: 480px; - width: 90%; - box-shadow: 0 8px 32px rgba(0,0,0,0.2); - text-align: center; - } - .modal-box h3 { - font-family: 'Cormorant Garamond', serif; - color: var(--forest); - font-size: 1.4rem; - margin-bottom: 0.75rem; - } - .modal-box p { font-size: 0.95rem; color: #555; margin-bottom: 1.5rem; } - .modal-actions { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; } - .modal-actions .btn { min-width: 160px; } .btn-secondary { display: inline-block; padding: 0.75rem 2rem; @@ -585,7 +556,7 @@ Resume where you left off - +
@@ -593,18 +564,6 @@
Step 1 of 10 — 10%
- - -