From 4be325a9d471d82266958e64bdfbee4a16ab8de1 Mon Sep 17 00:00:00 2001 From: Kat Tannehill Date: Tue, 17 Sep 2024 17:51:01 -0600 Subject: [PATCH] Update deploy with style overhaul --- client/src/components/About.js | 2 +- client/src/components/ProjectCard.js | 2 +- client/src/components/ProjectList.js | 4 +- client/src/index.css | 464 --------------------------- client/src/pages/ProjectDetail.js | 10 +- client/src/style/global.css | 35 +- client/src/style/header-footer.css | 5 +- client/src/style/project-card.css | 22 +- 8 files changed, 66 insertions(+), 478 deletions(-) delete mode 100644 client/src/index.css diff --git a/client/src/components/About.js b/client/src/components/About.js index 75fe785..4dd644b 100644 --- a/client/src/components/About.js +++ b/client/src/components/About.js @@ -16,7 +16,7 @@ const About = () => {

Hi, I'm

-

Kat Tannehill

+

Kat Tannehill

Full-stack software artist blending creative vision with React/Flask skills. Crafting intuitive web experiences through purposeful design (and puns).

diff --git a/client/src/components/ProjectCard.js b/client/src/components/ProjectCard.js index a7ad587..c09985a 100644 --- a/client/src/components/ProjectCard.js +++ b/client/src/components/ProjectCard.js @@ -17,7 +17,7 @@ const ProjectCard = ({ proj }) => {

{title}

-

{summary}

+

{summary}