From 7acf8502dc4e4e6d609bb845e57a3eb9e79990f8 Mon Sep 17 00:00:00 2001 From: Emi Griffith Date: Thu, 16 Jul 2026 16:41:24 -0700 Subject: [PATCH] Add an Alerts page to the nav with a "what are alerts" explainer (#153) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Put Alerts in the main navigation (after Climate) across the interactive pages and the SEO/climate pages, so it's a discoverable entry point rather than only the header bell. The bell stays; this is an additional way in. The signed-out /alerts gate now leads with a clear "What are weather alerts?" explainer — what they do, how the percentile threshold works, and an example — above the sign-in / create-account button, so visitors understand the feature before signing in. The extra nav item pushed the inline header past ~800px into a horizontal scrollbar; trim the tab padding in the 641–1000px band so the row fits again (phones already collapse into the hamburger). --- templates/base.html.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html.j2 b/templates/base.html.j2 index ae65e09..ca489ed 100644 --- a/templates/base.html.j2 +++ b/templates/base.html.j2 @@ -41,6 +41,7 @@ Day Detail Compare Climate + Alerts