From 0a5ca7217496613810bc2be964da6217cfe0a4ca Mon Sep 17 00:00:00 2001 From: phipsae Date: Sat, 4 Jan 2025 13:39:57 +0400 Subject: [PATCH] add what you will learn section --- packages/nextjs/pages/batches/index.tsx | 55 ++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/packages/nextjs/pages/batches/index.tsx b/packages/nextjs/pages/batches/index.tsx index 2133e66..74e5008 100644 --- a/packages/nextjs/pages/batches/index.tsx +++ b/packages/nextjs/pages/batches/index.tsx @@ -150,7 +150,8 @@ const Batches = ({ batchData, openBatchNumber, openBatchStartDate }: PageProps) /> - {/* Next Batch CTA */} + + {/* Next Batch CTA - call to action */}
@@ -176,6 +177,58 @@ const Batches = ({ batchData, openBatchNumber, openBatchStartDate }: PageProps)
+
+ + {/* What you'll learn */} +
+
+
+
+ How Batches Work Illustration +
+
+

What you'll learn?

+
+
+
+

🚀 GitHub Mastery

+
    +
  • Submit your first PR the right way
  • +
  • Create and manage issues effectively
  • +
  • Review code from fellow participants
  • +
  • Open-source etiquette and best practices
  • +
+
+ +
+

⚡ Technical Growth

+
    +
  • Complementary challenges to Speedrun Ethereum
  • +
  • Real-world building experience
  • +
  • Mentorship on contributing to open-source projects
  • +
  • Technical and social skills for web3 collaboration
  • +
+
+
+ +
+

+ 👩‍💻 It's like MIT's "The Missing Semester of Your CS Education", but tailored for + on-chain developers. +

+
+
+
+
+
+
+ {/* How Batches Work */}