From f6bbc8ebda0c6b7c489efe994ccb4e7964b962da Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 7 Dec 2023 09:21:54 -0500 Subject: dhall/jobHistory: update salary transparency report Signed-off-by: Xe Iaso --- dhall/jobHistory.dhall | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'dhall') diff --git a/dhall/jobHistory.dhall b/dhall/jobHistory.dhall index 545dd79..f5e70b9 100644 --- a/dhall/jobHistory.dhall +++ b/dhall/jobHistory.dhall @@ -67,6 +67,26 @@ let tailscale = } in [ Job::{ + , company = 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 + } + } + , title = "Senior Technophilosopher" + , contract = True + , startDate = "2023-11-06" + , salary = Salary::{ amount = 15000, per = "month", currency = "USD" } + , locations = [ ottawa ] + , highlights = [ "Developer marketing" ] + } + , Job::{ , company = tailscale , title = "Archmage of Infrastructure II" , startDate = "2023-04-06" -- cgit v1.2.3