From b502ad2393f5682df5ed5ee9dbcf414e2fa20bc1 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Mon, 10 Aug 2026 22:42:25 +0300 Subject: [PATCH 1/4] test community destination links --- nix/tests/module.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nix/tests/module.nix b/nix/tests/module.nix index 5561d17..1a53a53 100644 --- a/nix/tests/module.nix +++ b/nix/tests/module.nix @@ -72,5 +72,14 @@ pkgs.runCommand "tide-module-test" { } '' ${pkgs.gnugrep}/bin/grep -F \ "https://discourse.torahimderecheretz.com" \ ${landingPage}/index.html + ${pkgs.gnugrep}/bin/grep -F \ + "https://torah-im-derech-eretz.blogspot.com/" \ + ${landingPage}/index.html + ${pkgs.gnugrep}/bin/grep -F \ + "https://tide613.substack.com/" \ + ${landingPage}/index.html + ${pkgs.gnugrep}/bin/grep -F \ + "https://chat.whatsapp.com/FLdSwkdiChA9wvXxooUV9K" \ + ${landingPage}/index.html touch "$out" '' From e6ccc7ebe1e2dfa3554229d715ddb0acc037c1e3 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Mon, 10 Aug 2026 22:45:01 +0300 Subject: [PATCH 2/4] add community destination links --- site/index.html | 74 ++++++++++++++++++++++++++++++++++----------- site/styles.css | 80 ++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 123 insertions(+), 31 deletions(-) diff --git a/site/index.html b/site/index.html index 8e70e5f..2dae02c 100644 --- a/site/index.html +++ b/site/index.html @@ -77,10 +77,10 @@ - Join the Forum - + Connect + @@ -100,10 +100,10 @@ diff --git a/site/styles.css b/site/styles.css index 33b13f6..8091b09 100644 --- a/site/styles.css +++ b/site/styles.css @@ -159,12 +159,16 @@ cite { .site-header__inner { display: grid; - grid-template-columns: auto 1fr auto; + grid-template-columns: auto 1fr; align-items: center; min-height: 5.25rem; gap: 2rem; } +.site-nav { + justify-self: end; +} + .brand { display: inline-flex; align-items: center; @@ -256,15 +260,6 @@ cite { transform: translateY(-2px); } -.button--small { - min-height: 2.8rem; - padding: 0.7rem 1rem; - background: var(--color-forest); - color: var(--color-white); - font-size: 0.88rem; -} - -.button--small:hover, .button--primary:hover { background: var(--color-forest-dark); } @@ -760,7 +755,7 @@ cite { @media (max-width: 56rem) { .site-header__inner { - grid-template-columns: 1fr auto; + grid-template-columns: 1fr; padding-top: 0.75rem; gap: 0.6rem 1.25rem; } @@ -768,6 +763,7 @@ cite { .site-nav { grid-column: 1 / -1; grid-row: 2; + justify-self: stretch; border-top: 1px solid rgb(25 39 33 / 10%); } @@ -834,12 +830,6 @@ cite { font-size: 0.78rem; } - .button--small { - min-height: 2.5rem; - padding: 0.65rem 0.8rem; - font-size: 0.78rem; - } - .site-nav a { font-size: 0.78rem; }