Conversation
…tion Agent-Logs-Url: https://github.com/dlaz/dlaz.github.com/sessions/6178eff3-8685-4bb1-baf6-f450da17b10c Co-authored-by: dlaz <740058+dlaz@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
dlaz
April 25, 2026 20:12
View session
📸 Screenshot PreviewHTML (screen)PDF (page 1)PDF (page 2)Generated by run #24939649979 |
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



start_year/end_yearfields already existed on experience projects inresume.jsonbut were never rendered. Adds them as a right-aligned date column beside each project title for quick career-progression scanning.Changes
resume.html.ejsproject-headerflex rowproject-datesspan on the rightstart_yearonly →"2025 – present"start_year === end_year→"2025""2019 – 2022"styles.css.project-header:display: flex; justify-content: space-betweento push date right.project-meta:flex: 1so title/role fills available space.project-dates: small muted text,white-space: nowrap; flex-shrink: 0to hold its column position