diff --git a/index.html b/index.html index 411df550d2deee58ead4c1d4f4c6baa9a4e2030a..261524615518b306c9140514bb629427265bd83f 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ </ul> <img src="pfp.png" alt="" class="box-img"> <h1>Levatax</h1> - <h5>Full Stack Developer</h5> + <h5>Community Manager & Developer</h5> <p id="description">Beside being a web designer/developer, I am a photography hobbyist, a travel/adventure lover and a superbike dreamer. I don't think I am as good in photography as I am in web design but I love photography and traveling. When I am not working I love hanging around with my camera and capture some good snaps. Landscape and kids photography is something I really find myself enjoying.</p> <ul> <li><a href="https://www.instagram.com/levatax"><i class="fab fa-instagram" aria-hidden="true"></i></a></li> @@ -24,7 +24,7 @@ <li><a href="#"><i class="fab fa-discord" aria-hidden="true" id="discord"></i></a></li> </ul> </div> - <p style="color: wheat; text-align: center;">This website is hosted by <a href="http://random.chars.jp" style="color: white;">RandomChars</a></p> + <p style="color: wheat; text-align: center;">Special Thanks <a href="http://random.chars.jp" style="color: white;">RandomChars</a></p> </body> <script src="script.js"></script> </html> \ No newline at end of file diff --git a/script.js b/script.js index 3f257358fcdcd448f5fbdceb3446d62f54e8268e..87f2172fce2de213f6c4f70adca83ae26b15ea13 100644 --- a/script.js +++ b/script.js @@ -1,6 +1,6 @@ function work() { document.getElementById("description").innerHTML = - 'I said, I love opensource. And all my projects are opensource under different licences. You can take a look at them at <a href="https://git.randomchars.net/">Randomchars Gitlab instance</a>. You can publish your opensource projects there too ^^'; + '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>'; document.getElementById("about").classList.remove("current"); document.getElementById("work").classList.add("current"); }