{# Ënnstatus Copyright (C) 2015 Dennis Fink This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . #} {% extends "base.html" %} {% set title = "Who we are" %} {% block content %}

Who we are

Organization

Frënn vun der Ënn a.s.b.l. is a non-profit organization based in Luxembourg (EU). It has been founded by members of Chaos Computer Club Lëtzebuerg a.s.b.l. in 2013.

As defined in the statutes (see below), the goals of our organization are:

The name Frënn vun der Ënn is Luxembourgish and stands for Friends of the Onion. The onion is used as a logo by the Tor Project Inc. and many other related organizations.

Administrative Council & Staff

President
{{ config['ENNSTATUS_PRESIDENT'] }}
Secretary
{{ config['ENNSTATUS_SECRETARY'] }}
Treasurer
{{ config['ENNSTATUS_TREASURER'] }}
International Ambassador
{{ config['ENNSTATUS_INTERNATIONAL_AMBASSADOR'] }}
Developers
{{ config['ENNSTATUS_DEVELOPERS'] }}

Statutes

Our statutes can be looked up here!

{% endblock %}