11import LeadText from '@/components/content/LeadText' ;
22import Link from 'next/link' ;
3+ import TextContainer from '@/components/content/TextContainer' ;
34
45const handle = {
56 listTitle : 'Fall 2025: Preptember & Hacktoberfest!' ,
@@ -24,22 +25,19 @@ export default function Challenge() {
2425 Hacktoberfest !
2526 </ h1 >
2627
27- < p className = "lead mt-3 " >
28+ < p className = "lead mt-5 " >
2829 This two-month challenge combines preparation and participation in open
2930 source.
30- < p className = "lead mt-3" >
31- < strong > September (Preptember)</ strong > : Focus on helping maintainers
32- polish their repositories and contributors gain confidence with our
33- structured 4-week approach using our{ ' ' }
34- < Link href = "/resources/developer-resources/open-source/maintainer-guide#repository-checklist" >
35- repository checklist
36- </ Link > { ' ' }
37- and building skills through guided practice.
38- < br />
39- < strong > October (Hacktoberfest)</ strong > : Put your preparation into
40- action by contributing to open source projects during the official
41- Hacktoberfest event.
42- </ p >
31+ </ p >
32+
33+ < p className = "lead mt-3" >
34+ < strong > September (Preptember)</ strong > : Focus on helping maintainers
35+ polish their repositories and contributors gain confidence with our
36+ structured 4-week approach using our{ ' ' }
37+ < Link href = "/resources/developer-resources/open-source/maintainer-guide#repository-checklist" >
38+ repository checklist
39+ </ Link > { ' ' }
40+ and building skills through guided practice.
4341 </ p >
4442
4543 < p className = "lead mt-3" >
@@ -52,6 +50,12 @@ export default function Challenge() {
5250 Hacktoberfest!
5351 </ p >
5452
53+ < p className = "lead mt-3" >
54+ < strong > October (Hacktoberfest)</ strong > : Put your preparation into
55+ action by contributing to open source projects during the official
56+ Hacktoberfest event.
57+ </ p >
58+
5559 < h2 > Theme</ h2 >
5660 < p className = "mt-3" >
5761 < strong > September</ strong > : Prep + Confidence Building - Get ready for
@@ -285,16 +289,24 @@ export default function Challenge() {
285289 </ li >
286290 </ ol >
287291
292+ < TextContainer background = "light" showBackToTopLink = { false } >
293+ < p className = "px-4" >
294+ < strong > Info:</ strong >
295+ </ p >
296+ < p className = "px-4" >
297+ If you would like to participate in the{ ' ' }
298+ < strong > Virtual Coffee: Hacktoberfest Initiative</ strong > as a
299+ contributor and/or a maintainer, please fill out the form pinned in
300+ the < code > #monthly-challenge</ code > channel on Slack.
301+ </ p >
302+ </ TextContainer >
303+
288304 < hr />
289305
290306 < h2 > October: Hacktoberfest Participation</ h2 >
291307 < p className = "lead mt-3" >
292308 After preparing in September, it's time to participate in the official
293- Hacktoberfest! You can access{ ' ' }
294- < a href = "https://hacktoberfest.virtualcoffee.io/dashboard" >
295- your dashboard
296- </ a > { ' ' }
297- if you've signed up for the VC Hacktoberfest Initiative.
309+ Hacktoberfest!
298310 </ p >
299311
300312 < h3 > Before Starting Hacktoberfest</ h3 >
0 commit comments