Team Grid

team_grid renders four profile cards with image fallbacks, role text, short bios, and optional links.

When to Use

Use it for founder sections, service teams, advisory boards, expert rosters, or community pages.

Usage

{{ team_grid(title="Meet the team", member_1_name="Alex", member_1_role="Founder") }}

Live Example

Team

Built by focused operators

Use image URLs when available or rely on clean initial fallbacks.

A…

Alex Rivera

Product

Turns strategy into shippable sections.

M…

Maya Chen

Design

Keeps the system minimal and precise.

J…

Jon Bell

Engineering

Protects performance and maintainability.

Parameters

ParameterDescription
containerInner content width.
eyebrowSmall uppercase label above the heading.
titleSection heading.
descriptionSupporting copy.
member_N_nameMember name, up to 4.
member_N_roleMember role.
member_N_bioShort bio.
member_N_avatarOptional avatar image URL.
member_N_hrefOptional profile URL.
bgFull-width section background token.
classAdditional CSS classes on the outer section.