Redesign site and optimize page performance
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 23s

This commit is contained in:
Akshay Kolli
2026-07-18 19:57:44 -04:00
parent 2f2794f5d5
commit 9dda076b56
53 changed files with 747 additions and 277 deletions

View File

@@ -1,5 +1,5 @@
{{ define "main" }}
<main class="home">
<main class="home" id="main-content">
{{ partial "home-intro.html" . }}
{{ partial "file-index.html" (dict "active" .Section) }}
</main>