1 Commits

Author SHA1 Message Date
f342b0fa25 Add blog post about 2024-10-20 potluck
All checks were successful
Build Production Image / Build Production Image (push) Successful in 1m22s
2024-10-26 19:10:48 -07:00
3 changed files with 44 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 KiB

View File

@ -0,0 +1,44 @@
import { ArticleLayout } from '@/components/ArticleLayout'
import {MdxImage as Image } from '@/components/MdxImage'
import wallUpper from './N_Wall_Upper.jpg'
import wallLower from './N_Wall_Lower.jpg'
export const article = {
author: 'Tony Grosinger',
date: '2024-10-20',
title: 'Election and Building Repairs',
description: "Board of director elections took place, as well as some updates on building maintenance.",
}
export const metadata = {
title: article.title,
description: article.description,
}
export default (props) => <ArticleLayout article={article} {...props} />
At the October potluck we accepted votes for the 2024-2025 Board of Directors. Between those present and votes emailed prior to the potluck, we had enough participants to make a quorum and approve the slate.
There are also several new updates related to hall maintenance. First, repairs to the north wall ar under way! This maintenance work was made possible by generous donations during the Spring Give Orcas campaign where we raised $10,000.
<div className="not-prose flex flex-col items-center">
<Image src={wallUpper} alt="Repairs to the upper portion of the north wall." />
<span className="mt-2 text-sm text-zinc-400">
Repairs to the upper portion of the north wall.
</span>
</div>
<div className="not-prose flex flex-col items-center">
<Image src={wallLower} alt="Repairs to the lower portion of the north wall." />
<span className="mt-2 text-sm text-zinc-400">
Repairs to the lower portion of the north wall.
</span>
</div>
By the end of the month this wall should have brand new siding that will keep out the rain and breeze.
We also learned this month that our well water is not potable. After working with multiple experts and performing several rounds of chlorination treatment of the well and storage tanks, it has been determined that the best route forward is likely to abandon this water system and to move towards joining West Sound Water Association.
There is still lots of discussion and planning necessary before we can even break ground on making the hook up, but every party is working very hard to restore drinkable water to the hall as soon as possible!