diff --git a/apps/web/public/departments/human-resources/bonding-trip-2025c.jpeg b/apps/web/public/departments/human-resources/bonding-trip-2025c.jpeg new file mode 100644 index 0000000000..c8c401174d Binary files /dev/null and b/apps/web/public/departments/human-resources/bonding-trip-2025c.jpeg differ diff --git a/apps/web/public/departments/human-resources/neo-award-2025c.jpg b/apps/web/public/departments/human-resources/neo-award-2025c.jpg new file mode 100644 index 0000000000..49ab9e0de1 Binary files /dev/null and b/apps/web/public/departments/human-resources/neo-award-2025c.jpg differ diff --git a/apps/web/public/departments/human-resources/secret-santa-c-2025.jpg b/apps/web/public/departments/human-resources/secret-santa-c-2025.jpg new file mode 100644 index 0000000000..b47e9d4957 Binary files /dev/null and b/apps/web/public/departments/human-resources/secret-santa-c-2025.jpg differ diff --git a/apps/web/public/departments/human-resources/sportday-2025c.jpeg b/apps/web/public/departments/human-resources/sportday-2025c.jpeg new file mode 100644 index 0000000000..4221a4d331 Binary files /dev/null and b/apps/web/public/departments/human-resources/sportday-2025c.jpeg differ diff --git a/apps/web/public/departments/human-resources/welcome-day-2026a.jpg b/apps/web/public/departments/human-resources/welcome-day-2026a.jpg new file mode 100644 index 0000000000..d02f63c0d9 Binary files /dev/null and b/apps/web/public/departments/human-resources/welcome-day-2026a.jpg differ diff --git a/apps/web/public/departments/marketing/club-day-2025c.png b/apps/web/public/departments/marketing/club-day-2025c.png new file mode 100644 index 0000000000..f0a51a6dc3 Binary files /dev/null and b/apps/web/public/departments/marketing/club-day-2025c.png differ diff --git a/apps/web/public/departments/marketing/linkedin-posts.png b/apps/web/public/departments/marketing/linkedin-posts.png new file mode 100644 index 0000000000..c2b9f36614 Binary files /dev/null and b/apps/web/public/departments/marketing/linkedin-posts.png differ diff --git a/apps/web/public/departments/marketing/nct-fanpage.png b/apps/web/public/departments/marketing/nct-fanpage.png new file mode 100644 index 0000000000..451affb21a Binary files /dev/null and b/apps/web/public/departments/marketing/nct-fanpage.png differ diff --git a/apps/web/public/departments/marketing/secret-santa-2025c.jpg b/apps/web/public/departments/marketing/secret-santa-2025c.jpg new file mode 100644 index 0000000000..782be475e4 Binary files /dev/null and b/apps/web/public/departments/marketing/secret-santa-2025c.jpg differ diff --git a/apps/web/public/departments/marketing/souvenirs.png b/apps/web/public/departments/marketing/souvenirs.png new file mode 100644 index 0000000000..7a9ebad95a Binary files /dev/null and b/apps/web/public/departments/marketing/souvenirs.png differ diff --git a/apps/web/public/departments/technology/competitive-programming-workshop-2.jpg b/apps/web/public/departments/technology/competitive-programming-workshop-2.jpg new file mode 100644 index 0000000000..457c42a7c6 Binary files /dev/null and b/apps/web/public/departments/technology/competitive-programming-workshop-2.jpg differ diff --git a/apps/web/public/departments/technology/competitive-programming-workshop.jpg b/apps/web/public/departments/technology/competitive-programming-workshop.jpg new file mode 100644 index 0000000000..8c70c55f47 Binary files /dev/null and b/apps/web/public/departments/technology/competitive-programming-workshop.jpg differ diff --git a/apps/web/public/departments/technology/nextjs-workshop.jpg b/apps/web/public/departments/technology/nextjs-workshop.jpg new file mode 100644 index 0000000000..425a410d09 Binary files /dev/null and b/apps/web/public/departments/technology/nextjs-workshop.jpg differ diff --git a/apps/web/public/departments/technology/soldering-workshop-2.jpg b/apps/web/public/departments/technology/soldering-workshop-2.jpg new file mode 100644 index 0000000000..f80702753e Binary files /dev/null and b/apps/web/public/departments/technology/soldering-workshop-2.jpg differ diff --git a/apps/web/public/departments/technology/soldering-workshop.jpg b/apps/web/public/departments/technology/soldering-workshop.jpg new file mode 100644 index 0000000000..aad2a17b8d Binary files /dev/null and b/apps/web/public/departments/technology/soldering-workshop.jpg differ diff --git a/apps/web/src/app/[locale]/(games)/neo-pacman/page.tsx b/apps/web/src/app/[locale]/(games)/neo-pacman/page.tsx index 1cd61ba548..4280aabd79 100644 --- a/apps/web/src/app/[locale]/(games)/neo-pacman/page.tsx +++ b/apps/web/src/app/[locale]/(games)/neo-pacman/page.tsx @@ -16,11 +16,11 @@ export default function NeoPacman() {
+ {bio} +
++ Our Characteristics +
++ {characteristics.quote} +
++ Our Activities +
+ ++ {activity.title} +
++ {activity.description} +
+{role}
diff --git a/apps/web/src/app/[locale]/(marketing)/about/members.tsx b/apps/web/src/app/[locale]/(marketing)/about/members.tsx index 4bb05e1c18..14591d10f3 100644 --- a/apps/web/src/app/[locale]/(marketing)/about/members.tsx +++ b/apps/web/src/app/[locale]/(marketing)/about/members.tsx @@ -22,7 +22,7 @@ const cardVariants = { }, }; -const departments: { name: DepartmentName; color: string }[] = [ +const memberDepartments: { name: DepartmentName; color: string }[] = [ { name: 'FinLog', color: 'text-dynamic-green' }, { name: 'Technology', color: 'text-dynamic-blue' }, { name: 'Human Resources', color: 'text-dynamic-purple' }, @@ -51,14 +51,17 @@ export default function Members() { const handleDepartmentClick = (departmentName: DepartmentName) => { if (lockedDepartment === departmentName) { - setLockedDepartment(null); // Unlock if clicking the same department + setLockedDepartment(null); } else { setLockedDepartment(departmentName); } }; return ( -+
{year}
+ {department.bio} +
+