From 8b57416eb57beed747e891faf5aecdf721085a57 Mon Sep 17 00:00:00 2001 From: Aji Kamaludin Date: Tue, 21 Feb 2023 10:09:12 +0700 Subject: [PATCH] update exp and achivement --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index aa49f35..24067f0 100755 --- a/index.html +++ b/index.html @@ -287,7 +287,7 @@
-

7

+

7

Years of Experience

@@ -296,7 +296,7 @@
-

2

+

4

Acivement

@@ -368,6 +368,10 @@ Copyright © All r gtag('js', new Date()); gtag('config', 'UA-50624959-4'); + + document.onload = function(){ + document.getElementById('yearExp').innerText = (new Date()).getFullYear() - 2015 + }