From 2628a75631fe47c2de4bb08af56becd0ae1501b7 Mon Sep 17 00:00:00 2001 From: Adam Greene Date: Fri, 5 Jul 2024 09:14:37 -0700 Subject: [PATCH] testing tables out --- src/_data/levy_2024.yml | 13 ++++++++++--- src/_includes/base.njk | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/_data/levy_2024.yml b/src/_data/levy_2024.yml index 0b193329..85b13daa 100644 --- a/src/_data/levy_2024.yml +++ b/src/_data/levy_2024.yml @@ -14,7 +14,7 @@ documents: - file: fire-dist-3-levy-history.pdf title: Levy History body: > - * [Intro](#intro) + * [Intro](#intro) * [What’s on my election ballot?](#on_ballet) @@ -34,7 +34,7 @@ body: > - ### Intro + ### Intro San Juan County Fire Protection District No.3 is the only all-hazards emergency services provider protecting San Juan Island including Roche Harbor and Friday Harbor, and surrounding inhabited islands including; Brown Island, Dinner Island, Henry Island, Pearl Island, Stuart Island, Johns Island, Cactus Island, Spieden Island, and O’Neil Island. Under current service deployment strategies, the fire district will respond to about five hundred emergencies this year, which constitutes about a 120% increase in emergency calls compared to 2004. @@ -147,13 +147,20 @@ body: > If approved by voters, the levy lid lift will restore the regular fire levy to $0.70 per $1,000 assessed value which would be approximately an additional $0.40 per $1,000 assessed value compared to the 2023 assessment. This equates to approximately $25 more per month for the owner of a $750,000 home. +| Month | Savings | +| -------- | ------- | +| January | $250 | +| February | $80 | +| March | $420 | + + | Assessed Home Value | 2024 Levy Amount ($0.30 per $1,000 AV) | 2025 Levy Request ($0.70 per $1,000 AV) | Monthly Difference | - | ----------------------- | ----------- | ------- | --------- | + | ----------------------- | ----------- | ------- | --------- | | Home valued at $400,000 | $120 | $280 | $13.33 | diff --git a/src/_includes/base.njk b/src/_includes/base.njk index 4b048131..1b2def6a 100644 --- a/src/_includes/base.njk +++ b/src/_includes/base.njk @@ -51,7 +51,7 @@ {% endif %} -
+
{% block content %} {{ content | safe }}