add events page

This commit is contained in:
JilianaTiu 2022-09-13 15:43:00 -07:00
parent c909d85ebe
commit ad2349709e
2 changed files with 3 additions and 19 deletions

View file

@ -19,23 +19,10 @@ class Main extends React.Component<MainProps, MainState> {
}
public render() {
return <>
<Splash cta="Events" delay={2000} backgrounds={["img/backgrounds/fa21qp.png"]}></Splash>
<DefaultSection title="We are..." paragraphs={[
"A diverse engineering community seeking to empower students through hands-on projects, networking opportunities, and social events. Bonus points on having an open-access project studio!",
"The Institute of Electrical and Electronics Engineers (IEEE) UC San Diego student branch is the second largest student chapter in the worlds largest professional organization. On the student level, we provide members with a plethora of ways to get involved!"
<Splash cta="Events" delay={2000} backgrounds={["img/backgrounds/fa21social.png"]}></Splash>
<DefaultSection title="Events" paragraphs={[
"No events yet... Keep an eye out for new upates!"
]}></DefaultSection>
<div className="project-space">
<div className="ps-title">Join us at the Project Space!</div>
<p>The <a href="https://www.google.com/maps/@32.8817126,-117.2350998,59m/">IEEE Project Space</a> is an open-access, collaborative space where students can do homework or get access to basic electronic tools such as soldering stations, breadboard components, and Arduino and Raspberry PI parts!</p>
<a className="visit-us" href="https://www.google.com/maps/@32.8817126,-117.2350998,59m/">Come visit at EBU1-4710!</a>
</div>
<DefaultSection className={"involved"} title="How else can I get involved?">
<div className="cards">
<InvolveBox boxTitle="Events" image="img/backgrounds/fa21social.png" description="Meet fellow IEEE members!"></InvolveBox>
<InvolveBox boxTitle="Projects" image="img/backgrounds/robofest.png" description="Learn new skills!"></InvolveBox>
<InvolveBox boxTitle="Committees" image="img/backgrounds/gbm.png" description="Build our amazing community!"></InvolveBox>
</div>
</DefaultSection>
<DefaultSection title="Have questions? Contact us!">
<div className="join-scls">{
[...EMAIL, ...SOCIALS].map(n => (
@ -43,9 +30,6 @@ class Main extends React.Component<MainProps, MainState> {
))
}</div>
</DefaultSection>
<DefaultSection className="contact" title="Or... Contact one of our staff!">
<Carousel items={OFFICERS} itemsPerPage={6}></Carousel>
</DefaultSection>
<Footer></Footer>
</>;
}

BIN
src/public/img/.DS_Store vendored Normal file

Binary file not shown.