diff --git a/src/components/About/About.js b/src/components/About/About.js index 75ae4b7..ab76c8b 100644 --- a/src/components/About/About.js +++ b/src/components/About/About.js @@ -16,7 +16,7 @@ const About = () => { Hello! 👋 My name is Rachel Soae Prather. I'm a Korean-American Software Engineer and Web Developer located outside Portland, Oregon.

- My mission is to Build Technology that Builds Community. In service of that mission, I work and volunteer with ethical organizations whose missions I strongly believe in. I am currently associated with Rita XYZ, Lesbians Who Tech & Allies, Out In Tech, Girls Who Code, and PDXWIT. + My mission is to build technology that builds community. In service of that mission, I work and volunteer with ethical organizations whose missions I strongly believe in. I am currently associated with Rita XYZ, PDX Women In Tech, Girls Who Code, Out In Tech, and Lesbians Who Tech & Allies.

In my downtime, I can be found eating kimchi, searching for the best honey at the farmer's market, and making music with friends. diff --git a/src/components/Contact/Contact.js b/src/components/Contact/Contact.js index c3a2d98..7f11573 100644 --- a/src/components/Contact/Contact.js +++ b/src/components/Contact/Contact.js @@ -12,10 +12,10 @@ const Contact = () => {

- + LinkedIn - + GitHub
diff --git a/src/components/Footer/Footer.js b/src/components/Footer/Footer.js index 6c74f12..78b67f9 100644 --- a/src/components/Footer/Footer.js +++ b/src/components/Footer/Footer.js @@ -7,10 +7,10 @@ const Footer = () => { return (
- + LinkedIn - + GitHub
diff --git a/src/components/Project/Project.js b/src/components/Project/Project.js index bdc4986..3ac70a0 100644 --- a/src/components/Project/Project.js +++ b/src/components/Project/Project.js @@ -64,22 +64,22 @@ const Project = ({project}) => { {name === 'Humor Me' ?
- + - + - +
:
- + - +
diff --git a/src/components/TopNav/TopNav.js b/src/components/TopNav/TopNav.js index a001c88..d0c9a5d 100644 --- a/src/components/TopNav/TopNav.js +++ b/src/components/TopNav/TopNav.js @@ -3,10 +3,10 @@ import {Link} from 'react-router-dom'; const TopNav = () => { return ( <> - Home - About - Portfolio - + {window.scroll(0, 0)}}>Home + {window.scroll(0, 0)}}>About + {window.scroll(0, 0)}}>Portfolio + {window.scroll(0, 0)}}>