diff --git a/index.html b/index.html index 77210acc..6f80ef20 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,8 @@
yo
@@ -50,10 +51,6 @@
-
-
-
YouTube
@@ -76,7 +73,7 @@
Twitch 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
+
+
- me@dinispimpao.pt
+
me@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();