+ )
+}
diff --git a/src/pages/bootcamp-3.js b/src/pages/_deprecated/bootcamp-3.js
similarity index 100%
rename from src/pages/bootcamp-3.js
rename to src/pages/_deprecated/bootcamp-3.js
diff --git a/src/pages/bootcamp-6.js b/src/pages/_deprecated/bootcamp-6.js
similarity index 100%
rename from src/pages/bootcamp-6.js
rename to src/pages/_deprecated/bootcamp-6.js
diff --git a/src/pages/bootcamp.js b/src/pages/_deprecated/bootcamp.js
similarity index 100%
rename from src/pages/bootcamp.js
rename to src/pages/_deprecated/bootcamp.js
diff --git a/src/pages/bootcamp_back.js b/src/pages/_deprecated/bootcamp_back.js
similarity index 100%
rename from src/pages/bootcamp_back.js
rename to src/pages/_deprecated/bootcamp_back.js
diff --git a/src/pages/mentorship-2021.js b/src/pages/_deprecated/mentorship-2021.js
similarity index 100%
rename from src/pages/mentorship-2021.js
rename to src/pages/_deprecated/mentorship-2021.js
diff --git a/src/pages/mentorship-2022.js b/src/pages/_deprecated/mentorship-2022.js
similarity index 100%
rename from src/pages/mentorship-2022.js
rename to src/pages/_deprecated/mentorship-2022.js
diff --git a/src/pages/mentorship-2023.js b/src/pages/_deprecated/mentorship-2023.js
similarity index 100%
rename from src/pages/mentorship-2023.js
rename to src/pages/_deprecated/mentorship-2023.js
diff --git a/src/pages/contribute.js b/src/pages/contribute.js
index 605848f..ce9987e 100644
--- a/src/pages/contribute.js
+++ b/src/pages/contribute.js
@@ -53,7 +53,7 @@ export default function Home() {
className="btn btn-primary"
target="_blank"
rel="noreferrer"
- href="https://docs.google.com/forms/d/e/1FAIpQLSe2A6vuoZFhTkoW75kVtI8d5Ftg-Q0_6KP8ZWgCSy2mZmu-bQ/viewform"
+ href="https://forms.gle/8z7LiN9pvk4nJy8e6"
>
Volunteer with TechLadies
@@ -70,8 +70,9 @@ export default function Home() {
like-minded peers!
- We are currently recruiting volunteers for 2024. If you are able to dedicate at least 4-5 hours a month and want to volunteer, we want you! Please apply by 15th
- Nov 2023 if you are interested.
+ We are currently recruiting volunteers for 2026. Please indicate
+ your interest in volunteering with us in the form sign up! Hope to
+ see you soon.
@@ -125,85 +126,6 @@ export default function Home() {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Donate to TechLadies
-
- Your one-time donation enable us to continue our activities at
- TechLadies, including online tools and logistics.
-
-
-
-
- {donations.map((donation) => (
-
-
-
- ))}
-
-
-
- Clicking Contribute will bring you to make a donation securely
- via PayPal, where you can donate with all major credit cards.
- TechLadies finances are managed by Learnemy Pte Ltd. As we are
- not a registered non-profit, we cannot send an invoice for tax
- purposes.
-
-
- Help create our most impactful program! We've seen Bootcamp
- grads switching careers into tech who were previously pet
- groomer, air stewardess, and customer service rep etc. To
- continue this program in 2023, we are looking for{" "}
- 8-10 Coaches.
-
-
-
Coaches Team: 8-10 Coaches
-
- You are part of the team that teaches the Bootcamp participants
- valuable skills to help them kickstart their journey in tech.
- You will pair-program with the participants, follow a curriculum
- set by the Tech Lead, and provide feedback to both the
- participants and Tech Lead.
-
-
-
- Ideal profile:
- {" "}
- You are a JS developer and want to gain coaching experiences.
- You will spend around 2 hours per month before the Bootcamp
- starts, and 6 - 8 hours per month when the Bootcamp is running.
- You can also take on more responsibilities by being a Lead Coach
- for a team or commit less by being an assistant Coach.
-
-
-
- Volunteer for TechLadies Bootcamp
-
- >
- )}
{selectedTopic === "TechLadies Mentorship" && (
<>
3 - 4 Mentorship Leads and ~30 Mentors in Software
Engineering, Product Management, Data Science, and UI/UX
@@ -325,7 +202,7 @@ export default function Home() {
className="btn btn-primary cta-button"
target="_blank"
rel="noreferrer"
- href="https://docs.google.com/forms/d/e/1FAIpQLSe2A6vuoZFhTkoW75kVtI8d5Ftg-Q0_6KP8ZWgCSy2mZmu-bQ/viewform"
+ href="https://forms.gle/8z7LiN9pvk4nJy8e6"
>
Volunteer for TechLadies Mentorship
@@ -366,7 +243,7 @@ export default function Home() {
className="btn btn-primary cta-button"
target="_blank"
rel="noreferrer"
- href="https://docs.google.com/forms/d/e/1FAIpQLSe2A6vuoZFhTkoW75kVtI8d5Ftg-Q0_6KP8ZWgCSy2mZmu-bQ/viewform"
+ href="https://forms.gle/8z7LiN9pvk4nJy8e6"
>
Volunteer for TechLadies Community
@@ -418,7 +295,7 @@ export default function Home() {
className="btn btn-primary cta-button"
target="_blank"
rel="noreferrer"
- href="https://docs.google.com/forms/d/e/1FAIpQLSe2A6vuoZFhTkoW75kVtI8d5Ftg-Q0_6KP8ZWgCSy2mZmu-bQ/viewform"
+ href="https://forms.gle/8z7LiN9pvk4nJy8e6"
>
Volunteer for TechLadies Communication
diff --git a/src/pages/mentorship.js b/src/pages/mentorship.js
index e3a87e7..6c93e54 100644
--- a/src/pages/mentorship.js
+++ b/src/pages/mentorship.js
@@ -10,7 +10,7 @@ import MentorsCard from "../components/MentorsCard"
import Gallery from "../components/Gallery"
import TestimonialCard from "../components/TestimonialCard"
-import mentorshipTimeline from "../data/mentorship-timeline-2024"
+import mentorshipTimeline from "../data/mentorship-timeline-2026"
import programsFAQ from "../data/mentorship-faq.js"
import mentorshipTestimonials from "../data/mentorship-testimonials.js"
@@ -34,7 +34,7 @@ export default function Home() {
-
TechLadies Mentorship 2024
+
TechLadies Mentorship 2026
TechLadies Mentorship provides women with personal career
guidance from experienced industry practitioners as they grow
@@ -56,11 +56,11 @@ export default function Home() {
mentee. We will be piloting a "Speed Mentorship" style
to match our mentors and mentee. The minimum commitment level
required is one mentoring session per month from August to
- November 2024.
+ November 2026.
Registration for the TechLadies x WomenDevsSG Mentorship Program
- 2024 is now Open!
+ 2026 is now Open!
@@ -193,7 +193,7 @@ export default function Home() {