fsfe-website/about/team.en.xhtml
Max Mehl a0b463d902
All checks were successful
continuous-integration/drone/push Build is passing
Add new employee status and function (#1764)
Co-Authored-By: Max Mehl <max.mehl@fsfe.org>
Co-Committed-By: Max Mehl <max.mehl@fsfe.org>
2021-01-11 09:41:53 +00:00

75 lines
2.6 KiB
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!-- To add avatar images or members, edit the file: /about/people/people.en.xml -->
<html>
<version>3</version>
<head>
<title>About Free Software Foundation Europe - Team</title>
<script src="/scripts/filter-teams.js" />
</head>
<body>
<p id="category"><a href="/about/">About</a></p>
<h1>The FSFE Team</h1>
<p>
These people are working for and with the FSFE on a regular basis,
so they have been given permanent responsibilities and authorities for
certain areas.
</p>
<div id="show-people">
<h2 id="council">Executive Council</h2>
<p>
The Executive Council is responsible for larger budgeting questions and the
implementation of strategic guidelines.
</p>
<council-members />
<h2 id="core">Central teams</h2>
<p>
Here you can find people working on day to day tasks of the
organisation on a voluntary or paid basis around core issues, as well
as the members of the <a href="/about/legal/legal.html">legal
association</a>. You can either see everyone working in these groups,
or see a selection.
</p>
<div class="filter-teams">
<label class="radio-inline">
<input name="filter-teams" type="radio" onclick="selectAllTeams()" checked="" />All
</label>
<label class="radio-inline">
<input name="filter-teams" type="radio" onclick="selectTeam('core')" />European Core Team
</label>
<label class="radio-inline">
<input name="filter-teams" type="radio" onclick="selectTeam('ga')" />General Assembly
</label>
<label class="radio-inline">
<input name="filter-teams" type="radio" onclick="selectTeam('employee')" />Employees/Contractors
</label>
</div>
<noscript>
<div class="alert alert-warning" role="alert">This feature requires our <a href="/about/js-licences.html">Free Software JavaScript</a> to be activated.</div>
</noscript>
<core-members />
<h2>Local Teams</h2>
<p>Are you looking for a local contact to get active, or just to learn
more about Free Software and the FSFE? In more and more European cities,
local FSFE groups form to make a difference. To see if there is already
a group in your area, please visit our
<a href="https://wiki.fsfe.org/LocalGroups/">local groups overview</a>.</p>
</div>
</body>
<followup>join</followup>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->