Skip to content

Commit 63b5890

Browse files
committed
HTML, CSS, JavaScript and Bootstrap Project - Personal Portfolio
1 parent d842440 commit 63b5890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

039-Personal-Portfolio/about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h2>About Me</h2>
5555
const GITHUB_JOIN = new Date("2018-07-17");
5656
const now = new Date();
5757
const differenceInYears = now.getFullYear() - GITHUB_JOIN.getFullYear();
58-
timeContainer.innerHTML = `I have been on GitHub for ${differenceInYears} years`;
58+
timeContainer.innerHTML = `Fun Fact - I have been on GitHub for ${differenceInYears} years.`;
5959
</script>
6060
</body>
6161
</html>

0 commit comments

Comments
 (0)