First push after making changes to template. Planning to add dark mode switch and decide what to do with onclick of project images.

This commit is contained in:
its-michaelroy
2024-07-24 23:46:05 -03:00
parent b1799c6a54
commit 2942ced2db
58 changed files with 27803 additions and 123 deletions

5
assets/js/year.js Normal file
View File

@@ -0,0 +1,5 @@
// js/year.js
document.addEventListener("DOMContentLoaded", function () {
document.getElementById("year").innerHTML =
"© " + new Date().getFullYear() + " Michael Roy.";
});