Update club and rental pages

Add forms and update text
This commit is contained in:
Tony Grosinger 2023-12-15 18:33:37 -08:00
parent a9437816e1
commit 9a32b8dfc0
5 changed files with 24 additions and 10 deletions

Binary file not shown.

BIN
public/WSCC-Hall-Rental-QA.pdf Executable file

Binary file not shown.

BIN
public/WSCC-Membership-Form.pdf Executable file

Binary file not shown.

View File

@ -59,20 +59,34 @@ export default function Club() {
</h1> </h1>
<div className="mt-6 space-y-7 text-base text-zinc-600 dark:text-zinc-400"> <div className="mt-6 space-y-7 text-base text-zinc-600 dark:text-zinc-400">
<p> <p>
The West Sound Community Club, a nonprofit, tax-exempt corporation The West Sound Community Club is a group of neighbors and friends
under Section 501(c)3 of the Internal Revenue Code, owns and manages living in the West Sound area. Together we steward the West Sound
the Hall. The Club sponsors monthly community potlucks at the Hall Hall, and gather monthly for potlucks and other community events.
from September through May. </p>
<p>
Members of the West Sound community, past and present, have
invested time, money, and talent in creating a true old-fashioned
community center. For over one hundred years, the hall has
provided continuity for the residents and guests of the West Sound
community. The current residents continue the commitment to
maintain this unique gathering place out of care and respect for
past and future generations.
</p>
<p>
The West Sound Community Club is a nonprofit, tax-exempt corporation
under Section 501(c)3 of the Internal Revenue Code.
</p> </p>
</div> </div>
</div> </div>
<div className="lg:pl-20"> <div className="lg:pl-20">
<ul role="list"> <ul role="list">
<SocialLink href="#" icon={UserPlusIcon}> <SocialLink href="/WSCC-Membership-Form.pdf" icon={UserPlusIcon}>
Membership Form Membership Form
</SocialLink> </SocialLink>
<SocialLink href="#" icon={GiftIcon} className="mt-4"> <SocialLink href="#" icon={GiftIcon} className="mt-4">
Donations Donations (Coming soon)
</SocialLink> </SocialLink>
<SocialLink <SocialLink
href="mailto:contact@westsoundhall.org" href="mailto:contact@westsoundhall.org"

View File

@ -5,7 +5,7 @@ import clsx from 'clsx'
import { Container } from '@/components/Container' import { Container } from '@/components/Container'
import exteriorFront from '@/images/photos/exterior-front.png' import exteriorFront from '@/images/photos/exterior-front.png'
import { EnvelopeIcon, HomeIcon, QuestionMarkCircleIcon } from '@heroicons/react/24/solid' import { EnvelopeIcon, PencilSquareIcon, QuestionMarkCircleIcon } from '@heroicons/react/24/solid'
function SocialLink({ function SocialLink({
className, className,
@ -82,10 +82,10 @@ export default function Rental() {
</div> </div>
<div className="order-last sm:order-none lg:pl-20"> <div className="order-last sm:order-none lg:pl-20">
<ul role="list"> <ul role="list">
<SocialLink href="#" icon={HomeIcon}> <SocialLink href="/WSCC-Hall-Rental-Application.pdf" icon={PencilSquareIcon}>
Rental Application Form Rental Application Form
</SocialLink> </SocialLink>
<SocialLink href="#" icon={QuestionMarkCircleIcon} className="mt-4"> <SocialLink href='/WSCC-Hall-Rental-QA.pdf' icon={QuestionMarkCircleIcon} className="mt-4">
Rental Q&A Rental Q&A
</SocialLink> </SocialLink>
<SocialLink <SocialLink
@ -196,7 +196,7 @@ export default function Rental() {
If liquor is to be served, renter is responsible for obtaining the If liquor is to be served, renter is responsible for obtaining the
appropriate license from the appropriate license from the
<Link href="https://lcb.wa.gov/" <Link href="https://lcb.wa.gov/"
target="_blank" className="text-blue-600 visited:text-purple-600 hover:underline" target="_blank" className="pl-1 text-blue-600 visited:text-purple-600 hover:underline"
> >
Washington State Liquor Control Board Washington State Liquor Control Board
</Link>. </Link>.