;
}
diff --git a/src/pages/AboutMe.js b/src/pages/AboutMe.js
index 67b978f..0550167 100644
--- a/src/pages/AboutMe.js
+++ b/src/pages/AboutMe.js
@@ -5,6 +5,7 @@ import ChessBed from "../componets/ChessBed.js";
import Skills from "../componets/Skills";
import Timeline from '../componets/Timeline';
import TimeItem from "../componets/TimeItem.js";
+import { toggle } from "../scripts/checkbox";
// import img1 from '../assets/photos/itsa_me.JPG'
// import img2 from '../assets/photos/me_robot.jpeg'
// import img3 from "../assets/photos/AcademicTeam.jpg";
@@ -134,9 +135,32 @@ export default function AboutMe() {
*/}
-
- Bottomtext
-
+
+
+
+
+
+
+
+
+
+
+
+
+ Bottomtext
+
diff --git a/src/pages/Projects.js b/src/pages/Projects.js
index 1897832..f420d7f 100644
--- a/src/pages/Projects.js
+++ b/src/pages/Projects.js
@@ -15,7 +15,7 @@ import vexbutt from "../assets/photos/vexcodeButtons.jpeg";
export default function Projects() {
return (
-
+
toggle('')}>
Projects
@@ -29,28 +29,34 @@ export default function Projects() {
+
- Pinned
+
+
- Programming
-
+
+
- Geospacial
+
- Collects RIT Gym Occupancy data for analysis, determining busiest
+ Collects RIT Gym Occupancy data, determining busiest workout
times.
-
+
A tampermonkey tool used to automatically answer and submit online
trivia forms, which can be tailored to different site layouts.
@@ -176,6 +186,7 @@ export default function Projects() {
div");
for (let i = 0; i < list.length; i++) {
- list[i].classList.add("hidden");
+ list[i].classList.add("hidden" + dir);
for (let x = 0; x < list[i].classList.length; x++) {
if (allow.includes(list[i].classList[x])) {
- list[i].classList.remove("hidden");
+ list[i].classList.remove("hidden" + dir);
break;
}
}