From 8dcd9a6ed2602abd198a7e3229413454fe83bba7 Mon Sep 17 00:00:00 2001 From: Camerin Date: Sun, 31 Oct 2021 18:33:55 -0400 Subject: [PATCH] Added some content to about and changed some css Added information about college Changed some style for social section and card img --- src/components/About.js | 20 +++++++++++++++----- src/components/css/About.css | 2 +- src/components/css/Card.css | 2 ++ 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/src/components/About.js b/src/components/About.js index cdcde04..d7f36a0 100644 --- a/src/components/About.js +++ b/src/components/About.js @@ -27,13 +27,23 @@ class About extends React.Component { JSX is a part of react which makes it easy to design websites directly in javascript code. - - I am a computer science student at Marist College in Poughkeepsie, NY. I'm closing in on my Bachelors Degree in Computer Science. - I went to Orange County Community College for my Associates Degree in Computer Science. You can find a few of my projects on my - Github or look through a list in the - Github Page. You can email me at cam@camscode.com + + Throughout my college experience I've been able to improve my understanding of how computers work and how to design different software. + I have completed my A.S. degree from Orange County Community College in Computer Science. In the past 2 years I've been working towards my + Bachelors degree in computer science at Marist College in Poughkeepsie. Throughout my college experience I've been able to work with others in + teams and I am currently as of the Fall 2021 Semester been working on a team for a Capstone Project which I can hopefully list on this website + at the end of this semester. + + You can find a few of my projects on my + Github or look through a list of projects on this website + at the Github Page. You can email me at cam@camscode.com. You can also find more + social media below, just click the image and it'll bring you to the selected website. + + + +
diff --git a/src/components/css/About.css b/src/components/css/About.css index f0b0513..8914400 100644 --- a/src/components/css/About.css +++ b/src/components/css/About.css @@ -31,7 +31,7 @@ display:flex; flex-direction:row; align-content:center; - justify-content:center; + justify-content:flex-start; align-items:center; flex-wrap: wrap; width:85vw; diff --git a/src/components/css/Card.css b/src/components/css/Card.css index b097ea8..e2c6290 100644 --- a/src/components/css/Card.css +++ b/src/components/css/Card.css @@ -29,9 +29,11 @@ border-width: 2px; border-color: #A5B2A4; border-radius: 5px; + padding: 2px; height: 10rem; width: 10rem; margin: auto; + background-color: #FAFAFF } @media only screen and (max-width: 600px) {