update projects & style
This commit is contained in:
parent
e028b050db
commit
bf4a321f22
5 changed files with 36 additions and 42 deletions
BIN
src/public/.DS_Store
vendored
BIN
src/public/.DS_Store
vendored
Binary file not shown.
|
@ -424,3 +424,17 @@ iframe {
|
|||
height: 600px;
|
||||
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;
|
||||
}
|
BIN
src/public/img/.DS_Store
vendored
BIN
src/public/img/.DS_Store
vendored
Binary file not shown.
BIN
src/public/img/officers/.DS_Store
vendored
BIN
src/public/img/officers/.DS_Store
vendored
Binary file not shown.
|
@ -23,49 +23,29 @@ class Main extends React.Component {
|
|||
delay={2000}
|
||||
backgrounds={["img/backgrounds/robocar.webp"]}
|
||||
></Splash>
|
||||
|
||||
|
||||
<div className="project-desc">
|
||||
<DefaultSection
|
||||
title="RoboCup"
|
||||
title="Continuous Projects"
|
||||
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."',
|
||||
"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!",
|
||||
"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."
|
||||
]}
|
||||
>
|
||||
<a className="ex-link" href="https://www.robocup.org/">
|
||||
RoboCup website
|
||||
</a>
|
||||
</DefaultSection>
|
||||
<img src="img/backgrounds/micromouse.webp"></img>
|
||||
</div>
|
||||
|
||||
<div className="project-desc">
|
||||
<DefaultSection
|
||||
title="Quarterly Projects"
|
||||
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 className={"past-proj"} title="Past Projects">
|
||||
<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>
|
||||
<img src="img/backgrounds/sp22qp.webp"></img>
|
||||
</div>
|
||||
</DefaultSection>
|
||||
|
||||
<div id="contact-us">
|
||||
<DefaultSection
|
||||
|
|
Loading…
Reference in a new issue