Fix who_we_are.html and add people's pics
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-12 21:36:46 -06:00
parent a17729b453
commit 93274ade0a
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
9 changed files with 24 additions and 7 deletions

View file

@ -1,12 +1,24 @@
<x-tab-content selected="1">
<x-tab::content selected="1">
<x-section-head header="Who are these guys?">
<x-blockquote cite="Your mom, last night">
OMG these projects are so skibidi! I must know the rizzlers behind them!
</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>
<fill:title>
<markdown>
# Coming soon to theaters
</markdown>
</fill:title>
<fill:subtitle>
<markdown>
## This website is under construction
</markdown>
</fill:subtitle>
<fill:description>
<markdown>
We'll get to it, trust
</markdown>
</fill:description>
</x-project>
</x-tab-content>
</x-tab::content>