From 67ea1079d4dc9d20224a3687a2f328949b6a5c64 Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Wed, 16 Oct 2024 12:16:05 -0600 Subject: [PATCH] update with new headshots --- client/public/headshots/aubz.jpg | 3 +++ client/public/headshots/eliza.jpg | 3 +++ client/public/headshots/kevin.jpg | 3 +++ client/public/headshots/rita.jpg | 3 +++ client/public/headshots/tessa.jpg | 3 +++ client/src/components/Meet-Board.tsx | 10 +++++----- 6 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 client/public/headshots/aubz.jpg create mode 100644 client/public/headshots/eliza.jpg create mode 100644 client/public/headshots/kevin.jpg create mode 100644 client/public/headshots/rita.jpg create mode 100644 client/public/headshots/tessa.jpg diff --git a/client/public/headshots/aubz.jpg b/client/public/headshots/aubz.jpg new file mode 100644 index 0000000..fca620f --- /dev/null +++ b/client/public/headshots/aubz.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7e1c52823336fd983191986820e34192a0ee870ac69146e72dbc18199b38ae +size 122739 diff --git a/client/public/headshots/eliza.jpg b/client/public/headshots/eliza.jpg new file mode 100644 index 0000000..b1224de --- /dev/null +++ b/client/public/headshots/eliza.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3831b2770e08e92a2045809d23dddd17bdde2671ba49002c28b68bc103548716 +size 118150 diff --git a/client/public/headshots/kevin.jpg b/client/public/headshots/kevin.jpg new file mode 100644 index 0000000..3b8ded1 --- /dev/null +++ b/client/public/headshots/kevin.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8342cddc9c950321ae5988e73e886c9131788ab0235a9dd5560972026a157126 +size 157417 diff --git a/client/public/headshots/rita.jpg b/client/public/headshots/rita.jpg new file mode 100644 index 0000000..957ee56 --- /dev/null +++ b/client/public/headshots/rita.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205206eb4bd865d3ce78a8a5fa18d2888b294a0ab2bcd66c8730f969f4c27fd9 +size 167026 diff --git a/client/public/headshots/tessa.jpg b/client/public/headshots/tessa.jpg new file mode 100644 index 0000000..acdd4ed --- /dev/null +++ b/client/public/headshots/tessa.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483c34f0db99d1a4ef3e9224a9296629de7662ead055b51c216a61e6675e0234 +size 159818 diff --git a/client/src/components/Meet-Board.tsx b/client/src/components/Meet-Board.tsx index 5489fea..014fec3 100644 --- a/client/src/components/Meet-Board.tsx +++ b/client/src/components/Meet-Board.tsx @@ -15,35 +15,35 @@ const boardMembers: BoardMember[] = [ name: "Eliza Kragh", position: "President", email: "eliza.kragh@deafmissoula.org", - image: "/headshots/female.png", + 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 silenced, she's a true champion of Deaf excellence." }, { name: "Rita Brandborg", position: "Vice President", email: "rita.brandborg@deafmissoula.org", - image: "/headshots/female.png", + 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/gender-neutral.png", + 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/male.png", + 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: "Tessa Williams", position: "Event Coordinator", email: "tessa.williams@deafmissoula.org", - image: "/headshots/female.png", + 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." } ];