add nav bar to events, projects

This commit is contained in:
JilianaTiu 2022-09-13 16:47:06 -07:00
parent 5719d19099
commit 046a5f39be
3 changed files with 9 additions and 5 deletions

View file

@ -19,6 +19,7 @@ class Main extends React.Component<MainProps, MainState> {
} }
public render() { public render() {
return <> return <>
<TopBar links={ACTIVE_PAGES}></TopBar>
<Splash cta="Events" delay={2000} backgrounds={["img/backgrounds/fa21social.png"]}></Splash> <Splash cta="Events" delay={2000} backgrounds={["img/backgrounds/fa21social.png"]}></Splash>
<DefaultSection title="" paragraphs={[ <DefaultSection title="" paragraphs={[
"No events yet... Keep an eye out for new upates!" "No events yet... Keep an eye out for new upates!"

View file

@ -21,10 +21,12 @@ class Main extends React.Component<MainProps, MainState> {
return <> return <>
<TopBar links={ACTIVE_PAGES}></TopBar> <TopBar links={ACTIVE_PAGES}></TopBar>
<Splash cta="Join the 2nd largest IEEE student branch in the US!" delay={2000} backgrounds={["img/backgrounds/fa21qp.png"]}></Splash> <Splash cta="Join the 2nd largest IEEE student branch in the US!" delay={2000} backgrounds={["img/backgrounds/fa21qp.png"]}></Splash>
<DefaultSection title="We are..." paragraphs={[ <div id="about-us">
"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!", <DefaultSection title="We are..." paragraphs={[
"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!" "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!",
]}></DefaultSection> "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!"
]}></DefaultSection>
</div>
<div className="project-space"> <div className="project-space">
<div className="ps-title">Join us at the Project Space!</div> <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> <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>
@ -37,7 +39,7 @@ class Main extends React.Component<MainProps, MainState> {
<InvolveBox boxTitle="Committees" image="img/backgrounds/gbm.png" description="Build our amazing community!"></InvolveBox> <InvolveBox boxTitle="Committees" image="img/backgrounds/gbm.png" description="Build our amazing community!"></InvolveBox>
</div> </div>
</DefaultSection> </DefaultSection>
<div id="contact-section"> <div id="contact-us">
<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 => (

View file

@ -19,6 +19,7 @@ class Main extends React.Component<MainProps, MainState> {
} }
public render() { public render() {
return <> return <>
<TopBar links={ACTIVE_PAGES}></TopBar>
<Splash cta="Projects" delay={2000} backgrounds={["img/backgrounds/robocar.png"]}></Splash> <Splash cta="Projects" delay={2000} backgrounds={["img/backgrounds/robocar.png"]}></Splash>
<DefaultSection title="RoboCup" paragraphs={[ <DefaultSection title="RoboCup" 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.\"" "\"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.\""