From d97fe2a42998745bc33b8b5a063f544e7a7a595f Mon Sep 17 00:00:00 2001 From: Fr0zennx Date: Fri, 10 Apr 2026 22:01:18 +0300 Subject: [PATCH 1/3] fix: update layout for team member display to improve responsiveness and alignment --- frontend/gdg-website/src/pages/Team/TeamPage.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/gdg-website/src/pages/Team/TeamPage.tsx b/frontend/gdg-website/src/pages/Team/TeamPage.tsx index 528058b..695e068 100644 --- a/frontend/gdg-website/src/pages/Team/TeamPage.tsx +++ b/frontend/gdg-website/src/pages/Team/TeamPage.tsx @@ -137,13 +137,13 @@ export const TeamPage: React.FC = () => { /> ))} -
+
{organizationTeam .filter((m) => m.role === "member") .map((member, idx) => (
@@ -197,13 +197,13 @@ export const TeamPage: React.FC = () => { /> ))}
-
+
{marketingTeam .filter((m) => m.role === "member") .map((member, idx) => (
@@ -257,13 +257,13 @@ export const TeamPage: React.FC = () => { /> ))}
-
+
{sponsorshipTeam .filter((m) => m.role === "member") .map((member, idx) => (
@@ -317,13 +317,13 @@ export const TeamPage: React.FC = () => { /> ))}
-
+
{softwareTeam .filter((m) => m.role === "member") .map((member, idx) => (
From 30fd563e4cd0b509c63d2736dd68d31da52deac1 Mon Sep 17 00:00:00 2001 From: Fr0zennx Date: Fri, 10 Apr 2026 22:16:49 +0300 Subject: [PATCH 2/3] feat(gw): update about page event images --- frontend/gdg-website/src/pages/About/AboutPage.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/gdg-website/src/pages/About/AboutPage.tsx b/frontend/gdg-website/src/pages/About/AboutPage.tsx index 60d8077..17ba2c5 100644 --- a/frontend/gdg-website/src/pages/About/AboutPage.tsx +++ b/frontend/gdg-website/src/pages/About/AboutPage.tsx @@ -125,6 +125,7 @@ export const AboutPage: React.FC = () => { "We believe the best way to learn is by doing. We organize technical workshops ranging from Web and Mobile Development to AI and Cloud Computing. You bring your laptop, and we write code together, debug in real-time, and leave with a working project.", color: "bg-[#4285F4]", tag: "Learn By Doing", + image: "https://raw.githubusercontent.com/GDG-Yasar-Software-Team/mail-assets/main/gdg-events/events-picture/IMG_8489.jpg", icon: ( { "We host industry professionals, Google Developer Experts, and experienced alumni to share their knowledge, career journeys, and insights about the latest trends in the tech ecosystem. Getting direct experience from the experts is invaluable.", color: "bg-[#EA4335]", tag: "Listen to Experts", + image: "https://raw.githubusercontent.com/GDG-Yasar-Software-Team/mail-assets/main/gdg-events/events-picture/IMG_7674.jpg", icon: ( Date: Fri, 10 Apr 2026 22:21:39 +0300 Subject: [PATCH 3/3] style(gw): format AboutPage.tsx with biome to pass CI checks --- frontend/gdg-website/src/pages/About/AboutPage.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/gdg-website/src/pages/About/AboutPage.tsx b/frontend/gdg-website/src/pages/About/AboutPage.tsx index 17ba2c5..9608c95 100644 --- a/frontend/gdg-website/src/pages/About/AboutPage.tsx +++ b/frontend/gdg-website/src/pages/About/AboutPage.tsx @@ -125,7 +125,8 @@ export const AboutPage: React.FC = () => { "We believe the best way to learn is by doing. We organize technical workshops ranging from Web and Mobile Development to AI and Cloud Computing. You bring your laptop, and we write code together, debug in real-time, and leave with a working project.", color: "bg-[#4285F4]", tag: "Learn By Doing", - image: "https://raw.githubusercontent.com/GDG-Yasar-Software-Team/mail-assets/main/gdg-events/events-picture/IMG_8489.jpg", + image: + "https://raw.githubusercontent.com/GDG-Yasar-Software-Team/mail-assets/main/gdg-events/events-picture/IMG_8489.jpg", icon: ( { "We host industry professionals, Google Developer Experts, and experienced alumni to share their knowledge, career journeys, and insights about the latest trends in the tech ecosystem. Getting direct experience from the experts is invaluable.", color: "bg-[#EA4335]", tag: "Listen to Experts", - image: "https://raw.githubusercontent.com/GDG-Yasar-Software-Team/mail-assets/main/gdg-events/events-picture/IMG_7674.jpg", + image: + "https://raw.githubusercontent.com/GDG-Yasar-Software-Team/mail-assets/main/gdg-events/events-picture/IMG_7674.jpg", icon: (