Compare commits
2 Commits
55aa6af239
...
e420bb7ca2
Author | SHA1 | Date | |
---|---|---|---|
e420bb7ca2 | |||
41f688fd84 |
@ -8,7 +8,7 @@ export const article = {
|
||||
author: 'Tony Grosinger',
|
||||
date: '2024-02-17',
|
||||
title: 'February 2024 Potluck',
|
||||
description: "The second potluck of the year, with a slidshow of Orcas history from John Wachter.",
|
||||
description: "The second potluck of the year, with a slideshow of Orcas history from John Wachter.",
|
||||
}
|
||||
|
||||
|
||||
|
BIN
src/app/news/2024-09-21-potluck/Land_Bank_Presentation.jpg
Normal file
BIN
src/app/news/2024-09-21-potluck/Land_Bank_Presentation.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 MiB |
54
src/app/news/2024-09-21-potluck/page.mdx
Normal file
54
src/app/news/2024-09-21-potluck/page.mdx
Normal file
@ -0,0 +1,54 @@
|
||||
import { ArticleLayout } from '@/components/ArticleLayout'
|
||||
import {MdxImage as Image } from '@/components/MdxImage'
|
||||
import landBankPresentation from './Land_Bank_Presentation.jpg'
|
||||
|
||||
export const article = {
|
||||
author: 'Tony Grosinger',
|
||||
date: '2024-09-21',
|
||||
title: 'September 2024 Potluck',
|
||||
description: "Our first potluck after the summer break, with Board of Director nominations for the election next month.",
|
||||
}
|
||||
|
||||
|
||||
export const metadata = {
|
||||
title: article.title,
|
||||
description: article.description,
|
||||
}
|
||||
|
||||
export default (props) => <ArticleLayout article={article} {...props} />
|
||||
|
||||
Summer is wrapping up and the monthly potlucks at the West Sound Hall have
|
||||
returned! There are several exciting developments to share with you. Here's a
|
||||
quick update on what was discussed at our recent community potluck:
|
||||
|
||||
In October, a contractor will be repairing the north end of the hall using the
|
||||
funds we raised earlier this year with Give Orcas.
|
||||
|
||||
Also in October, we will be electing the new Board of Directors. Our nominating
|
||||
committee - Cathy and Grant - have announced the slate of candidates. This
|
||||
year's nominees are:
|
||||
|
||||
- Lisa Pedersen for President
|
||||
- Betsy Wareham for Vice President
|
||||
- Beth Gasser for Secretary
|
||||
- Tony Grosinger for Treasurer
|
||||
- Leslie Brown for Director 1
|
||||
- Linn Hulley for Director 2
|
||||
|
||||
No additional nominations were made from the floor during the meeting. We
|
||||
encourage all members to join us at the October 19th potluck to vote for the
|
||||
new board.
|
||||
|
||||
<div className="not-prose flex flex-col items-center">
|
||||
<Image src={landBankPresentation} alt="Lincoln Bormann from the SJC Land Bank presenting at the potluck." />
|
||||
<span className="mt-2 text-sm text-zinc-400">
|
||||
Lincoln Bormann from the SJC Land Bank presenting at the potluck.
|
||||
</span>
|
||||
</div>
|
||||
|
||||
After the potluck dinner, Lincoln Bormann and Brian Wiese from the San Juan
|
||||
County Land Bank gave a presentation outlining the work they do, how they make
|
||||
decisions about what land to acquire, and provided updates for newly opening
|
||||
parks. The Land Bank will be up for election this fall and you can learn more
|
||||
on their website - https://sjclandbank.org.
|
||||
|
Loading…
Reference in New Issue
Block a user