{[{original: img1,
description: "Me, chilling"
@@ -59,18 +62,23 @@ export default function AboutMe(){
},
{
original: img4,
- description:"at RIT"
+ description:"Competing at a Hagerstown VEX competition"
},
{
original: img5,
- description: "Competing at a Hagerstown VEX competition"
+ description: "We the People Civics Competition District Champions"
},
{
original: img6,
- description: "We The People State Champions"
+ description: "We The People State Civics Competition Champions"
+ },
+ {
+ original: img7,
+ description: "what it looks like to compete in We the People Nationals, circa 2020"
}]}
- >
+
+
)
}
\ No newline at end of file
diff --git a/src/pages/Home.js b/src/pages/Home.js
index af98dc8..b288bdd 100644
--- a/src/pages/Home.js
+++ b/src/pages/Home.js
@@ -1,14 +1,13 @@
import React from 'react';
-import MyCarousel from '../componets/Carousel'
export default function Home() {
return (
- <>
+
Andrew Simonson
-
The person who can do things good
+
Computer Science student at Rochester Institute of Technology
- >
+
)
}
\ No newline at end of file
diff --git a/src/pages/Projects.js b/src/pages/Projects.js
index bcd3159..35d15e7 100644
--- a/src/pages/Projects.js
+++ b/src/pages/Projects.js
@@ -4,7 +4,7 @@ import github from '../assets/github.svg'
export default function Projects(){
return(
- <>
+
Projects
Project status is indicated by the color of the project card: ⬤ - Complete
@@ -40,6 +40,6 @@ export default function Projects(){
A C++ keylogger for windows based off a udemy course with my custom modifications and powershell script.
- >
+