Update index.md
This commit is contained in:
parent
0f9c386ed4
commit
e23a471d74
|
@ -15,7 +15,7 @@ I never start conversation so it's up to you to start it.
|
|||
# Quick Info about me
|
||||
- **<span style="color:var(--secondary);">Age</span>**: <span id="age"></span>
|
||||
<script>
|
||||
document.getElementById('age').textContent = Math.floor((new Date() - new Date('2002-06-17')) / (1000 * 60 * 60 * 24 * 365));
|
||||
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