This commit is contained in:
parent
8df28666e3
commit
92e44befed
2 changed files with 14 additions and 0 deletions
|
@ -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
12
src/interests.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue