Update about.html

This commit is contained in:
nelle 2023-02-16 18:42:01 -07:00
parent 42fc9bec6b
commit 00b501a58b

View file

@ -165,23 +165,24 @@
</ul> </ul>
</div> </div>
<script> <p>Okay so, um hi. I'm Luna-Nelle, or Luna or Nelle depending on how I'm Acting</p>
const menuToggle = document.querySelector('.menuToggle'); <p>I'm a Transgender Female, I will burn your house down.</p>
const navigation = document.querySelector('.navigation'); <p>I am extremely obsessed with privacy, foss, space, and technology in general. If you'd like to get deep, I'll get deep.</p>
menuToggle.onclick = function(){ <br><br>
navigation.classList.toggle('open') <p>at the moment I'm working on getting my socials and such put into the footer, but for now here are my links:</p>
} <br><br>
<h2>Socials</h2>
const list = document.querySelectorALl('.list'); <a href="https://snowdin.town/LimePotato">Fediverse</a>
function activeLink(){ <a href="https://odysee.com/@LimePot:4">Odysee</a>
list.forEach((item) => <a href="https://limepot.xyz/irc">IRC (still kinda being worked on)</a>
item.classList.remove('active')); <a href="https://limepot.xyz/redir/discord">Discord</a>
this.classList.add('active'); <a href="#">Fosscord (Soon)</a>
} <br>
list.forEach((item) => <h2>Dev Links</h2>
item.addEventListener('click',activeLink)) <a href="https://github.com/LimePotato/">Github</a>
</script> <a href="https://codeberg.org/LimePotato">Codeberg</a>
<a href="https://modrinth.com/user/limepotato">Modrinth</a>
<br>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script> <script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script> <script>