Compare commits
No commits in common. "e420bb7ca2ce1725a8cf0ff7630aceeae33c1d24" and "55aa6af23996fc011b41ee4125b19df52575a3f5" have entirely different histories.
e420bb7ca2
...
55aa6af239
@ -8,7 +8,7 @@ export const article = {
|
|||||||
author: 'Tony Grosinger',
|
author: 'Tony Grosinger',
|
||||||
date: '2024-02-17',
|
date: '2024-02-17',
|
||||||
title: 'February 2024 Potluck',
|
title: 'February 2024 Potluck',
|
||||||
description: "The second potluck of the year, with a slideshow of Orcas history from John Wachter.",
|
description: "The second potluck of the year, with a slidshow of Orcas history from John Wachter.",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 4.2 MiB |
@ -1,54 +0,0 @@
|
|||||||
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