Skip to content

Commit e3776c4

Browse files
committed
fix: Fixed the dates for Office Ally
1 parent 6322e91 commit e3776c4

6 files changed

Lines changed: 27 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
9+
## v6.1.1 - 2025-05-13
10+
* Fixed dates for Office Ally employment
11+
12+
813
## v6.1.0 - 2025-04-30
914
* Enabled controls via queryparams
1015

16+
1117
## v6.0.1 - 2025-04-30
1218
* Updated menu emojis
1319
* Improved print controls for Plain
@@ -19,73 +25,89 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1925
* Completely rewrote building mechanism using JS rather than Python
2026
* Added plain style resume
2127

28+
2229
## v5.4.4 - 2025-03-20
2330
* Fixed some typos
2431

32+
2533
## v5.4.3 - 2025-03-19
2634
* Minor wording changes
2735

36+
2837
## v5.4.2 - 2025-03-19
2938
* Fixed centering on buttons
3039
* Fixed font on buttons
3140

41+
3242
## v5.4.1 - 2025-03-19
3343
* Fixed style switching buttons
3444

45+
3546
## v5.4.0 - 2025-03-19
3647
* Added position label
3748
* Added summary text for staff & senior engineer positions
3849
* Added position switcher to change position and summary
3950
* Refactored html manipulation methods
4051
* Changed to staff engineer by default
4152

53+
4254
## v5.3.0 - 2025-03-14
4355
* Added additional sizes (medium, large)
4456
* Set medium size to default
4557
* Added size selector
4658
* Moved download button
4759

60+
4861
## v5.2.1 - 2025-03-09
4962
* Fixed typo on resume
5063

64+
5165
## v5.2.0 - 2025-03-07
5266
* Added theme selector script and buttons
5367
* Stripped down watch script a bit
5468
* Removed some unneeded dependencies
5569

70+
5671
## v5.1.0 - 2025-03-07
5772
* More work on the build and watch script
5873
* A little more styling
5974
* Added a print/download button
6075
* Working on deploy action
6176

77+
6278
## v5.0.0 - 2025-03-06
6379
* Converted to just building an HTML page (will figure out pdf later)
6480
* Added github action to deploy page
6581

82+
6683
## v4.0.0 - 2025-03-05
6784
* Added new "Projects" section to resume (in sidebar)
6885
* Centered header and improved contacts formatting
6986
* Added the "watch" command to allow live-reloading in a browser as you edit.
7087
* Renamed the "light" style to "blue" and created a new "light" style.
7188
* Removed the letter writing components, since that was moved to smart-letters.
7289

90+
7391
## v3.0.0 - 2025-02-27
7492
* Added utility to produce cover letter using job posting and LLM prompt
7593

94+
7695
## v2.1.1 - 2025-02-25
7796
* Widened border to 2px to eliminate rendering artifact
7897

98+
7999
## v2.1.0 - 2025-02-24
80100
* Refactored css
81101
* Revised color palettes including background colors
82102
* Added bold color and removed sizzle
83103

104+
84105
## v2.0.0 - 2025-02-21
85106
* Added sections (top, left, main) to layout
86107
* Introduced logic to inject divs based on section markers
87108
* Added additional styling
88109
* Condensed to 1 page
89110

111+
90112
## v1.0.0 - 2025-02-20
91113
* Added CI to build releases and artifacts

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ accountability are at the core of everything we do.
4545
- Built [Armasec](https://github.com/omnivector-solutions/armasec) OSS Auth package to enable security for Python APIs backed by OIDC providers including Auth0 and Keycloak.
4646

4747

48-
### March 2019 - February 2020: [Office Ally](https://cms.officeally.com/)
48+
### March 2019 - July 2021: [Office Ally](https://cms.officeally.com/)
4949
#### Web Development Team Lead
5050

5151
- Piloted the integration of lab reports and processing statuses from a genomic testing venture project into [Patient Ally](https://www.patientally.com/).

cv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ main:
120120
role: Web Development Team Lead
121121
dates:
122122
start: "March 2019"
123-
end: "February 2020"
123+
end: "July 2021"
124124
details:
125125
- Piloted the integration of lab reports and processing statuses from a genomic testing venture project into Patient Ally.
126126
- Developed an event-driven architecture using Kafka to manage the flow of genomics data throughout cross-platform ecosystem.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cv"
3-
version = "6.1.0"
3+
version = "6.1.1"
44
description = "Build my resume page"
55
readme = "README.md"
66
requires-python = ">=3.13"

static/cv.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"role": "Web Development Team Lead",
160160
"dates": {
161161
"start": "March 2019",
162-
"end": "February 2020"
162+
"end": "July 2021"
163163
},
164164
"details": [
165165
"Piloted the integration of lab reports and processing statuses from a genomic testing venture project into Patient Ally.",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)