From 117f95cada5fb1dcaab2329006520a7073fe9c3b Mon Sep 17 00:00:00 2001 From: Dinip <8941012+Dinip@users.noreply.github.com> Date: Sat, 30 Apr 2022 15:26:19 +0100 Subject: [PATCH] added linkedin --- index.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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();