Fix who_we_are.html and add people's pics
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
|
@ -11,6 +11,11 @@
|
|||
"name": "link",
|
||||
"root": "./src/link",
|
||||
"fallback": "./src"
|
||||
},
|
||||
{
|
||||
"name": "tab",
|
||||
"root": "./src/tab",
|
||||
"fallback": "./src"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
BIN
assets/christian.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
assets/cybert.jpg
Normal file
After Width: | Height: | Size: 102 KiB |
BIN
assets/gunnar.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
assets/isaac.jpg
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
assets/khayden.jpg
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
assets/richard.jpg
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
assets/tyson.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
|
@ -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>
|