Added some content to about and changed some css
Added information about college Changed some style for social section and card img
This commit is contained in:
parent
777f451969
commit
8dcd9a6ed2
|
|
@ -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.
|
JSX is a part of react which makes it easy to design websites directly in javascript code.
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
<Card title="Camerin Figueroa" image={"/img/profile.webp"}>
|
<Card title="College Experience" image="https://upload.wikimedia.org/wikipedia/en/thumb/4/4b/Marist_College_Seal_-_Vector.svg/1200px-Marist_College_Seal_-_Vector.svg.png">
|
||||||
I am a computer science student at Marist College in Poughkeepsie, NY. I'm closing in on my Bachelors Degree in Computer Science.
|
Throughout my college experience I've been able to improve my understanding of how computers work and how to design different software.
|
||||||
I went to Orange County Community College for my Associates Degree in Computer Science. You can find a few of my projects on my
|
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
|
||||||
<a href="https://github.com/RaspberryProgramming" target="_blank" rel="noreferrer"> Github</a> or look through a list in the
|
Bachelors degree in computer science at Marist College in Poughkeepsie. Throughout my college experience I've been able to work with others in
|
||||||
<Link to="/github"> Github Page</Link>. You can email me at <a href="mailto:cam@camscode.com">cam@camscode.com</a>
|
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.
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
|
<Card title="Camerin Figueroa" image={"/img/profile.webp"}>
|
||||||
|
You can find a few of my projects on my
|
||||||
|
<a href="https://github.com/RaspberryProgramming" target="_blank" rel="noreferrer"> Github</a> or look through a list of projects on this website
|
||||||
|
at the <Link to="/github"> Github Page</Link>. You can email me at <a href="mailto:cam@camscode.com">cam@camscode.com</a>. You can also find more
|
||||||
|
social media below, just click the image and it'll bring you to the selected website.
|
||||||
|
</Card>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div className="social">
|
<div className="social">
|
||||||
|
|
||||||
<div className="title">
|
<div className="title">
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
display:flex;
|
display:flex;
|
||||||
flex-direction:row;
|
flex-direction:row;
|
||||||
align-content:center;
|
align-content:center;
|
||||||
justify-content:center;
|
justify-content:flex-start;
|
||||||
align-items:center;
|
align-items:center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
width:85vw;
|
width:85vw;
|
||||||
|
|
|
||||||
|
|
@ -29,9 +29,11 @@
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
border-color: #A5B2A4;
|
border-color: #A5B2A4;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
padding: 2px;
|
||||||
height: 10rem;
|
height: 10rem;
|
||||||
width: 10rem;
|
width: 10rem;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
background-color: #FAFAFF
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue