From 8fbf856d12657cdd66d25869e7c74061f51314e0 Mon Sep 17 00:00:00 2001 From: Userunknown84 Date: Sun, 17 May 2026 11:37:29 +0530 Subject: [PATCH] commit --- src/components/SummerOfAI.jsx | 135 +++++++++++++++++++++++----------- 1 file changed, 94 insertions(+), 41 deletions(-) diff --git a/src/components/SummerOfAI.jsx b/src/components/SummerOfAI.jsx index 351e119..e5e3637 100644 --- a/src/components/SummerOfAI.jsx +++ b/src/components/SummerOfAI.jsx @@ -1,44 +1,54 @@ +import { use, useState } from "react"; + + const features = [ { - icon: '💻', - title: 'Contribute to Real Projects', - description: 'Work on open source AI tools that girls across India actually use. Your name on real commits.', + icon: "💻", + title: "Contribute to Real Projects", + description: + "Work on open source AI tools that girls across India actually use. Your name on real commits.", }, { - icon: '👩‍💼', - title: '1:1 Mentorship', - description: 'Get paired with a woman working in AI. Weekly check-ins, career guidance, real talk.', + icon: "👩‍💼", + title: "1:1 Mentorship", + description: + "Get paired with a woman working in AI. Weekly check-ins, career guidance, real talk.", }, { - icon: '🏆', - title: 'Certificate & Recognition', - description: "A credential that shows what you built — not just what you watched. Goes straight on your resume.", + icon: "🏆", + title: "Certificate & Recognition", + description: + "A credential that shows what you built — not just what you watched. Goes straight on your resume.", }, { - icon: '🌐', - title: 'Pan-India Community', - description: 'Connect with girls building AI from every state. Your future co-founders are here.', + icon: "🌐", + title: "Pan-India Community", + description: + "Connect with girls building AI from every state. Your future co-founders are here.", }, -] +]; + + export default function SummerOfAI() { + const [btn, SetBtn] = useState(false); return (
{/* Big background year text */}
2026 @@ -47,33 +57,66 @@ export default function SummerOfAI() {
{/* Left */}
-
+
Coming 2026

- HerStack
Summer of AI + HerStack +
+ Summer of AI

-

- An open source program where girls contribute to real AI projects, get mentored by women in the industry, and earn a certificate that actually means something. +

+ An open source program where girls contribute to real AI projects, + get mentored by women in the industry, and earn a certificate that + actually means something.

- SetBtn(true)} className="inline-flex items-center gap-2 font-semibold no-underline px-8 py-3.5 rounded-full transition-all duration-200" - style={{ background: 'white', color: 'var(--purple)' }} - onMouseEnter={e => { - e.currentTarget.style.transform = 'translateY(-1px)' - e.currentTarget.style.boxShadow = '0 8px 24px rgba(0,0,0,0.15)' + style={{ background: "white", color: "var(--purple)" }} + onMouseEnter={(e) => { + e.currentTarget.style.transform = "translateY(-1px)"; + e.currentTarget.style.boxShadow = "0 8px 24px rgba(0,0,0,0.15)"; }} - onMouseLeave={e => { - e.currentTarget.style.transform = 'translateY(0)' - e.currentTarget.style.boxShadow = 'none' + onMouseLeave={(e) => { + e.currentTarget.style.transform = "translateY(0)"; + e.currentTarget.style.boxShadow = "none"; }} > Join the waitlist → - + + {btn && ( +
+
+ +