Skip to content

Team page: missing real avatars and bios for leadership and organizers #78

@tkodev

Description

@tkodev

Problem

The /about/team page currently renders initials-only placeholder avatars and shows "Bio coming soon" for all Board of Directors (Co-Chairs, Treasurer) and Core Team (Organizers) members.

Affected sections

  • Leadership → Co-ChairsBoardCard component, teamGroups[0]
  • Leadership → TreasurerBoardCard component, teamGroups[1]
  • Core team → OrganizersCoreCard component, teamGroups[2]

Expected behaviour

  • Each leadership and organizer card displays a real headshot (or a supplied photo) instead of the initials circle.
  • Each card has a real bio filled in (the bio field in constants/team.ts).

What needs to happen

  1. Collect headshot photos from each board member and core organizer.
  2. Add image assets to public/ and wire up an <Image> in AvatarLg / AvatarMd.
  3. Fill in the bio field for each person in constants/team.ts.

Notes

  • The TeamMember type in constants/team.ts would need an optional avatarUrl (or image) field to support real photos.
  • Fallback to initials when no image is supplied is fine to keep.

Metadata

Metadata

Assignees

Labels

assets neededrequires new or revised design/copy/filesenhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions