From 90a16fe19d48f66d089892d2624a7f4904ec261c Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Thu, 7 Nov 2024 14:48:07 -0600 Subject: [PATCH] Increase constrast throughout --- client/src/components/EventCard.tsx | 26 +++++++++++----- client/src/components/Header.tsx | 36 +++++++++++----------- client/src/components/Home.tsx | 8 ++--- client/src/components/Meet-Board.tsx | 46 +++++++++++++++++----------- 4 files changed, 69 insertions(+), 47 deletions(-) diff --git a/client/src/components/EventCard.tsx b/client/src/components/EventCard.tsx index 3816622..e16dd8c 100644 --- a/client/src/components/EventCard.tsx +++ b/client/src/components/EventCard.tsx @@ -12,14 +12,26 @@ const EventCard: React.FC = ({ event }) => { return ( -

{event.title}

-

{event.formattedDateRange}

-

{event.description}

-

Address: {event.address}

-

Contact: {event.pointOfContact}

+

{event.title}

+

{event.formattedDateRange}

+

{event.description}

+
+ Address: {event.address} +
+
+ Contact:{' '} + + {event.pointOfContact} + +
); }; -export default EventCard; + +export default EventCard; \ No newline at end of file diff --git a/client/src/components/Header.tsx b/client/src/components/Header.tsx index b19bf9a..d7dcff6 100644 --- a/client/src/components/Header.tsx +++ b/client/src/components/Header.tsx @@ -3,6 +3,12 @@ import { Link } from 'react-router-dom'; import { motion, AnimatePresence } from 'framer-motion'; import Modal from 'react-modal'; +interface NavItemProps { + href: string; + children: React.ReactNode; + onClick?: () => void; +} + const Header: React.FC = () => { const [isMenuOpen, setIsMenuOpen] = useState(false); const [isDonateModalOpen, setIsDonateModalOpen] = useState(false); @@ -20,12 +26,12 @@ const Header: React.FC = () => { }; return ( -
+
MCDi Logo -

Missoula Council of the Deaf, Inc

+

Missoula Council of the Deaf, Inc