We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d842440 commit 63b5890Copy full SHA for 63b5890
039-Personal-Portfolio/about.html
@@ -55,7 +55,7 @@ <h2>About Me</h2>
55
const GITHUB_JOIN = new Date("2018-07-17");
56
const now = new Date();
57
const differenceInYears = now.getFullYear() - GITHUB_JOIN.getFullYear();
58
- timeContainer.innerHTML = `I have been on GitHub for ${differenceInYears} years`;
+ timeContainer.innerHTML = `Fun Fact - I have been on GitHub for ${differenceInYears} years.`;
59
</script>
60
</body>
61
</html>
0 commit comments