@@ -4,25 +4,25 @@ import {
44 Title ,
55 ImageCardCarousel ,
66 TestimonialCarousel ,
7- Button ,
7+ // Button,
88 Video ,
99} from "../../components" ;
1010import { PageLayout } from "../../sections/hoc" ;
1111import TieDye from "../../public/about/tiedye-rect.png" ;
1212import Navy from "../../public/about/navy-rect.png" ;
1313import { baseTheme } from "../../theme" ;
1414
15- const MAPPER = [
16- {
17- location : "Toronto" ,
18- eventbriteLink : "https://bit.ly/pumpplus22" ,
19- } ,
20- {
21- location : "Calgary" ,
22- eventbriteLink :
23- "https://www.eventbrite.ca/e/pump-student-stem-fair-tickets-248417141357" ,
24- } ,
25- ] ;
15+ // const MAPPER = [
16+ // {
17+ // location: "Toronto",
18+ // eventbriteLink: "https://bit.ly/pumpplus22",
19+ // },
20+ // {
21+ // location: "Calgary",
22+ // eventbriteLink:
23+ // "https://www.eventbrite.ca/e/pump-student-stem-fair-tickets-248417141357",
24+ // },
25+ // ];
2626
2727const PumpPlus = ( ) => {
2828 const testimonials = [
@@ -48,11 +48,11 @@ const PumpPlus = () => {
4848 < Title title = "PuMP+" arrowLink = "/events" />
4949 < Video embedId = "Vt1bvyoHA64" />
5050 < Wrapper >
51- < h2 style = { { marginTop : "5%" } } >
51+ { /* <h2 style={{ marginTop: "5%" }}>
5252 Want to learn more about opportunities in STEM and how to get involved in
5353 your community?
54- </ h2 >
55- < p style = { { lineHeight : "1.5rem" } } >
54+ </h2> */ }
55+ { /* <p style={{ lineHeight: "1.5rem" }}>
5656 We are excited to announce <b>PuMP’s 3rd annual STEM fair</b>, PuMP+!
5757 Join our Toronto and Calgary branches in February and hear from booths
5858 about research opportunities, university programs, and much more! We’ll
@@ -80,7 +80,7 @@ const PumpPlus = () => {
8080 </Button>
8181 </div>
8282 ))}
83- </ ButtonWrapper >
83+ </ButtonWrapper> */ }
8484 < CarouselWrapper >
8585 < ImageCardCarousel
8686 id = "quick-facts"
@@ -153,13 +153,13 @@ const Wrapper = styled.div`
153153const CarouselWrapper = styled . div `
154154 margin: 5%;
155155` ;
156- const ButtonWrapper = styled . div `
157- display: flex;
158- flex-direction: column;
159- justify-content: center;
160- align-items: center;
161- padding: 3%;
162- div {
163- align-items: center;
164- }
165- ` ;
156+ // const ButtonWrapper = styled.div`
157+ // display: flex;
158+ // flex-direction: column;
159+ // justify-content: center;
160+ // align-items: center;
161+ // padding: 3%;
162+ // div {
163+ // align-items: center;
164+ // }
165+ // `;
0 commit comments