diff --git a/src/opportunities/Opportunities.tsx b/src/opportunities/Opportunities.tsx index 1e1548c..7b8ca85 100644 --- a/src/opportunities/Opportunities.tsx +++ b/src/opportunities/Opportunities.tsx @@ -25,7 +25,7 @@ const BackgroundRoles = () => { marketing - software dev + software development corporate relations diff --git a/src/opportunities/OpportunitiesInfo.tsx b/src/opportunities/OpportunitiesInfo.tsx index 45822e7..9d57153 100644 --- a/src/opportunities/OpportunitiesInfo.tsx +++ b/src/opportunities/OpportunitiesInfo.tsx @@ -4,45 +4,43 @@ const OpportunitiesRoles = [ { name: "Intern", icon: "/assets/opportunities/intern.svg", - year: "Fall 2024", + year: "Fall 2025", 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: "", }, { name: "Team Lead", icon: "/assets/opportunities/teamLead.svg", - year: "Fall 2024 - Spring 2025", + year: "Fall 2025 - Spring 2026", description: "Lead a team to create innovative projects and present them to company representatives.", - applicationLink: - "https://docs.google.com/forms/d/e/1FAIpQLSdtJq9k76CMKvqo_MhmHVVGM0ZncKllp5vZ67BRs2IuGBOvsA/viewform", + applicationLink: + "https://docs.google.com/forms/d/e/1FAIpQLSerxtg1YGQIz4ulbFYA1haIU1VpxARK14-YHhrcnR20ut8hcw/viewform?usp=sharing&ouid=100624813009928062247", }, { - name: "CUES - Advanced Team", + name: "Advanced Team", icon: "/assets/opportunities/cues.svg", - year: "Fall 2024 - Spring 2025", - description: - "Partner with UH research faculty to develop a Nigerian employment database.", - applicationLink: - "https://docs.google.com/forms/d/e/1FAIpQLScwDkeMms9bg7D_SZ8mqVCBJWdYoHpaKomR38A0IXZcuJw3og/viewform", + year: "Fall 2025 - Spring 2026", + description: "Collaborate with a team to build an AI Coaching Mentor Pairing Application for a sponsor.", + applicationLink: + "https://docs.google.com/forms/d/e/1FAIpQLSeQ_Rr9VR5Q87lsvt8ofQ033VBmOo4EtlSSpEyhsToXM0fM5w/viewform", }, { name: "Committee Position", icon: "/assets/opportunities/committee.svg", - year: "Fall 2024 - Spring 2025", + year: "Fall 2025 - Spring 2026", description: "Contribute to workshops, events, web development, and marketing initiatives.", - applicationLink: - "https://docs.google.com/forms/d/e/1FAIpQLSe2ek4WWAqtz3If-p55_HuN1DNjL9xHhegTxytHtZDXOb79Bw/viewform", + applicationLink: "", }, ]; const style = - "flex items-start p-7 h-[200px] relative font-bold rounded-lg bg-[#151515] text-white ring-1 ring-dark-primary ring-inset"; + "flex items-start p-8 h-[200px] relative font-bold rounded-lg bg-[#151515] text-white ring-1 ring-dark-primary ring-inset"; const OpportunitiesItems = OpportunitiesRoles.map((role) => ( ( } backHTML={ -
+
-
- - - {role.description} - +
+
+ {role.description} +
- {role.applicationLink && ( - - )} - + {role.applicationLink && ( + + )}
} @@ -98,10 +94,10 @@ const OpportunitiesItems = OpportunitiesRoles.map((role) => ( const OpportunitiesInfo = () => { return ( -
+
-
+

Join a vibrant team of college students eager to make a difference through workshops, projects, competitions, and other coding @@ -112,7 +108,7 @@ const OpportunitiesInfo = () => {

-
+
{OpportunitiesItems}
@@ -121,4 +117,4 @@ const OpportunitiesInfo = () => { ); }; -export default OpportunitiesInfo; +export default OpportunitiesInfo; \ No newline at end of file