This is the home section of the page.
This section is about me and my work.
Here's how you can reach me.
Copyright © 2024 by Me
Switch Theme
<script>
function switchTheme() {
const currentTheme = document.body.getAttribute('data-theme');
document.body.setAttribute('data-theme', currentTheme === 'dark' ? 'light' : 'dark');
}
</script>