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

@ -11,7 +11,12 @@
"name": "link",
"root": "./src/link",
"fallback": "./src"
}
},
{
"name": "tab",
"root": "./src/tab",
"fallback": "./src"
}
]
},
"posthtml-markdownit": {
@ -23,4 +28,4 @@
]
}
}
}
}

BIN
assets/christian.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
assets/cybert.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

BIN
assets/gunnar.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
assets/isaac.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
assets/khayden.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
assets/richard.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
assets/tyson.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

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>