Add fourth page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-11 17:08:50 -06:00
parent 1cbc57ba89
commit d004317663
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
7 changed files with 29 additions and 7 deletions

View file

@ -5,7 +5,7 @@
</script>
<div class="section-header">
<div>
<h1>{{header}}</h1>
<markdown># {{header}}</markdown>
</div>
<div>
<yield></yield>

View file

@ -13,6 +13,9 @@
<button hx-get="/partials/interests.html" hx-push-url="/interests.html"
class="{{ selected-- == 0 ? 'selected' : '' }}" role="tab" aria-selected="{{ selected == -1 ? 'true' : 'false' }}"
aria-controls="tab-content">Our Interests</button>
<button hx-get="/partials/page_four.html" hx-push-url="/page_four.html"
class="{{ selected-- == 0 ? 'selected' : '' }}" role="tab" aria-selected="{{ selected == -1 ? 'true' : 'false' }}"
aria-controls="tab-content">Page Four</button>
</nav>
<hr style="margin: 0">
<div id="tab-content" role="tabpanel" class="tab-content">