From 06b817cd55ef9e998340b52892e109c9c93ba50d Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 3 Apr 2025 14:01:26 -0700 Subject: [PATCH] feat: add ruutuli bot dev --- resume/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/resume/index.html b/resume/index.html index 9e9adc3..1320ef9 100644 --- a/resume/index.html +++ b/resume/index.html @@ -136,6 +136,15 @@

Employment

+
+

Discord Bot Developer

+
+ Ruutuli + Freelance +
+ April 2025 - present +
+

Developer Experience Consultant

@@ -400,6 +409,9 @@ if (diffMonths > 0) { diffString.push(`${diffMonths} month${diffMonths === 1 ? "" : "s"}`); } + if (diffString.length === 0) { + diffString.push("less than a month"); + } if (end === "present") { date.textContent = `${start.toLocaleDateString("en-GB", { year: "numeric",