Update index.md
This commit is contained in:
parent
6e3d272555
commit
f0b5b6d424
|
@ -13,9 +13,9 @@ Feel free to DM me on any of the socials listed down below or all in [[Links]
|
|||
I never start conversation so it's up to you to start it.
|
||||
|
||||
# Quick Info about me
|
||||
- **<span style="color:var(--secondary);">Age</span>**: <p id="age"></p>
|
||||
- **<span style="color:var(--secondary);">Age</span>**: <span id="age"></span>
|
||||
<script>
|
||||
document.getElementById('age').textContent = Math.floor((new Date() - new Date('2003-06-17')) / (1000 * 60 * 60 * 24));
|
||||
document.getElementById('age').textContent = Math.floor((new Date() - new Date('2003-06-17')) / (1000 * 60 * 60 * 24 * 365));
|
||||
</script>
|
||||
- **<span style="color:var(--secondary);">Pronouns</span>**: Any
|
||||
- ***<span style="color:var(--secondary);">Identity</span>***:
|
||||
|
|
Loading…
Reference in a new issue