Update about.html
This commit is contained in:
parent
42fc9bec6b
commit
00b501a58b
1 changed files with 18 additions and 17 deletions
35
about.html
35
about.html
|
@ -165,23 +165,24 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
const menuToggle = document.querySelector('.menuToggle');
|
||||
const navigation = document.querySelector('.navigation');
|
||||
menuToggle.onclick = function(){
|
||||
navigation.classList.toggle('open')
|
||||
}
|
||||
|
||||
const list = document.querySelectorALl('.list');
|
||||
function activeLink(){
|
||||
list.forEach((item) =>
|
||||
item.classList.remove('active'));
|
||||
this.classList.add('active');
|
||||
}
|
||||
list.forEach((item) =>
|
||||
item.addEventListener('click',activeLink))
|
||||
</script>
|
||||
|
||||
<p>Okay so, um hi. I'm Luna-Nelle, or Luna or Nelle depending on how I'm Acting</p>
|
||||
<p>I'm a Transgender Female, I will burn your house down.</p>
|
||||
<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>
|
||||
<br><br>
|
||||
<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>
|
||||
<a href="https://snowdin.town/LimePotato">Fediverse</a>
|
||||
<a href="https://odysee.com/@LimePot:4">Odysee</a>
|
||||
<a href="https://limepot.xyz/irc">IRC (still kinda being worked on)</a>
|
||||
<a href="https://limepot.xyz/redir/discord">Discord</a>
|
||||
<a href="#">Fosscord (Soon)</a>
|
||||
<br>
|
||||
<h2>Dev Links</h2>
|
||||
<a href="https://github.com/LimePotato/">Github</a>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue