diff options
| -rw-r--r-- | dhall/jobHistory.dhall | 28 | ||||
| -rw-r--r-- | dhall/resume/resume.typ | 2 | ||||
| -rw-r--r-- | lume/src/resume.njk | 2 |
3 files changed, 19 insertions, 13 deletions
diff --git a/dhall/jobHistory.dhall b/dhall/jobHistory.dhall index 713b16b..caed0d4 100644 --- a/dhall/jobHistory.dhall +++ b/dhall/jobHistory.dhall @@ -68,25 +68,31 @@ let tailscale = let flyio = Company::{ - , name = "Fly.io" - , url = Some "https://fly.io" - , tagline = - "A platform to run code close to users. Deploy the same app to 35 datacentres worldwide in seconds." - , location = Location::{ - , city = "Chicago" - , stateOrProvince = "IL" - , country = "USA" - , remote = True - } + , name = "Fly.io" + , url = Some "https://fly.io" + , tagline = + "A platform to run code close to users. Deploy the same app to 35 datacentres worldwide in seconds." + , location = Location::{ + , city = "Chicago" + , stateOrProvince = "IL" + , country = "USA" + , remote = True } + } in [ Job::{ , company = flyio , title = "Senior Technophilosopher" , startDate = "2024-01-07" + , endDate = Some "2024-08-30" , salary = Salary::{ amount = 260000, per = "year", currency = "CAD" } , locations = [ ottawa ] - , highlights = [ "Developer marketing", "Developer relations", "Technical writing", "Team building" ] + , highlights = + [ "Developer marketing" + , "Developer relations" + , "Technical writing" + , "Team building" + ] } , Job::{ , company = flyio diff --git a/dhall/resume/resume.typ b/dhall/resume/resume.typ index 1d7b813..7240f69 100644 --- a/dhall/resume/resume.typ +++ b/dhall/resume/resume.typ @@ -137,7 +137,7 @@ If you want someone that is dedicated to their craft, a fearless innovator and a == Experience #titleCompany[Senior Techniphilosopher][Fly.io]\ -#term[2023-11 -- Present][Ottawa, CA] +#term[2023-11 -- 2024-09][Ottawa, CA] At Fly.io I am responsible for helping to build the developer relations team from scratch. I am working with the team to create a new developer relations strategy that is focused on helping developers understand the value of Fly.io and how to use it in their projects. This includes in-person, online, and video content as well as occasional writing for the Fly.io and partner companies' blogs. diff --git a/lume/src/resume.njk b/lume/src/resume.njk index 7543592..4ebedca 100644 --- a/lume/src/resume.njk +++ b/lume/src/resume.njk @@ -27,7 +27,7 @@ layout: base.njk <h2 class="text-2xl mb-4">Experience</h2> <h3 class="text-xl mb-4">Fly.io - Senior Technophilosopher</h3> -<span class="text-md mb-4">2023-11 - Present, Ottawa, CAN</span> +<span class="text-md mb-4">2023-11 - 2024-09, Ottawa, CAN</span> <p class="mb-4">At Fly.io I am responsible for helping to build the developer relations team from scratch. I am working with the team to create a new developer relations strategy that is focused on helping developers understand the value of Fly.io and how to use it in their projects. This includes in-person, online, and video content as well as occasional writing for the Fly.io and partner companies' blogs.</p> |
