diff --git a/src/components/Intro.js b/src/components/Intro.js index 0ee38fc..e392a5a 100644 --- a/src/components/Intro.js +++ b/src/components/Intro.js @@ -133,7 +133,7 @@ class Intro extends React.Component { // Topics to display in intro // DISCLAIMER: Please add content to the topic or bugs may occur... 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, @@ -141,17 +141,12 @@ class Intro extends React.Component { React/Redux and hosted over Vercel. You can email me at cam@camscode.com.
, - - Field of Study: Computer Science - ... - College: Marist.edu - , View a list of projects I've done right on this website. You can easily direct to github where you can see the project code itself. , - - Explore Cam's Projects + + Explore Cam's Projects ]; diff --git a/src/components/subcomponents/Topic.js b/src/components/subcomponents/Topic.js index a72e0af..926242a 100644 --- a/src/components/subcomponents/Topic.js +++ b/src/components/subcomponents/Topic.js @@ -11,8 +11,10 @@ const Card = (props) => { * background - a url to the background image * */ + return ( -
@@ -22,7 +24,7 @@ const Card = (props) => { {props.children}
- + ); };