From 29d26683dab40febfe32dfe1ef1e38de06808d7e Mon Sep 17 00:00:00 2001 From: Kato Date: Wed, 2 Sep 2026 18:20:35 +0000 Subject: [PATCH] Add newsletter form for non-logged-in users with success message --- index.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 59 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 2cfc035..8e083a1 100644 --- a/index.html +++ b/index.html @@ -67,7 +67,9 @@ .sidebar-col { position: sticky; top: 20px; height: fit-content; } .login-panel { background: var(--gray1); padding: 32px; border-radius: 16px; border: 1px solid var(--gray2); } + .newsletter-panel { background: var(--gray1); padding: 32px; border-radius: 16px; border: 1px solid var(--gray2); } .notebook { background: var(--white); border-radius: 16px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,.1); } + .newsletter-panel h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid var(--gray2); } .notebook .tabs { display: flex; border-bottom: 2px solid var(--gray2); } .notebook .tab { flex: 1; padding: 14px; text-align: center; font-weight: 600; cursor: pointer; border: none; background: #f9fafb; color: #6b7280; } .notebook .tab.active { background: var(--white); color: var(--black); border-bottom: 3px solid var(--blue); } @@ -245,6 +247,26 @@ + +