Commit Graph

2 Commits

Author SHA1 Message Date
688788a80d feat: improve education timeline component
- add spacing between timeline items
- connect timeline line between nodes by extending the line
- add isLast prop to hide line extension on final item
- auto-detect future start dates and display "Starting X" instead of "X - present"
- reorder awards section before core courses section on mobile
2026-04-11 07:43:55 -04:00
6ad73c98e2 refactor: break Timeline into composable components for reuse
Split Timeline component into a generic wrapper and EducationItem
component to support adding Experience and other timeline-based sections
later.
2026-03-26 16:46:30 -04:00