diff --git a/src/App.css b/src/App.css index ebd246c..c2984b0 100644 --- a/src/App.css +++ b/src/App.css @@ -7,6 +7,7 @@ body{ background-image: url('assets/plexus.jpg');/*url('https://i.pinimg.com/originals/d6/c3/ac/d6c3ac09021dbc0cda8ee27837d2c795.png')*/ background-attachment: fixed; background-size: 100% auto; + background-clip: border-box; } *{ font-family: "Roboto Condensed",sans-serif; @@ -23,7 +24,7 @@ h3{ color: #a8a8a8; } p{ - color: #ffffff; + color: rgb(212, 212, 212); font-size: 1rem; } a { @@ -52,6 +53,7 @@ a { } .navBar{ display: block; + border-collapse: collapse; padding-left: 0px; margin: 0px; width: 100%; @@ -75,16 +77,14 @@ a { display: block; } .foreground{ - padding-top:5.5rem; - padding-left: .5rem; - width:100%; + padding-top: 7rem; + padding-left: 8rem; + width: calc(100%-8rem); + height: 100%; background-color: rgb(44,44,44,.5); padding-bottom: 1rem; overflow: hidden; } -.foreground *{ - padding-left: .5rem; -} .foreground p{ line-height: 1.5em; max-width: min(95%, 40rem); @@ -97,17 +97,6 @@ a { max-width: min(40rem,80%); max-height: min(30rem,100%); } -.centerContent{ - margin-top: 10rem; - margin-bottom: 10rem; - margin-left: auto; - margin-right: auto; - max-width: 60rem; -} -#aboutMe{ - float: left; - width: 45%; -} #skills{ float: right; width: 45%; @@ -128,13 +117,11 @@ a { color:rgb(212, 212, 212); } .projectList{ - padding: 0; + padding: 0px; display: block; margin-left:auto; margin-right:auto; - width: 75rem; - background-color: rgba(0, 0, 0, 0.3); - border: solid rgba(156,49,45, .8) .3rem; + width: 100%; text-align: center; } .project{ @@ -142,7 +129,7 @@ a { text-align: left; margin: 1rem; width: 20rem; - height: 20rem; + height: 22rem; border: .3rem rgba(156,49,45, .8) solid; background-color: rgba(22,22,22,.8); } @@ -154,9 +141,6 @@ a { display: inline-block; border-bottom: black solid .2rem; } -.body{ - color:rgb(212, 212, 212); -} .project img{ margin-top: auto; height:3rem; @@ -191,26 +175,32 @@ a { color:green; } .footer{ - display: block; - background-color: rgb(156,49,45); + position: fixed; + bottom: 0; + left: 0; } .socials{ - padding-left: 3rem; - padding-right: 3rem; - padding-top: .5rem; - padding-bottom: .5rem; - margin-right: auto; - table-layout: fixed; + margin-left: 1rem; + width:0px; +} +.socials td{ + padding:5px; + text-align: left; + display: inline; + float:left; } .socials img{ height: 2rem; - margin-right: 2rem; + margin-bottom: 1rem; + filter: invert(29%) sepia(20%) saturate(1786%) hue-rotate(314deg) brightness(101%) contrast(110%); +} +#vertLine{ + border-right: 1px solid rgb(156,49,45); + margin-left: 1rem; + height: 10rem; } @media screen and (max-width: 1200px){ - .socials{ - margin-left: auto; - } .projectList{ width: 95%; } @@ -231,4 +221,37 @@ a { display: block; width: 90%; } + .footer{ + width:100%; + display: block; + background-color: rgb(156,49,45); + } + .socials{ + display:block; + padding-left: 3rem; + padding-right: 3rem; + padding-top: .5rem; + padding-bottom: .5rem; + margin-right: auto; + margin-left: auto; + table-layout: fixed; + width: 80vw; + } + .socials tr{ + display: block; + } + .socials td{ + display: inline; + text-align: center; + width: 10vw; + } + .socials img{ + height: 2rem; + margin-bottom: 0px; + filter: none; + } + #vertLine{ + visibility: collapse; + height:0px; + } } \ No newline at end of file diff --git a/src/assets/ezgif.gif b/src/assets/ezgif.gif deleted file mode 100644 index b76d4a8..0000000 Binary files a/src/assets/ezgif.gif and /dev/null differ diff --git a/src/assets/me_dog.jpg b/src/assets/me_dog.jpg deleted file mode 100644 index a507374..0000000 Binary files a/src/assets/me_dog.jpg and /dev/null differ diff --git a/src/assets/photos/AcademicTeam.jpg b/src/assets/photos/AcademicTeam.jpg new file mode 100644 index 0000000..cd2e81b Binary files /dev/null and b/src/assets/photos/AcademicTeam.jpg differ diff --git a/src/assets/photos/WeThePeople.jpg b/src/assets/photos/WeThePeople.jpg new file mode 100644 index 0000000..eb675b9 Binary files /dev/null and b/src/assets/photos/WeThePeople.jpg differ diff --git a/src/assets/photos/atRIT.jpg b/src/assets/photos/atRIT.jpg new file mode 100644 index 0000000..7d55e16 Binary files /dev/null and b/src/assets/photos/atRIT.jpg differ diff --git a/src/assets/photos/hagerstownVex2019.jpg b/src/assets/photos/hagerstownVex2019.jpg new file mode 100644 index 0000000..14735f4 Binary files /dev/null and b/src/assets/photos/hagerstownVex2019.jpg differ diff --git a/src/assets/itsa_me.JPG b/src/assets/photos/itsa_me.JPG similarity index 100% rename from src/assets/itsa_me.JPG rename to src/assets/photos/itsa_me.JPG diff --git a/src/assets/me_robot.jpeg b/src/assets/photos/me_robot.jpeg similarity index 100% rename from src/assets/me_robot.jpeg rename to src/assets/photos/me_robot.jpeg diff --git a/src/componets/Project.js b/src/componets/Project.js index 23b618d..e02749a 100644 --- a/src/componets/Project.js +++ b/src/componets/Project.js @@ -7,7 +7,7 @@ export default class Project extends React.Component { render(){ return ( -
⬤
diff --git a/src/componets/Socials.js b/src/componets/Socials.js index c7828f0..08c82f3 100644 --- a/src/componets/Socials.js +++ b/src/componets/Socials.js @@ -9,10 +9,12 @@ export default function Socials(){ return(I'm a first year student at Rochester Institute of Technology + in the Computing Exploration program and am pursuing a career in data + science with a focus on predictive analytics. +
+When I'm not in class, you can find me working on extra collaborative projects, + building discord bots, playing chess, reading up on some recent geopolitical + development, or in my dorm with a fat pint of ice cream. +
My main goal in life is to always strive to make the biggest positive impact on the world that I can. Regardless of whether that is done behind the scenes or on the front lines, that is how I'll know I have purpose. @@ -23,10 +39,14 @@ export default function AboutMe(){
I'm a first year student at Rochester Institute of Technology - in the Computing Exploration program and am pursuing a career in data - science with a focus on predictive analytics. -
-When I'm not in class, you can find me working on extra collaborative projects, - building discord bots, playing chess, reading up on some recent geopolitical - development, or in my dorm with a fat pint of ice cream. -
-