+ This monthly challenge is complete. Congratulations! Please join us for
+ the next challenge!
+
+
Monthly Challenge for December 2024: Creative Community
Challenge
diff --git a/src/app/monthlychallenges/(challenges)/jan-2025/page.tsx b/src/app/monthlychallenges/(challenges)/jan-2025/page.tsx
new file mode 100644
index 00000000..240200b8
--- /dev/null
+++ b/src/app/monthlychallenges/(challenges)/jan-2025/page.tsx
@@ -0,0 +1,156 @@
+import { createMetaData } from '@/util/createMetaData.server';
+import Link from 'next/link';
+import LeadText from '@/components/content/LeadText';
+import TextContainer from '@/components/content/TextContainer';
+
+const handle = {
+ listTitle: 'January 2025: New Year, New Goal!',
+ meta: {
+ title: 'Monthly Challenge for January 2025: New Year, New Goal!',
+ description: "January challenge -> Let's set up our goal for the year!",
+ },
+ date: '2025-01-01',
+ hero: {
+ heroHeader: '',
+ },
+};
+
+export const metadata = handle.meta;
+
+export default function Challenge() {
+ return (
+ <>
+
+ Monthly Challenge for January, 2025: New Year, New Goal!
+
+
+
+
+ The new year is the perfect time to set your new goal. Whether learning new dev-related things, preparing yourself to get a new job, making new habits to be a better developer, or anything you work towards this year. And this month, we're here to support you!
+
+
+
+
+
+ During this month, we'll work on setting your one big goal for the year and breaking it down into achievable goals for each month.
+
+
+
+
+
+
+ This year, we aim to hold Virtual Coffee Community Conference for the first time! If your goal is to speak at tech conferences, this is the perfect time to prepare!
+
+
+
+
+
+
+
Theme
+
New year, new goal!
+
+
Goals
+
+ Our goal is for you to have a map of monthly achievable goals for the
+ year by the end of the month.
+
+
+
Who can participate?
+
+ Virtual Coffee's goal is to support all developers, no matter where they
+ are in their coding journey. We encourage all members to participate.
+
+
+
How it works
+
Set your goal and create your plans
+
+
+ Define: What is your goal in 2025?
+
+
+ Plan: What steps do you need to take to achieve the
+ goal?
+
+
+ Set achievable goals for each month: What do you need
+ to do each month to reach your big goal?
+
+
+
+
+ What if I need help and want to hold myself accountable?
+
+
Coffee Table Groups
+
+ If you need help setting your goal or want to hold yourself
+ accountable by working on them with the community over Zoom, we're here
+ for you!
+
+
+
+ Join the{' '}
+
+ Accountabilibuddies
+ {' '}
+ to set your goal with other members or ask for help and ideas.
+
+
+ Is your goal to prepare for that technical interview and get that
+ dream job? Come to our{' '}
+
+ Tech Interview Study Group
+ {' '}
+ and{' '}
+
+ The Pack Hunt
+ {' '}
+ to plan on working on your resume, preparing for a technical
+ interview, and going job hunting!
+
+
+
+ Check the #announcement channel on Slack for the schedule
+ of each Coffee Table Group and #vc-events channel to join
+ the event.
+
+
Slack
+
+
+ We encourage you to post your ideas, questions, and progress in the{' '}
+ #monthly-challenge channel in Slack. We're all learning
+ and growing together!
+
+
+ If your goal is toward job searching, you can always ask for help in
+ the #tech-interview-study-group or #job-hunt{' '}
+ channel.
+
+
+ We'll do a Slack check-in each week to track your progress and support
+ you.
+
+ >
+ );
+}
diff --git a/src/app/monthlychallenges/page.tsx b/src/app/monthlychallenges/page.tsx
index 9e3a608c..062a7c90 100644
--- a/src/app/monthlychallenges/page.tsx
+++ b/src/app/monthlychallenges/page.tsx
@@ -147,7 +147,6 @@ const challengeList: Challenge[] = [
},
{
- current: true,
title: 'Creative Community Challenge',
subtitle: `Let's make some space for the other parts of ourselves.`,
description: (
@@ -576,33 +575,40 @@ const challengeList: Challenge[] = [
),
},
{
- title: 'New Year, New Goals',
- subtitle: `The new year offers an opportunity for a fresh start and a chance to set new goals.`,
+ current: true,
+ title: 'New Year, New Goal',
+ subtitle: `The new year offers an opportunity for a fresh start and a chance to set a new goal.`,
description: (
<>
- In this challenge, we encourage you to setting up the goals for the
- year and break them into achievable goals for each month. Our Coffee
- Table Groups — Accountabilibuddies, Tech Interview Study Group, and
- The Pack Hunt — are participating in this challenge and ready to
+ In this challenge, we encourage you to setting up an ambitious goal
+ for the year and break it into achievable goals for each month. Our
+ Coffee Table Groups—Accountabilibuddies, Tech Interview Study Group,
+ and The Pack Hunt—are participating in this challenge and ready to
support you!
To view all of the details of this year's challenge,{' '}
-
- check out the January 2024 challenge page
+
+ check out the January 2025 challenge page
.