2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-14 19:15:28 +00:00

Fix publisher section (#103)

* fix logo size and margin

* make heading a bit smaller

* fix posts not showing up

* switch to the more uniform auhtor

* fix team page to use the main text block

* fix reference for oliver

* Change verbage

* Add team member badge

* Add icon

Fix publisher section
Fixes #102
This commit is contained in:
Matthias Mair
2023-01-19 23:43:53 +01:00
committed by GitHub
parent ef19e9e4d9
commit bfcc61f789
5 changed files with 49 additions and 38 deletions

33
about/team.html Normal file
View File

@ -0,0 +1,33 @@
---
title: Team
---
{{site.data.team.text}}
<br/>
<h3>Maintainer</h3>
<h4>SchrodingersGat</h4>
<p>Oliver is an Australian EE. He started InvenTree in 2017 and is the maintainer.
<a href="https://github.com/SchrodingersGat" alt="learn more">GitHub</a>
</p>
<h3>Active Team</h3>
{% for item in site.data.team.team %}
<h4>{{ item.tag }}</h4>
<p>{{ item.text }}
<span class="inline-flex">
{% for link in item.links %}
<a href="{{ link.link }}" alt="learn more">{{ link.text }}</a>
{% endfor %}
</span>
</p>
{% endfor %}
<h3>Contributors</h3>
<p>ToDo / Looking for suggestions.</p>
<h3>Disclaimer</h3>
<p>The list is in no way complete and only contains the most active devs when the website was created. If you feel someone is missing feel free to open an issue in the GitHub repo.</p>

View File

@ -1,29 +0,0 @@
---
title: Team
---
InvenTree has had 40+ contributors since the project started in March 2017.
### Maintainer
#### SchrodingersGat
Oliver is an Australian EE. He started InvenTree in 2017 and is the maintainer.
[GitHub](https://github.com/SchrodingersGat)
### Active Team
#### eeintech
Francois is an EE. He is part of the core team and the maintainer of [Ki-nTree](https://github.com/sparkmicro/Ki-nTree).
[GitHub](https://github.com/eeintech)
#### matmair
Matthias is an Austrian developer. He is part of the core team and focuses on `enterprise` enhancement.
[GitHub](https://github.com/matmair)
### Contributors
ToDo / Looking for suggestions.
### Disclaimer
The list is in no way complete and only contains the most active devs when the website was created. If you feel someone is missing feel free to open an issue in the GitHub repo.