From 987922185be22770bc7201a182d0fec96314e4b5 Mon Sep 17 00:00:00 2001 From: Edward Lee Date: Mon, 11 Dec 2023 01:10:28 -0800 Subject: [PATCH] Added infosession to mentors page --- src/labels/MentorLabels.tsx | 13 +++++++++++++ src/pages/Mentors.tsx | 8 ++++++++ 2 files changed, 21 insertions(+) diff --git a/src/labels/MentorLabels.tsx b/src/labels/MentorLabels.tsx index d1d12c3..64581ae 100644 --- a/src/labels/MentorLabels.tsx +++ b/src/labels/MentorLabels.tsx @@ -14,6 +14,19 @@ export const SUBTITLE = "computer science courses as a Junior Mentor."; export const SECTIONS = { + INFOSESSION: { + LABEL: "Infosession", + BODY_JSX: ( + +

+ Infosession Slides: https://tinyurl.com/csm-infosession-sp24 +

+

+ Infosession Recording (12/08/2023): https://tinyurl.com/csm-infosession-sp24-recording +

+
+ ) + }, RESPONSIBILITIES: { LABEL: "Responsibilities", BODY_JSX: ( diff --git a/src/pages/Mentors.tsx b/src/pages/Mentors.tsx index 3fe9155..251ca2c 100644 --- a/src/pages/Mentors.tsx +++ b/src/pages/Mentors.tsx @@ -60,6 +60,14 @@ export default class Mentors extends React.Component {
+
+
+
+ {Labels.SECTIONS.INFOSESSION.LABEL} +
+ {Labels.SECTIONS.INFOSESSION.BODY_JSX} +
+