Skip to content

Show project date ranges as a scannable right-aligned column in experience section#14

Merged
dlaz merged 1 commit intoyearsfrom
copilot/display-date-ranges-with-projects
Apr 25, 2026
Merged

Show project date ranges as a scannable right-aligned column in experience section#14
dlaz merged 1 commit intoyearsfrom
copilot/display-date-ranges-with-projects

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 25, 2026

start_year/end_year fields already existed on experience projects in resume.json but were never rendered. Adds them as a right-aligned date column beside each project title for quick career-progression scanning.

Changes

resume.html.ejs

  • Wraps each project's title+role in a project-header flex row
  • Computes date range inline and renders it as a project-dates span on the right
  • Date formatting logic:
    • start_year only → "2025 – present"
    • start_year === end_year"2025"
    • Both and different → "2019 – 2022"
    • No years → nothing rendered (e.g. Google project)

styles.css

  • .project-header: display: flex; justify-content: space-between to push date right
  • .project-meta: flex: 1 so title/role fills available space
  • .project-dates: small muted text, white-space: nowrap; flex-shrink: 0 to hold its column position

@github-actions
Copy link
Copy Markdown

📸 Screenshot Preview

HTML (screen)

HTML Preview

PDF (page 1)

PDF Page 1

PDF (page 2)

PDF Page 2

Generated by run #24939649979

@dlaz dlaz marked this pull request as ready for review April 25, 2026 20:16
@dlaz dlaz merged commit 980e082 into years Apr 25, 2026
1 check passed
@dlaz dlaz deleted the copilot/display-date-ranges-with-projects branch April 25, 2026 20:16
dlaz added a commit that referenced this pull request Apr 25, 2026
* add years to projects

* feat: show project date ranges aligned to the right in experience section (#14)

Agent-Logs-Url: https://github.com/dlaz/dlaz.github.com/sessions/6178eff3-8685-4bb1-baf6-f450da17b10c

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: dlaz <740058+dlaz@users.noreply.github.com>

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: dlaz <740058+dlaz@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants