From 3e7b7ab84b9d9b6baf3fa93a8a2a305cbefe59d7 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Fri, 3 Jul 2026 15:23:30 +0300 Subject: [PATCH] remove subscription sections --- frontend/rabbi_gerzi/src/views/AboutPage.vue | 141 +------------------ frontend/rabbi_gerzi/src/views/HomePage.vue | 134 ------------------ 2 files changed, 1 insertion(+), 274 deletions(-) diff --git a/frontend/rabbi_gerzi/src/views/AboutPage.vue b/frontend/rabbi_gerzi/src/views/AboutPage.vue index 10b4474..e1b35c0 100644 --- a/frontend/rabbi_gerzi/src/views/AboutPage.vue +++ b/frontend/rabbi_gerzi/src/views/AboutPage.vue @@ -1,5 +1,4 @@ @@ -1106,89 +1061,6 @@ function projectCardStyle(project: Project): string { max-width: 30ch; } -.get-involved { - background: var(--color-cream); - padding: 0 2rem 5rem; -} - -.get-involved__card { - max-width: 1100px; - margin: 0 auto; - background: rgba(255, 255, 255, 0.4); - border-radius: 14px; - padding: 3rem; - display: grid; - grid-template-columns: 1fr 1fr; - gap: 3rem; - align-items: center; -} - -.get-involved__heading { - font-family: var(--font-serif); - font-weight: 400; - font-size: clamp(1.6rem, 2.6vw, 2.4rem); - color: var(--color-text); - margin: 0 0 1.25rem 0; -} - -.get-involved__subtext { - font-family: var(--font-serif); - font-size: 1rem; - line-height: 1.55; - color: var(--color-text-muted); - margin: 0; - max-width: 36ch; -} - -.get-involved__form { - display: flex; - flex-direction: column; - gap: 1rem; -} - -.get-involved__field { - display: flex; - flex-direction: column; - gap: 0.4rem; -} - -.get-involved__label { - font-family: var(--font-sans); - font-size: 0.85rem; - color: var(--color-text-muted); -} - -.get-involved__input { - background: var(--color-cream); - border: 1px solid rgba(0, 0, 0, 0.08); - border-radius: 8px; - padding: 0.75rem 1rem; - font-family: var(--font-sans); - font-size: 1rem; - color: var(--color-text); -} - -.get-involved__input:focus { - outline: 2px solid var(--color-slate); - outline-offset: 2px; -} - -.get-involved__submit { - background: var(--color-text); - color: var(--color-white); - border: none; - border-radius: 8px; - padding: 0.85rem 1rem; - font-family: var(--font-sans); - font-weight: 500; - font-size: 1rem; - margin-top: 0.5rem; -} - -.get-involved__submit:hover { - background: var(--color-slate); -} - @media (max-width: 768px) { .testimonials { --testimonials-card-height: 320px; @@ -1250,12 +1122,6 @@ function projectCardStyle(project: Project): string { .journey__cards { grid-template-columns: 1fr; } - - .get-involved__card { - grid-template-columns: 1fr; - padding: 2rem; - gap: 2rem; - } } @media (max-width: 480px) {