This commit is contained in:
2025-09-25 14:14:02 -04:00
parent 0c85203f28
commit d55333a652
5 changed files with 12 additions and 16 deletions

View File

@@ -106,15 +106,6 @@
</div>
</div>
<div id="footer"></div>
<script>
// Function to scroll to section based on dropdown selection
function navigateToSection(select){
const id = select.value;
if(id){
const el = document.getElementById(id);
el.scrollIntoView({behavior:'smooth'});
}
}
</script>
<a href="#top" title="Back to Top">🔝</a>
</body>
</html>