Update board members after election - Rita President, Skyla VP, Tessa Secretary, Aubz Treasurer

This commit is contained in:
TheMaddax 2025-09-16 13:45:34 -06:00
parent c0e920f147
commit 620de877bd
2 changed files with 15 additions and 22 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

View file

@ -11,40 +11,33 @@ interface BoardMember {
}
const boardMembers: BoardMember[] = [
{
name: "Eliza Kragh",
position: "President",
email: "eliza.kragh@deafmissoula.org",
image: "/headshots/eliza.jpg",
bio: "Eliza Kragh is a devoted advocate for Deaf rights and a passionate outdoor enthusiast. When she's not paddling through serene lakes or hiking through untamed wilderness with her trusty sidekick Khaja, you can find Eliza pushing the boundaries of inclusivity and accessibility. Her dry wit and introspective nature often catch people off guard, but one thing is clear: Eliza leads by example, inspiring others to stand up for what's right. With a heart full of conviction and a spirit that refuses to be invisible, she's a true champion of Deaf excellence."
},
{
name: "Rita Brandborg",
position: "Vice President",
position: "President",
email: "rita.brandborg@deafmissoula.org",
image: "/headshots/rita.jpg",
bio: "Meet Rita Brandborg, the proud mom of two tiny tornados (Levi and Josie) who keep her on her toes! When she's not wrangling her mini-me's or teaching Sign 102 at the University of Montana, you can find Rita snapping photos with her trusty camera or reeling in the big ones fly fishing. This Deaf momma is all about spreading joy, love, and a little bit of chaos wherever she goes! With a heart full of laughter and a mind full of stories, Rita is living life to the fullest - and loving every minute of it!"
},
{
name: "Aubz M",
position: "Secretary",
email: "aubz.m@deafmissoula.org",
image: "/headshots/aubz.jpg",
bio: "Aubz M is a shining star at the local veterinary hospital, where they're paving their way to become a certified vet tech. This animal whisperer's heart beats for creatures great and small, but it also swells with love for self-care and coziness. When they're not snuggling Kanga (their adorable pup), Aubz can be found soaking up wellness vibes or cracking jokes that'll leave you giggling. With a quick wit and thoughtful spirit, this Deaf rockstar is spreading kindness and compassion wherever they go!"
},
{
name: "Kevin Cooley",
position: "Treasurer",
email: "kevin.cooley@deafmissoula.org",
image: "/headshots/kevin.jpg",
bio: "Kevin Cooley is a force to be reckoned with in the Deaf community. When he's not digging up dirt (literally) as an excavator operator, you can find him reeling in trout or decorating his pad with skulls (because why not?). Halloween? The holiday of all holidays! Kevin loves living life on his own terms and making those around him smile. With a heart of gold and a mind sharp enough to cut through any situation, he's the kind of friend who'll be there for you no matter what."
name: "Skyla Wilson",
position: "Vice President",
email: "skyla.wilson@deafmissoula.org",
image: "/headshots/skyla.jpg",
bio: "Skyla Wilson brings fresh energy and perspective to the MCDI board as Vice President. With a commitment to advancing Deaf community initiatives and fostering inclusive environments, Skyla is dedicated to supporting the organization's mission and helping create meaningful connections within the community."
},
{
name: "Tessa Williams",
position: "Event Coordinator",
position: "Secretary",
email: "tessa.williams@deafmissoula.org",
image: "/headshots/tessa.jpg",
bio: "Meet Tessa Williams, the sparkplug of the University of Montana Social Worker's program. By day, she's a social work student with a heart of gold; by night, she's a sass-spewing machine who can take down anyone with her quick wit and sharp humor. When she's not advocating for Deaf rights or making her friends laugh, Tessa can be found sipping on a matcha latte with honey (her happy place). Don't mess with this tiny firecracker - she's got love for all, except maybe for those who can't keep up with her sass."
},
{
name: "Aubz M",
position: "Treasurer",
email: "aubz.m@deafmissoula.org",
image: "/headshots/aubz.jpg",
bio: "Aubz M is a shining star at the local veterinary hospital, where they're paving their way to become a certified vet tech. This animal whisperer's heart beats for creatures great and small, but it also swells with love for self-care and coziness. When they're not snuggling Kanga (their adorable pup), Aubz can be found soaking up wellness vibes or cracking jokes that'll leave you giggling. With a quick wit and thoughtful spirit, this Deaf rockstar is spreading kindness and compassion wherever they go!"
}
];
@ -270,4 +263,4 @@ const BoardMemberCard: React.FC<{
</motion.div>
);
export default MeetBoard;
export default MeetBoard;