generated from nhcarrigan/template
This commit is contained in:
parent
f870bd28d8
commit
06b817cd55
@ -136,6 +136,15 @@
|
|||||||
<h2>Employment</h2>
|
<h2>Employment</h2>
|
||||||
<!-- MARK: Current
|
<!-- 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">
|
<div class="card">
|
||||||
<p class="title">Developer Experience Consultant</p>
|
<p class="title">Developer Experience Consultant</p>
|
||||||
<div>
|
<div>
|
||||||
@ -400,6 +409,9 @@
|
|||||||
if (diffMonths > 0) {
|
if (diffMonths > 0) {
|
||||||
diffString.push(`${diffMonths} month${diffMonths === 1 ? "" : "s"}`);
|
diffString.push(`${diffMonths} month${diffMonths === 1 ? "" : "s"}`);
|
||||||
}
|
}
|
||||||
|
if (diffString.length === 0) {
|
||||||
|
diffString.push("less than a month");
|
||||||
|
}
|
||||||
if (end === "present") {
|
if (end === "present") {
|
||||||
date.textContent = `${start.toLocaleDateString("en-GB", {
|
date.textContent = `${start.toLocaleDateString("en-GB", {
|
||||||
year: "numeric",
|
year: "numeric",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user