about us page
This commit is contained in:
parent
1b52eaac46
commit
ad94658aef
5 changed files with 10 additions and 0 deletions
4
docs/_data/devs.csv
Normal file
4
docs/_data/devs.csv
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
name,github,image
|
||||||
|
Jonas Weissengruber,j-weissen,jowei
|
||||||
|
Stefan Prechtler,s-prechtl,stef
|
||||||
|
David Hain,d-hain,dave
|
||||||
|
6
docs/about_us.md
Normal file
6
docs/about_us.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
## Our Dev Team
|
||||||
|
{% for dev in site.data.devs %}
|
||||||
|
### {{ dev.name }}
|
||||||
|
- [GitHub](https://github.com/{{ dev.github }})
|
||||||
|

|
||||||
|
{% endfor %}
|
||||||
BIN
docs/images/dave.jpg
Normal file
BIN
docs/images/dave.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 151 KiB |
BIN
docs/images/jowei.jpg
Normal file
BIN
docs/images/jowei.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 182 KiB |
BIN
docs/images/stef.jpg
Normal file
BIN
docs/images/stef.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 134 KiB |
Loading…
Add table
Add a link
Reference in a new issue