diff --git a/index.html b/index.html index 77210acc..6f80ef20 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,8 @@
- Dinip Logo + Dinip Logo

Dinip (Dinis Pimpão)

yo @@ -50,10 +51,6 @@ - - - YouTube LogoYouTube @@ -76,7 +73,7 @@ Reddit LogoTwitch Alerts + class="icon" src="https://cdn-bot.dinip.pt/static/duck.png" alt="Reddit Logo">Twitch Alerts
@@ -84,13 +81,18 @@ class="icon" src="icons/reddit.svg" alt="Reddit Logo">Reddit
+ + LinkedIn LogoLinkedIn +
+ - Email Iconme@dinispimpao.pt + Email Iconme@dinispimpao.pt
@@ -113,7 +115,7 @@ for (let i = 0; i < ages.length; i++) { ages[i].textContent = getAge('2001-03-10') } - function getAge(dateString) { + function getAge (dateString) { let today = new Date(); let birthDate = new Date(dateString); let age = today.getFullYear() - birthDate.getFullYear();