From 7f95d1028643156215a1ea5bd4c603001232ae41 Mon Sep 17 00:00:00 2001 From: Ben Yarbrough Date: Wed, 26 Jul 2023 00:06:32 -0400 Subject: [PATCH] Fix duration --- index.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 7c0383a..b1245dc 100644 --- a/index.html +++ b/index.html @@ -124,17 +124,13 @@

Experience

Sr Frontend Engineer

SoundCloud

- - -

- -

+

Co-Founder

Yarb

- +

Yarb provides thoughtful solutions to complex problems in web2, web3, marketing, community, social media, communications, and digital strategy. @@ -277,8 +273,8 @@

Print Résumé
return result; } - document.getElementById("duration1").innerHTML = timeSince('2021-10-01'); - document.getElementById("duration2").innerHTML = timeSince('2023-04-01'); + document.getElementById("durationYarb").innerHTML = timeSince('2021-10-01'); + document.getElementById("durationCurrent").innerHTML = timeSince('2023-07-01'); // copyright year document.getElementById('year').innerHTML = new Date().getFullYear();