diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-02-26 12:18:58 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-02-26 12:19:03 -0500 |
| commit | 652cab73e9aff1a8fc807a4401118147ad9481d0 (patch) | |
| tree | 078a5557d968000b67d2042398134ed80a53353f | |
| parent | 8eecbfa829848bf1f688365ae059d7a2c349fd08 (diff) | |
| download | xesite-652cab73e9aff1a8fc807a4401118147ad9481d0.tar.xz xesite-652cab73e9aff1a8fc807a4401118147ad9481d0.zip | |
dhall/jobHistory: update to latest position
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | dhall/jobHistory.dhall | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/dhall/jobHistory.dhall b/dhall/jobHistory.dhall index f5e70b9..713b16b 100644 --- a/dhall/jobHistory.dhall +++ b/dhall/jobHistory.dhall @@ -66,8 +66,8 @@ let tailscale = , location = ottawa // { city = "Toronto" } } -in [ Job::{ - , company = Company::{ +let flyio = + Company::{ , name = "Fly.io" , url = Some "https://fly.io" , tagline = @@ -79,9 +79,22 @@ in [ Job::{ , remote = True } } + +in [ Job::{ + , company = flyio , title = "Senior Technophilosopher" + , startDate = "2024-01-07" + , salary = Salary::{ amount = 260000, per = "year", currency = "CAD" } + , locations = [ ottawa ] + , highlights = [ "Developer marketing", "Developer relations", "Technical writing", "Team building" ] + } + , Job::{ + , company = flyio + , title = "Senior Technophilosopher (contract)" , contract = True , startDate = "2023-11-06" + , endDate = Some "2024-01-06" + , leaveReason = Some "got hired full-time" , salary = Salary::{ amount = 15000, per = "month", currency = "USD" } , locations = [ ottawa ] , highlights = [ "Developer marketing" ] |
