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",