List 3 block design & features
List3 is a vertically stacked resume-style section using shadcn/ui Separator components to divide entries. A large heading and subheading lead into two labeled groups: Experience and Achievements. Each entry renders as a three-column grid row showing a year or date range, a role or award title, and an organization name, with a Separator above every row.
All text uses small sizes with consistent muted-foreground color on the year and organization columns, while the title column stays in the default foreground. Section headings use a slash-prefix convention for a typographic accent. The overall background is plain with no cards or containers, letting the separators alone define row boundaries.
The aesthetic is minimal and editorial, resembling a printed CV. Uppercase text across all data fields reinforces the portfolio feel. Complexity is very low because the block is purely static with no interactive elements. You provide two arrays of objects: experiences with year, role, and company, and awards with year, title, and organization.
On smaller screens the three-column grid collapses to a single column, stacking year, title, and organization vertically within each entry.
