Skip to content

Commit

Permalink
Fix duration
Browse files Browse the repository at this point in the history
  • Loading branch information
benyarb authored Jul 26, 2023
1 parent 8d44589 commit 7f95d10
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,17 +124,13 @@ <h2>Experience</h2>
<section>
<h3>Sr Frontend Engineer</h3>
<h4>SoundCloud</h4>
<aside>April 2023 – Present &nbsp;•&nbsp; <span id="duration2">1 month</span></aside>

<p>
<!-- -->
</p>
<aside>July 2023 – Present &nbsp;•&nbsp; <span id="durationCurrent">1 month</span></aside>
</section>

<section>
<h3>Co-Founder</h3>
<h4>Yarb</h4>
<aside>October 2021 – Present &nbsp;•&nbsp; <span id="duration1">1 year 8 months</span></aside>
<aside>October 2021 – Present &nbsp;•&nbsp; <span id="durationYarb">1 year 8 months</span></aside>

<p>
Yarb provides thoughtful solutions to complex problems in web2, web3, marketing, community, social media, communications, and digital strategy.
Expand Down Expand Up @@ -277,8 +273,8 @@ <h5 id="print"><a href="javascript:window.print()">Print Résumé</a></h5>
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();
Expand Down

0 comments on commit 7f95d10

Please sign in to comment.