From 4022135f727d7c3518a4f141eacb670f2a83ec15 Mon Sep 17 00:00:00 2001 From: RaspberryProgramming Date: Mon, 4 Oct 2021 17:13:53 -0400 Subject: [PATCH] Added new topic and change backgrounds to topics --- src/components/Intro.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/components/Intro.js b/src/components/Intro.js index c84f08c..84696e5 100644 --- a/src/components/Intro.js +++ b/src/components/Intro.js @@ -122,12 +122,20 @@ class Intro extends React.Component { // Topics to display in intro topics = [ + +
+ This website helps you access the projects that I've worked on. You can navigate + at the top to different locations in the site. Within you can find information about me, + my github repositories, and some youtube videos I've posted. This website is coded with + React/Redux and hosted over Vercel. You can email me at camerin@camsprojects.online. +
+
, Marist.edu , - + , - + Explore Cam's Projects ];