diff --git a/public/assets/codePdx/tenant-first-aid-logo-light.svg b/public/assets/codePdx/tenant-first-aid-logo-light.svg new file mode 100644 index 0000000..de2eeb2 --- /dev/null +++ b/public/assets/codePdx/tenant-first-aid-logo-light.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/public/assets/codePdx/tenant-first-aid-logo.svg b/public/assets/codePdx/tenant-first-aid-logo.svg new file mode 100644 index 0000000..89c1ec3 --- /dev/null +++ b/public/assets/codePdx/tenant-first-aid-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/partnerLogos/backgroundBlobs/blob13.webp b/public/assets/partnerLogos/backgroundBlobs/blob13.webp new file mode 100644 index 0000000..c1fee7a Binary files /dev/null and b/public/assets/partnerLogos/backgroundBlobs/blob13.webp differ diff --git a/src/components/projects/projectsList.jsx b/src/components/projects/projectsList.jsx index b475fc1..e3a0531 100644 --- a/src/components/projects/projectsList.jsx +++ b/src/components/projects/projectsList.jsx @@ -2,6 +2,39 @@ import { FaEarthAmericas, FaGithub } from 'react-icons/fa6'; const projectsList = [ + { + index: 4, + title: 'Tenant First Aid', + description: + `Tenant First Aid is an AI-powered chatbot designed to help tenants navigate rental issues, answer questions, and provide legal advice related to housing and eviction. Users may utilize Tenant First Aid's 24/7 chat support to get immediate assistance and guidance with regards to tenant rights and landlord obligations.`, + status: 'Live', + logo: '/assets/codePdx/tenant-first-aid-logo-light.svg', + lightLogo: '/assets/codePdx/tenant-first-aid-logo.svg', + links: [ + { + href: 'https://github.com/codeforpdx/tenantfirstaid', + icon: + }, + { + href: 'https://tenantfirstaid.com/', + icon: + } + ], + techStack: [ + 'TypeScript', + 'React', + 'NPM', + 'Flask', + 'Python', + 'Pytest', + 'Valkey', + 'Tailwind CSS', + 'Gemini', + 'ESLint', + 'Makefile', + 'Docker' + ] + }, { index: 1, title: 'RecordSponge', @@ -72,4 +105,4 @@ const projectsList = [ } ]; -export default projectsList; +export default projectsList; \ No newline at end of file diff --git a/src/theme.js b/src/theme.js index 1cbcee9..7024067 100644 --- a/src/theme.js +++ b/src/theme.js @@ -6,7 +6,7 @@ const getTheme = (mode) => palette: { mode, primary: { - main: mode === 'dark' ? '#1D1B20' : '#56B6A1', + main: mode === 'dark' ? '#56B6A1' : '#56B6A1', contrastText: mode === 'dark' ? '#fff' : '#1D1B20', starkContrast: mode === 'dark' ? '#fff' : '#000', invertContrast: mode === 'dark' ? '#000' : '#fff',