From d4e0638f278192b19ad96fed9830f3f27d80e065 Mon Sep 17 00:00:00 2001 From: Usmaan Sayed <161072079+usmaan677@users.noreply.github.com> Date: Fri, 20 Feb 2026 17:22:47 -0600 Subject: [PATCH] added the new oppurtunties --- src/opportunities/OpportunitiesInfo.tsx | 27 +++++++++---------------- 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/src/opportunities/OpportunitiesInfo.tsx b/src/opportunities/OpportunitiesInfo.tsx index 45822e7..4b42b51 100644 --- a/src/opportunities/OpportunitiesInfo.tsx +++ b/src/opportunities/OpportunitiesInfo.tsx @@ -4,41 +4,32 @@ const OpportunitiesRoles = [ { name: "Intern", icon: "/assets/opportunities/intern.svg", - year: "Fall 2024", + year: "Spring 2026", description: "Gain hands-on experience by working under a director, with the opportunity to grow into an officer role.", - applicationLink: "https://forms.gle/9PZiZkXpjcGVRVzUA", + applicationLink: "https://docs.google.com/forms/d/e/1FAIpQLSekGmK75Gv-zXcM_2FGh6JrjeQuMYID2OSyIDu3-VrQ8tyCXw/viewform?usp=dialog", }, { - name: "Team Lead", + name: "Code Coogs Mentorship", icon: "/assets/opportunities/teamLead.svg", - year: "Fall 2024 - Spring 2025", + year: "Spring 2026", description: - "Lead a team to create innovative projects and present them to company representatives.", + "Get mentorship from a Code Coogs mentor, get help with resumes, interviews, etc.", applicationLink: - "https://docs.google.com/forms/d/e/1FAIpQLSdtJq9k76CMKvqo_MhmHVVGM0ZncKllp5vZ67BRs2IuGBOvsA/viewform", + "https://forms.gle/DZ5kgJWWuPsxHFBs8", }, { - name: "CUES - Advanced Team", + name: "Members Only Teams", icon: "/assets/opportunities/cues.svg", year: "Fall 2024 - Spring 2025", description: - "Partner with UH research faculty to develop a Nigerian employment database.", + "Become a part of a team and build a fun project together!", applicationLink: - "https://docs.google.com/forms/d/e/1FAIpQLScwDkeMms9bg7D_SZ8mqVCBJWdYoHpaKomR38A0IXZcuJw3og/viewform", + "https://docs.google.com/forms/d/e/1FAIpQLSfXB-asea_xzEsDefKL5bBQmGolWeslRzXi08b7Bc2m1TO-EA/viewform?usp=dialog", }, - { - name: "Committee Position", - icon: "/assets/opportunities/committee.svg", - year: "Fall 2024 - Spring 2025", - description: - "Contribute to workshops, events, web development, and marketing initiatives.", - applicationLink: - "https://docs.google.com/forms/d/e/1FAIpQLSe2ek4WWAqtz3If-p55_HuN1DNjL9xHhegTxytHtZDXOb79Bw/viewform", - }, ]; const style =