about us page

This commit is contained in:
j-weissen 2022-11-03 11:28:37 +01:00
parent 1b52eaac46
commit ad94658aef
5 changed files with 10 additions and 0 deletions

4
docs/_data/devs.csv Normal file
View file

@ -0,0 +1,4 @@
name,github,image
Jonas Weissengruber,j-weissen,jowei
Stefan Prechtler,s-prechtl,stef
David Hain,d-hain,dave
1 name github image
2 Jonas Weissengruber j-weissen jowei
3 Stefan Prechtler s-prechtl stef
4 David Hain d-hain dave

6
docs/about_us.md Normal file
View file

@ -0,0 +1,6 @@
## Our Dev Team
{% for dev in site.data.devs %}
### {{ dev.name }}
- [GitHub](https://github.com/{{ dev.github }})
![{{ dev.name }}](images/{{ dev.image }}.jpg)
{% endfor %}

BIN
docs/images/dave.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

BIN
docs/images/jowei.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

BIN
docs/images/stef.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB