Skip to content

Commit e4ccdf8

Browse files
committed
Updated the personal portfolio.
1 parent f08d5eb commit e4ccdf8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,9 @@ <h2 class="section-title">Let's Connect</h2>
278278
<p class="footer-copyright">© <span id="year"></span> • All Rights Reserved</p>
279279
</footer>
280280

281-
<script src="./src/script.js"></script>
281+
<script>
282+
// Set the current year in the footer
283+
document.getElementById('year').textContent = new Date().getFullYear();
284+
</script>
282285
</body>
283286
</html>

src/script.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)