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

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 %}