Files
godot-website/_layouts/more.html
Lukas Tenbrink a784316d5a Remove 'teams' page. (#1203)
The teams page was very outdated, and it incorrectly suggested contacting individual people for specific area work when RocketChat would have been more appropriate. The footer link, as well as stray visitors for the old page, will now be redirected to the contributing docs, which contains a more up-to-date view of the teams.
2026-01-21 11:43:56 +01:00

42 lines
1.0 KiB
HTML

---
layout: default
header_text: ''
current_tab: ''
---
{% include header.html %}
<div class="head">
<div class="add-nav-gap"></div>
<div class="container flex eqsize" style="flex-direction: column">
<div class="main">
<h1 class="intro-title">{{ page.header_text }}</h1>
</div>
<div class="tabs">
<a href="/contact/" class="title-font {% if page.current_tab == 'contact' %} active {% endif %}">
Contact
</a>
<a href="/code-of-conduct/" class="title-font {% if page.current_tab == 'code-of-conduct' %} active {% endif %}">
Code of Conduct
</a>
<a href="/privacy-policy/" class="title-font {% if page.current_tab == 'privacy-policy' %} active {% endif %}">
Privacy
</a>
<a href="/governance/" class="title-font {% if page.current_tab == 'governance' %} active {% endif %}">
Governance
</a>
<a href="/license/" class="title-font {% if page.current_tab == 'license' %} active {% endif %}">
License
</a>
</div>
</div>
</div>
<div class="container">
{{ content }}
</div>
{% include footer.html %}