-
-
Notifications
You must be signed in to change notification settings - Fork 275
feat: Add Spring 2025 Quarter Challenge to the website #1315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
BekahHW
merged 20 commits into
Virtual-Coffee:main
from
adiati98:feat/add-spring-2025-quarter-challenge
Jan 30, 2025
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
b055377
feat: add spring-2025 to monthlychallenges
adiati98 7031cfc
feat: update monthly challenge homepage
adiati98 0387883
chore: add completed challenge alert to jan-2025
adiati98 5ce386b
fix: year of spring quarter challenge in the homepage
adiati98 a2ec322
Prettified Code!
adiati98 558ad37
fix: remove className text-justified from p tags in LeadText
adiati98 dda8fd4
Merge branch 'feat/add-spring-2025-quarter-challenge' of https://gith…
adiati98 02eb6ca
feat: add more copy
adiati98 eca5785
fix: typo and wording
adiati98 c22a53e
Prettified Code!
adiati98 17800cb
Merge branch 'main' of https://github.com/Virtual-Coffee/virtualcoffe…
adiati98 5158259
Merge branch 'feat/add-spring-2025-quarter-challenge' of https://gith…
adiati98 9aaabb7
fix: restructure sections
adiati98 31da224
feat: add links to cfp form
adiati98 c927f66
fix: move talks time into each section
adiati98 57295f6
feat: add table of contents
adiati98 c775477
Prettified Code!
adiati98 66af95b
fix: punctuation
meg-gutshall e6c26d2
Add blog for challenge
BekahHW 4cda427
Prettified Code!
BekahHW File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
275 changes: 275 additions & 0 deletions
275
src/app/monthlychallenges/(challenges)/spring-2025/page.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,275 @@ | ||
| 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: | ||
| 'Virtual Coffee Spring 2025 Quarter Challenge: From Idea to Stage 🎤', | ||
| meta: { | ||
| title: 'Spring 2025 Quarter Challenge: From Idea to Stage!', | ||
| description: | ||
| "Spring 2025 Quarter challenge -> Let's get ready for our first Virtual Coffee Community Conference!", | ||
| }, | ||
| dates: ['2025-02-01', '2025-03-01', '2025-04-01'], | ||
| hero: { | ||
| heroHeader: '', | ||
| }, | ||
| }; | ||
|
|
||
| export const metadata = handle.meta; | ||
|
|
||
| export default function Challenge() { | ||
| return ( | ||
| <> | ||
| <h1 className="mb-5"> | ||
| <small>Virtual Coffee Spring 2025 Quarter Challenge:</small> From Idea | ||
| to Stage! 🎤 | ||
| </h1> | ||
|
|
||
| <TextContainer background="light" showBackToTopLink={false}> | ||
| <LeadText> | ||
| <h2 className="pl-5 pr-3">Celebrating 5 Years of Community Growth</h2> | ||
| <p className="px-5 mt-4"> | ||
| As Virtual Coffee celebrates its 5th anniversary, we're excited to | ||
| launch our <strong>first-ever quarterly challenge</strong>! This | ||
| special initiative embodies what makes our community unique: | ||
| supporting developers at all stages, creating opportunities for | ||
| growth, and fostering genuine connections. | ||
| </p> | ||
| <p className="px-5"> | ||
| Since our first coffee in April 2020, we've grown from a small group | ||
| of developers meeting for virtual coffee to a thriving community | ||
| that supports and elevates each other. This quarter, we're | ||
| channeling that spirit into helping members step into speaking and | ||
| community leadership roles. | ||
| </p> | ||
| </LeadText> | ||
| </TextContainer> | ||
|
|
||
| <hr /> | ||
|
|
||
| <h2>Table of Contents</h2> | ||
| <ul> | ||
| <li> | ||
| <Link href="#overview">Challenge Overview</Link> | ||
| </li> | ||
| <li> | ||
| <Link href="#support">Community Support</Link> | ||
| </li> | ||
| <li> | ||
| <Link href="#format">Talk Formats</Link> | ||
| </li> | ||
| <li> | ||
| <Link href="#monthly">The Journey: Month by Month</Link> | ||
| </li> | ||
| <li> | ||
| <Link href="#participation">How to Participate</Link> | ||
| </li> | ||
| <li> | ||
| <Link href="#join">Join Us!</Link> | ||
| </li> | ||
| </ul> | ||
|
|
||
| <hr /> | ||
|
|
||
| <h2 id="overview" className="mb-3"> | ||
| Challenge Overview | ||
| </h2> | ||
| <p> | ||
| Over the next three months, we'll work together to bring our internal | ||
| conference to life, creating opportunities for both speakers and event | ||
| organizers. Whether you dream of sharing your knowledge on stage or want | ||
| to learn the ins and outs of running tech events, this challenge is for | ||
| you! | ||
| </p> | ||
|
|
||
| <h3 className="mb-3">How This Fits Into Virtual Coffee</h3> | ||
| <p>This challenge embodies our core values:</p> | ||
| <ul> | ||
| <li>Supporting growth and mentorship at all levels</li> | ||
| <li>Creating meaningful opportunities for learning and leadership</li> | ||
| <li>Building a closer community through participation</li> | ||
| <li>Meeting people where they are in their journey</li> | ||
| </ul> | ||
|
|
||
| <h2 id="support" className="mb-3"> | ||
| Community Support | ||
| </h2> | ||
| <p>Throughout this challenge, you'll have access to:</p> | ||
| <ul> | ||
| <li>Experienced speakers and organizers</li> | ||
| <li>Dedicated Slack channels</li> | ||
| <li>Regular feedback sessions</li> | ||
| <li>One-on-one mentorship</li> | ||
| <li>A supportive community cheering you on</li> | ||
| <li>Format-specific guidance and resources</li> | ||
| </ul> | ||
|
|
||
| <h2 id="format" className="mb-3"> | ||
| Talk Formats | ||
| </h2> | ||
| <p> | ||
| We offer multiple formats to suit different speaking styles and content | ||
| types. | ||
| </p> | ||
|
|
||
| <h3>Lightning Talks</h3> | ||
| <p> | ||
| Perfect for focused, high-impact presentations on a specific topic. | ||
| Great for first-time speakers or concentrated technical demonstrations. | ||
| </p> | ||
| <p> | ||
| <strong>Time:</strong> 7 minutes | ||
| </p> | ||
|
|
||
| <h3>30-Minute Talks</h3> | ||
| <p> | ||
| Ideal for deeper dives into technical topics, career journeys, or | ||
| comprehensive tutorials. These talks allow time for detailed examples | ||
| and thorough explanation. | ||
| </p> | ||
|
|
||
| <h3>Panel Discussions</h3> | ||
| <p> | ||
| Join other community members to share different perspectives on a common | ||
| theme. Great for those who prefer conversational formats and | ||
| collaborative discussion. | ||
| </p> | ||
| <p> | ||
| <strong>Time:</strong> 30 minutes | ||
| </p> | ||
|
|
||
| <h3>Group Discussion Lead</h3> | ||
| <p> | ||
| Similar to our coffee chat format, lead an interactive discussion on | ||
| your chosen topic. Perfect for those who excel at facilitating | ||
| conversations and building community engagement. | ||
| </p> | ||
| <p> | ||
| <strong>Time:</strong> 30 minutes | ||
| </p> | ||
|
|
||
| <h2 id="monthly" className="mb-5"> | ||
| The Journey: Month by Month | ||
| </h2> | ||
|
|
||
| <h3>February: Finding Your Voice 📝</h3> | ||
| <h4>Focus: Call for Proposals (CFPs)</h4> | ||
| <ul> | ||
| <li>Workshop your talk ideas with the community</li> | ||
| <li>Learn how to write compelling CFPs</li> | ||
| <li>Get feedback from experienced speakers</li> | ||
| <li>Submit your proposal for our internal conference</li> | ||
| <li>Explore which talk format best suits your topic and style</li> | ||
| </ul> | ||
|
|
||
| <h4>Resources & Support</h4> | ||
| <ul> | ||
| <li>CFP writing workshops</li> | ||
| <li>Proposal review sessions</li> | ||
| <li>Community feedback opportunities</li> | ||
| <li>Access to experienced mentors</li> | ||
| <li>Format selection guidance</li> | ||
| </ul> | ||
|
|
||
| <hr /> | ||
|
|
||
| <h3>March: Crafting Your Story 🎨</h3> | ||
| <h4>Focus: Presentation Development</h4> | ||
| <ul> | ||
| <li>Learn slide design principles</li> | ||
| <li>Develop your presentation</li> | ||
| <li>Get feedback in a supportive environment</li> | ||
| <li>Refine your message and delivery</li> | ||
| <li> | ||
| Practice format-specific skills (for example, facilitation for | ||
| discussion leads, timing for lightning talks) | ||
| </li> | ||
| </ul> | ||
|
|
||
| <h4>Resources & Support</h4> | ||
| <ul> | ||
| <li>Slide design workshops</li> | ||
| <li>Private Slack channel for speaker support</li> | ||
| <li>Feedback sessions with experienced presenters</li> | ||
| <li>Q&A with conference organizers</li> | ||
| <li>Format-specific mentoring</li> | ||
| </ul> | ||
|
|
||
| <hr /> | ||
|
|
||
| <h3>April: Bringing It All Together 🌟</h3> | ||
| <h4>Focus: Technical Setup & Rehearsals</h4> | ||
| <ul> | ||
| <li>Perfect your delivery</li> | ||
| <li>Master the technical setup</li> | ||
| <li>Practice with your mentor</li> | ||
| <li>Prepare for the big day!</li> | ||
| <li>Format-specific rehearsals and timing practice</li> | ||
| </ul> | ||
|
|
||
| <h4>Resources & Support</h4> | ||
| <ul> | ||
| <li>One-on-one mentorship</li> | ||
| <li>Technical setup assistance</li> | ||
| <li>Rehearsal opportunities</li> | ||
| <li>Final presentation review</li> | ||
| <li>Format-specific technical guidance</li> | ||
| </ul> | ||
|
|
||
| <h2 id="participation" className="mb-3"> | ||
| How to Participate | ||
| </h2> | ||
| <h3>For Aspiring Speakers</h3> | ||
| <ol> | ||
| <li> | ||
| Join the challenge by{' '} | ||
| <Link href="/l/vc-conf-cfp-form">submitting your CFP</Link> | ||
| </li> | ||
| <li>Choose your preferred talk format</li> | ||
| <li>Attend relevant workshops and support sessions</li> | ||
| <li>Connect with mentors and fellow speakers</li> | ||
| <li>Give and receive feedback</li> | ||
| <li>Prepare for your moment on stage!</li> | ||
| </ol> | ||
|
|
||
| <h3>For Event Organization Enthusiasts</h3> | ||
| <ol> | ||
| <li>Learn about conference organization</li> | ||
| <li>Help review proposals and provide feedback</li> | ||
| <li>Support speakers in their journey</li> | ||
| <li>Gain hands-on event planning experience</li> | ||
| <li>Be part of creating an unforgettable community event</li> | ||
| </ol> | ||
|
|
||
| <h2 id="join" className="mb-3"> | ||
| Join Us! | ||
| </h2> | ||
| <p> | ||
| Whether you're drafting your first CFP or helping others shine on stage, | ||
| you're playing a crucial role in our community's growth. This challenge | ||
| is about more than just speaking—it's about building confidence, sharing | ||
| knowledge, and strengthening our community bonds. | ||
| </p> | ||
|
|
||
| <h3>Ready to Start?</h3> | ||
| <ul> | ||
| <li> | ||
| <Link href="/l/vc-conf-cfp-form">Sign up</Link> for the challenge | ||
| </li> | ||
| <li>Join our dedicated Slack channel</li> | ||
| <li>Attend our kickoff meeting</li> | ||
| <li>Start your journey from idea to stage!</li> | ||
| </ul> | ||
|
|
||
| <hr /> | ||
|
|
||
| <p> | ||
| <strong>Remember:</strong> Every expert was once a beginner. In Virtual | ||
| Coffee, we believe that everyone has something valuable to share, and | ||
| we're here to help you share it with confidence! 💝 | ||
| </p> | ||
| </> | ||
| ); | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.