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

This commit is contained in:
Isaac Mills 2025-07-09 14:51:36 -06:00
parent 8df28666e3
commit 92e44befed
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
2 changed files with 14 additions and 0 deletions

View file

@ -9,6 +9,8 @@
Projects</button> Projects</button>
<button hx-get="/who_we_are.html" class="{{ selected-- == 0 ? 'selected' : '' }}" role="tab" <button hx-get="/who_we_are.html" class="{{ selected-- == 0 ? 'selected' : '' }}" role="tab"
aria-selected="{{ selected == -1 ? 'true' : 'false' }}" aria-controls="tab-content">Who we are</button> aria-selected="{{ selected == -1 ? 'true' : 'false' }}" aria-controls="tab-content">Who we are</button>
<button hx-get="/interests.html" class="{{ selected-- == 0 ? 'selected' : '' }}" role="tab"
aria-selected="{{ selected == -1 ? 'true' : 'false' }}" aria-controls="tab-content">Our Interests</button>
</nav> </nav>
<hr style="margin: 0"> <hr style="margin: 0">
<div id="tab-content" role="tabpanel" class="tab-content"> <div id="tab-content" role="tabpanel" class="tab-content">

12
src/interests.html Normal file
View file

@ -0,0 +1,12 @@
<x-tab-content selected="2">
<x-section-head header="Shoutouts to cool things!">
<x-blockquote cite="Tyson Jenkins (CEO of Tysoncloud)">
That's crazy
</x-blockquote>
</x-section-head>
<x-project text="?">
<fill:title># Coming soon to theaters</fill:title>
<fill:subtitle>## This website is under construction</fill:subtitle>
<fill:description>We'll get to it, trust</fill:description>
</x-project>
</x-tab-content>