From 95174b016f9e2f718b2b6168f7f05498a17c9c72 Mon Sep 17 00:00:00 2001 From: Alex <86182397+alehxs@users.noreply.github.com> Date: Wed, 10 Sep 2025 23:40:40 -0500 Subject: [PATCH 1/3] feat(opportunities): refresh opportunities section styling and information --- src/opportunities/Opportunities.tsx | 2 +- src/opportunities/OpportunitiesInfo.tsx | 70 ++++++++++++------------- 2 files changed, 35 insertions(+), 37 deletions(-) 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..1c15901 100644 --- a/src/opportunities/OpportunitiesInfo.tsx +++ b/src/opportunities/OpportunitiesInfo.tsx @@ -4,45 +4,45 @@ 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", + "", }, { - name: "CUES - Advanced Team", + name: "Advanced Team", icon: "/assets/opportunities/cues.svg", - year: "Fall 2024 - Spring 2025", + year: "Fall 2025 - Spring 2026", description: - "Partner with UH research faculty to develop a Nigerian employment database.", + "TBD", applicationLink: - "https://docs.google.com/forms/d/e/1FAIpQLScwDkeMms9bg7D_SZ8mqVCBJWdYoHpaKomR38A0IXZcuJw3og/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", + "", }, ]; 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 +96,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 +110,7 @@ const OpportunitiesInfo = () => {

-
+
{OpportunitiesItems}
@@ -121,4 +119,4 @@ const OpportunitiesInfo = () => { ); }; -export default OpportunitiesInfo; +export default OpportunitiesInfo; \ No newline at end of file From a373e90a59be0d39e00012d2d60a855a010901ad Mon Sep 17 00:00:00 2001 From: Alex <86182397+alehxs@users.noreply.github.com> Date: Wed, 10 Sep 2025 23:50:05 -0500 Subject: [PATCH 2/3] fix(positions): Remove card links --- src/opportunities/OpportunitiesInfo.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/opportunities/OpportunitiesInfo.tsx b/src/opportunities/OpportunitiesInfo.tsx index 1c15901..ff81a75 100644 --- a/src/opportunities/OpportunitiesInfo.tsx +++ b/src/opportunities/OpportunitiesInfo.tsx @@ -16,18 +16,15 @@ const OpportunitiesRoles = [ year: "Fall 2025 - Spring 2026", description: "Lead a team to create innovative projects and present them to company representatives.", - applicationLink: - "", + applicationLink: "", }, { name: "Advanced Team", icon: "/assets/opportunities/cues.svg", year: "Fall 2025 - Spring 2026", - description: - "TBD", - applicationLink: - "", + description: "TBD", + applicationLink: "", }, { @@ -36,8 +33,7 @@ const OpportunitiesRoles = [ year: "Fall 2025 - Spring 2026", description: "Contribute to workshops, events, web development, and marketing initiatives.", - applicationLink: - "", + applicationLink: "", }, ]; From 75ec76e90f47d9e7c48b8433ff2b00e49edec414 Mon Sep 17 00:00:00 2001 From: Alex <86182397+alehxs@users.noreply.github.com> Date: Fri, 12 Sep 2025 14:25:58 -0500 Subject: [PATCH 3/3] fix(positions): restore apply button with updated links --- src/opportunities/OpportunitiesInfo.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/opportunities/OpportunitiesInfo.tsx b/src/opportunities/OpportunitiesInfo.tsx index ff81a75..9d57153 100644 --- a/src/opportunities/OpportunitiesInfo.tsx +++ b/src/opportunities/OpportunitiesInfo.tsx @@ -16,15 +16,17 @@ const OpportunitiesRoles = [ year: "Fall 2025 - Spring 2026", description: "Lead a team to create innovative projects and present them to company representatives.", - applicationLink: "", + applicationLink: + "https://docs.google.com/forms/d/e/1FAIpQLSerxtg1YGQIz4ulbFYA1haIU1VpxARK14-YHhrcnR20ut8hcw/viewform?usp=sharing&ouid=100624813009928062247", }, { name: "Advanced Team", icon: "/assets/opportunities/cues.svg", year: "Fall 2025 - Spring 2026", - description: "TBD", - applicationLink: "", + 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", }, {