diff --git a/script.js b/script.js index 87f2172fce2de213f6c4f70adca83ae26b15ea13..0c71c991fc82a68968b74fa5452b150e0a36eaa8 100644 --- a/script.js +++ b/script.js @@ -1,6 +1,6 @@ function work() { document.getElementById("description").innerHTML = - '2021 - Now, Community Manager for <a href="https://discord.gg/aovtr" style="color: green;">Arena of Valor</a></br>2021 - Now, Moderator for <a href="https://www.nascar.com/" style="color: green;">NASCAR</a></br>2020 - 2021, Moderator and Bot Developer for <a href="https://www.thegamify.com/" style="color: green;">Gamify</a></br>2018 - 2020, Opensource Developer <a href="https://git.randomchars.net/levatax" style="color: green;">Projects</a></br>'; + '2021 - Ongoing, Community Manager for <a href="https://discord.gg/aovtr" style="color: green;">Arena of Valor</a></br>2021 - Ongoing, Moderator for <a href="https://www.nascar.com/" style="color: green;">NASCAR</a></br>2020 - 2021, Moderator and Bot Developer for <a href="https://www.thegamify.com/" style="color: green;">Gamify</a></br>2018 - 2020, Opensource Developer <a href="https://git.randomchars.net/levatax" style="color: green;">Projects</a></br>'; document.getElementById("about").classList.remove("current"); document.getElementById("work").classList.add("current"); }