update projects & style

This commit is contained in:
JilianaTiu 2022-10-24 00:20:09 -07:00
parent e028b050db
commit bf4a321f22
5 changed files with 36 additions and 42 deletions

BIN
src/public/.DS_Store vendored

Binary file not shown.

View file

@ -424,3 +424,17 @@ iframe {
height: 600px; height: 600px;
max-width: 1000px; max-width: 1000px;
} }
.project-desc {
display: flex;
justify-content: center;
column-gap: 10em;
vertical-align: middle;
flex-wrap: wrap;
}
.project-desc img {
width: 30em;
padding-top: 3em;
padding-bottom: 3em;
}

Binary file not shown.

Binary file not shown.

View file

@ -23,49 +23,29 @@ class Main extends React.Component {
delay={2000} delay={2000}
backgrounds={["img/backgrounds/robocar.webp"]} backgrounds={["img/backgrounds/robocar.webp"]}
></Splash> ></Splash>
<div className="project-desc">
<DefaultSection <DefaultSection
title="RoboCup" title="Continuous Projects"
paragraphs={[ paragraphs={[
'"RoboCup is an international scientific initiative with the goal to advance the state of the art of intelligent robots. When established in 1997, the original mission was to field a team of robots capable of winning against the human soccer World Cup champions by 2050."', "Looking to use your developed skills or get involved in a project that competes with other schools? Annual projects allow students to become more acquainted with computer vision and embedded systems while building connections with other schools and students."
"IEEE hosts Robocup Soccer, an annual project where teams develop six robots to compete with other teams during Robofest. Join this hands-on project to explore computer vision, mechanical design, and microcontroller development!",
]} ]}
> >
<a className="ex-link" href="https://www.robocup.org/">
RoboCup website
</a>
</DefaultSection> </DefaultSection>
<img src="img/backgrounds/micromouse.webp"></img>
</div>
<div className="project-desc">
<DefaultSection <DefaultSection
title="Quarterly Projects" title="Quarterly Projects"
paragraphs={[ paragraphs={[
"Getting started on hardware development or want to make your own project? IEEE's Quarterly Projects aims to provide students with project experience in a span of 10 weeks. During QP, students will acquire skills used in the industry such as C++ and the prototyping process with the assistance of our mentors.", "Getting started on hardware development or want to make your own project? IEEE's Quarterly Projects aims to provide students with project experience in a span of 10 weeks. During QP, students will acquire skills used in the industry such as C++ and the prototyping process with the assistance of our mentors."
]} ]}
> >
<a
className="ex-link"
href="https://forms.gle/eW6e1i3vWCdBj7Vn6"
>
Apply here
</a>
</DefaultSection> </DefaultSection>
<DefaultSection className={"past-proj"} title="Past Projects"> <img src="img/backgrounds/sp22qp.webp"></img>
<div className="cards">
<InvolveBox
boxTitle=""
image="img/backgrounds/robocar.webp"
description="'22 Robocar Competition"
></InvolveBox>
<InvolveBox
boxTitle=""
image="img/backgrounds/micromouse.webp"
description="'22 Micromouse Competition"
></InvolveBox>
<InvolveBox
boxTitle=""
image="img/backgrounds/sp22qp.webp"
description="'22 Spring QP Showcase"
></InvolveBox>
</div> </div>
</DefaultSection>
<div id="contact-us"> <div id="contact-us">
<DefaultSection <DefaultSection