mirror of
https://github.com/doctrine/doctrine-website.git
synced 2026-03-23 22:32:11 +01:00
24 lines
542 B
HTML
24 lines
542 B
HTML
---
|
|
layout: default
|
|
title: Doctrine Team
|
|
menuSlug: team
|
|
permalink: /team/index.html
|
|
controller: ['Doctrine\Website\Controllers\TeamController', 'index']
|
|
---
|
|
|
|
<h1>Core Team</h1>
|
|
|
|
<div class="row">
|
|
{% include "team-members-list.html.twig" with {members:activeCoreTeamMembers} %}
|
|
</div>
|
|
|
|
<h1>Documentation Team</h1>
|
|
|
|
<div class="row">
|
|
{% include "team-members-list.html.twig" with {members:activeDocumentationTeamMembers} %}
|
|
</div>
|
|
|
|
<h3>Inactive</h3>
|
|
|
|
{% include "team-members-short-list.html.twig" with {members:inactiveTeamMembers} %}
|