Skip to content

Commit 9a4056c

Browse files
committed
fix: remove outdated pump+ info
1 parent 45d54de commit 9a4056c

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

pages/events/pump-plus.jsx

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ import {
44
Title,
55
ImageCardCarousel,
66
TestimonialCarousel,
7-
Button,
7+
// Button,
88
Video,
99
} from "../../components";
1010
import { PageLayout } from "../../sections/hoc";
1111
import TieDye from "../../public/about/tiedye-rect.png";
1212
import Navy from "../../public/about/navy-rect.png";
1313
import { 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

2727
const 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`
153153
const 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+
// `;

pages/index.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
TestimonialCarousel,
77
Text,
88
SectionWrapper,
9-
Notification,
9+
// Notification,
1010
} from "../components";
1111
import { PageLayout } from "../sections/hoc";
1212
import { TopSection, WhatsHappening, ContactSection } from "../sections/home";
@@ -40,9 +40,9 @@ export default function Home() {
4040
content="A registered charity dedicated to connecting aspiring students to health sciences opportunities."
4141
/>
4242
</Head>
43-
<Notification path="/events/pump-plus" notif="Register now!">
44-
PuMP+ registrations are now open.&nbsp;
45-
</Notification>
43+
{/* <Notification path="/resources/blog" notif="View now!">
44+
New blog posts released on PuMP Digest.&nbsp;
45+
</Notification> */}
4646
<PageLayout>
4747
<TopSection />
4848
<WhatsHappening />

0 commit comments

Comments
 (0)