aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-10-10 13:42:57 -0400
committerXe Iaso <me@xeiaso.net>2023-10-10 13:42:57 -0400
commit842674229bde83bb97384989d09c4abb2936b4ad (patch)
treee16f2e1488275bb52e6ed92c03699c11494783e4
parente7950c5adede25393fdc8a9f8683d4dc2fd00b7a (diff)
downloadxesite-842674229bde83bb97384989d09c4abb2936b4ad.tar.xz
xesite-842674229bde83bb97384989d09c4abb2936b4ad.zip
dhall: update job information
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--dhall/jobHistory.dhall3
-rw-r--r--dhall/resume/resume.typ2
-rw-r--r--lume/src/resume.njk6
3 files changed, 8 insertions, 3 deletions
diff --git a/dhall/jobHistory.dhall b/dhall/jobHistory.dhall
index 97b7112..545dd79 100644
--- a/dhall/jobHistory.dhall
+++ b/dhall/jobHistory.dhall
@@ -70,6 +70,9 @@ in [ Job::{
, company = tailscale
, title = "Archmage of Infrastructure II"
, startDate = "2023-04-06"
+ , endDate = Some "2023-10-10"
+ , daysWorked = Some 187
+ , leaveReason = Some "position eliminated in re-org"
, salary = annualCAD 203651
, locations = [ ottawa ]
, highlights =
diff --git a/dhall/resume/resume.typ b/dhall/resume/resume.typ
index 8c49a32..8976ab0 100644
--- a/dhall/resume/resume.typ
+++ b/dhall/resume/resume.typ
@@ -132,7 +132,7 @@ If you want someone that is dedicated to their craft, a fearless innovator and a
== Experience
#titleCompany[Archmage of Infrastructure][Tailscale]\
-#term[2020-12 -- _current_][Ottawa, CA]
+#term[2020-12 -- 2023-10][Ottawa, CA]
At Tailscale I founded the developer relations team with the goal of inspiring people to use Tailscale in fun and interesting ways. I work with the DevRel team to write articles for #text(fill: blue)[#link("https://tailscale.dev")[tailscale.dev]] to help teach people fundamentals of computer science and networking in the process of learning about new product features and things you can do with them.
diff --git a/lume/src/resume.njk b/lume/src/resume.njk
index 5edcf28..16f31f2 100644
--- a/lume/src/resume.njk
+++ b/lume/src/resume.njk
@@ -25,7 +25,7 @@ layout: base.njk
<h2 class="text-2xl mb-4">Experience</h2>
<h3 class="text-xl mb-4">Tailscale - Archmage of Infrastructure</h3>
-<span class="text-md mb-4">2020 - Present, Ottawa, CAN</span>
+<span class="text-md mb-4">2020-12 - 2023-10, Ottawa, CAN</span>
<p class="mb-4">At Tailscale I founded the developer relations team with the goal of inspiring people to use Tailscale in fun and interesting ways. I work with the DevRel team to write articles for <a href="https://tailscale.dev">tailscale.dev</a> to help teach people fundamentals of computer science and networking in the process of learning about new product features and things you can do with them.</p>
@@ -78,4 +78,6 @@ layout: base.njk
<p class="mb-4">I have also given many talks at conferences and meetups. My full speaking history is available upon request.</p>
-<p class="mb-4"><a href="/static/resume/resume.pdf">Download PDF</a></p> \ No newline at end of file
+<p class="mb-4">
+ <a href="/static/resume/resume.pdf">Download PDF</a>
+</p> \ No newline at end of file