generated from nhcarrigan/template
This commit is contained in:
parent
f870bd28d8
commit
06b817cd55
@ -136,6 +136,15 @@
|
||||
<h2>Employment</h2>
|
||||
<!-- MARK: Current
|
||||
-->
|
||||
<div class="card">
|
||||
<p class="title">Discord Bot Developer</p>
|
||||
<div>
|
||||
<span class="company">Ruutuli</span>
|
||||
<span class="type">Freelance</span>
|
||||
</div>
|
||||
<span class="date">April 2025 - present</span>
|
||||
<hr />
|
||||
</div>
|
||||
<div class="card">
|
||||
<p class="title">Developer Experience Consultant</p>
|
||||
<div>
|
||||
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user