From ca3037b0eaa1831250421d4e227cf883070e934c Mon Sep 17 00:00:00 2001 From: Levatax <levatax@randomchars.net> Date: Fri, 19 Nov 2021 12:46:11 +0000 Subject: [PATCH] Update script.js --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 87f2172..0c71c99 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"); } -- GitLab