diff --git a/src/app/board-of-directors/page.tsx b/src/app/board-of-directors/page.tsx new file mode 100644 index 0000000..d5aabd1 --- /dev/null +++ b/src/app/board-of-directors/page.tsx @@ -0,0 +1,124 @@ + +import { type Metadata } from 'next' +import Link from 'next/link' +import clsx from 'clsx' + +import { Container } from '@/components/Container' +import { UserPlusIcon, GiftIcon, EnvelopeIcon } from '@heroicons/react/24/solid' +import { TableCell, TableHeading, TableLeftHeading } from '@/components/Table' + +function SocialLink({ + className, + href, + children, + icon: Icon, +}: { + className?: string + href: string + icon: React.ComponentType<{ className?: string }> + children: React.ReactNode +}) { + return ( +
  • + + + {children} + +
  • + ) +} + +export const metadata: Metadata = { + title: 'West Sound Community Club - Board of Directory', + description: + 'The West Sound Community Club on Orcas Island.', +} + + +export default function Club() { + return ( + +
    +
    +

    + The Board of Directors +

    +
    +

    + Elections for the Board of Directors are held annually at the October member meeting and potluck. +

    + +

    + If you are interested in being one the ballot at the upcoming + election, please + + contact the board + . +

    +
    + +
    +
    + + + + + Position + + + + + Lisa Pedersen + President + + + Betsy Wareham + Vice President + + + Tony Grosinger + Secretary + + + Temporarily performed by Secretary + Treasurer + + + Mark Gasser + Director + + + Leslie Brown + Director + + +
    Name
    +
    +
    +
    +
    +
      + + contact@westsoundhall.org + + + board@westsoundhall.org + +
    +
    +
    +
    + ) +} diff --git a/src/app/club/page.tsx b/src/app/club/page.tsx index 09d8a8d..15580ae 100644 --- a/src/app/club/page.tsx +++ b/src/app/club/page.tsx @@ -5,7 +5,7 @@ import Link from 'next/link' import clsx from 'clsx' import { Container } from '@/components/Container' -import { UserPlusIcon, GiftIcon, EnvelopeIcon } from '@heroicons/react/24/solid' +import { UserPlusIcon, GiftIcon, EnvelopeIcon, UserGroupIcon } from '@heroicons/react/24/solid' import interiorEmptyImage from '@/images/photos/interior-empty.jpg' import { ClubPayment } from './payment'; @@ -98,6 +98,9 @@ export default function Club() { > contact@westsoundhall.org + + Board of Directors +