Fix who_we_are.html and add people's pics
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
|
@ -11,7 +11,12 @@
|
||||||
"name": "link",
|
"name": "link",
|
||||||
"root": "./src/link",
|
"root": "./src/link",
|
||||||
"fallback": "./src"
|
"fallback": "./src"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"name": "tab",
|
||||||
|
"root": "./src/tab",
|
||||||
|
"fallback": "./src"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"posthtml-markdownit": {
|
"posthtml-markdownit": {
|
||||||
|
@ -23,4 +28,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
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-section-head header="Who are these guys?">
|
||||||
<x-blockquote cite="Your mom, last night">
|
<x-blockquote cite="Your mom, last night">
|
||||||
OMG these projects are so skibidi! I must know the rizzlers behind them!
|
OMG these projects are so skibidi! I must know the rizzlers behind them!
|
||||||
</x-blockquote>
|
</x-blockquote>
|
||||||
</x-section-head>
|
</x-section-head>
|
||||||
<x-project text="?">
|
<x-project text="?">
|
||||||
<fill:title># Coming soon to theaters</fill:title>
|
<fill:title>
|
||||||
<fill:subtitle>## This website is under construction</fill:subtitle>
|
<markdown>
|
||||||
<fill:description>We'll get to it, trust</fill:description>
|
# 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-project>
|
||||||
</x-tab-content>
|
</x-tab::content>
|