Skip to content

Commit

Permalink
feat: add table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
adiati98 committed Jan 28, 2025
1 parent c927f66 commit 57295f6
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions src/app/monthlychallenges/(challenges)/spring-2025/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,19 @@ export default function Challenge() {

<hr />

<h2 className="mb-3">Challenge Overview</h2>
<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
Expand All @@ -67,7 +79,7 @@ export default function Challenge() {
<li>Meeting people where they are in their journey</li>
</ul>

<h2 className="mb-3">Community Support</h2>
<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>
Expand All @@ -78,7 +90,7 @@ export default function Challenge() {
<li>Format-specific guidance and resources</li>
</ul>

<h2 className="mb-3">Talk Formats</h2>
<h2 id="format" className="mb-3">Talk Formats</h2>
<p>
We offer multiple formats to suit different speaking styles and content
types:
Expand Down Expand Up @@ -114,7 +126,7 @@ export default function Challenge() {
</p>
<p><strong>Time:</strong> 30 minutes</p>

<h2 className="mb-5">The Journey: Month by Month</h2>
<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>
Expand Down Expand Up @@ -180,7 +192,7 @@ export default function Challenge() {
<li>Format-specific technical guidance</li>
</ul>

<h2 className="mb-3">How to Participate</h2>
<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>
Expand All @@ -200,7 +212,7 @@ export default function Challenge() {
<li>Be part of creating an unforgettable community event</li>
</ol>

<h2 className="mb-3">Join Us!</h2>
<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
Expand Down

0 comments on commit 57295f6

Please sign in to comment.