add events page
This commit is contained in:
parent
c909d85ebe
commit
ad2349709e
2 changed files with 3 additions and 19 deletions
|
@ -19,23 +19,10 @@ class Main extends React.Component<MainProps, MainState> {
|
||||||
}
|
}
|
||||||
public render() {
|
public render() {
|
||||||
return <>
|
return <>
|
||||||
<Splash cta="Events" delay={2000} backgrounds={["img/backgrounds/fa21qp.png"]}></Splash>
|
<Splash cta="Events" delay={2000} backgrounds={["img/backgrounds/fa21social.png"]}></Splash>
|
||||||
<DefaultSection title="We are..." paragraphs={[
|
<DefaultSection title="Events" 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!",
|
"No events yet... Keep an eye out for new upates!"
|
||||||
"The Institute of Electrical and Electronics Engineers (IEEE) UC San Diego student branch is the second largest student chapter in the world’s largest professional organization. On the student level, we provide members with a plethora of ways to get involved!"
|
|
||||||
]}></DefaultSection>
|
]}></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!">
|
<DefaultSection title="Have questions? Contact us!">
|
||||||
<div className="join-scls">{
|
<div className="join-scls">{
|
||||||
[...EMAIL, ...SOCIALS].map(n => (
|
[...EMAIL, ...SOCIALS].map(n => (
|
||||||
|
@ -43,9 +30,6 @@ class Main extends React.Component<MainProps, MainState> {
|
||||||
))
|
))
|
||||||
}</div>
|
}</div>
|
||||||
</DefaultSection>
|
</DefaultSection>
|
||||||
<DefaultSection className="contact" title="Or... Contact one of our staff!">
|
|
||||||
<Carousel items={OFFICERS} itemsPerPage={6}></Carousel>
|
|
||||||
</DefaultSection>
|
|
||||||
<Footer></Footer>
|
<Footer></Footer>
|
||||||
</>;
|
</>;
|
||||||
}
|
}
|
||||||
|
|
BIN
src/public/img/.DS_Store
vendored
Normal file
BIN
src/public/img/.DS_Store
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue