diff --git a/src/app/monthlychallenges/(challenges)/dec-2024/page.tsx b/src/app/monthlychallenges/(challenges)/dec-2024/page.tsx index 973f3b1b..87d0ea08 100644 --- a/src/app/monthlychallenges/(challenges)/dec-2024/page.tsx +++ b/src/app/monthlychallenges/(challenges)/dec-2024/page.tsx @@ -19,6 +19,11 @@ export const metadata = handle.meta; export default function Challenge() { return ( <> +
+ 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

+ + +

+ 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! +

+ +

+ Check the #announcement channel on Slack for the schedule + of each Coffee Table Group and #vc-events channel to join + the event. +

+

Slack

+ +

Remember, we're always here to help. ❤️

+ +

Tools and Resources

+ + + ); +} 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!

Learn more about this challenge in{' '} - + this blog post .

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 .

), + links: [ + { + href: '/monthlychallenges/jan-2024', + title: 'January, 2024', + }, + ], }, { title: 'Welcoming Community',