Files @ 0b21391e6c38
Branch filter:

Location: FVDE/ennstatus/ennstatus/templates/root/about.html

Dennis Fink
Added changes from AGA 2016
{# Ë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 <http://www.gnu.org/licenses/>.
#}

{% extends "base.html" %}

{% set title = "Who we are" %}

{% block content %}
  <div class="col-md-offset-1 col-md-11">
    <h2>Who we are</h2>
    <h3>Organization</h3>
    <p class="lead">
      <i>Frënn vun der Ënn a.s.b.l.</i> is a non-profit organization based in Luxembourg (EU).
      It has been founded by members of <i>Chaos Computer Club Lëtzebuerg a.s.b.l.</i> in 2013.
    </p>
    <p>
      As defined in the statutes (see below), the goals of our organization are:
      <ul>
        <li>defending civil rights, especially on the internet</li>
        <li>defending the right to anonymity on the internet by supporting Tor Project Inc.</li>
        <li>fighting against censorship and ensuring free access to information</li>
        <li>defending the freedom of expression</li>
        <li>protecting privacy</li>
        <li>promoting free software</li>
      </ul>
    </p>
    <p>
      The name <i>Frënn vun der Ënn</i> is Luxembourgish and stands for <i>Friends of the Onion</i>.
      The onion is used as a logo by the Tor Project Inc. and many other related organizations.
    </p>
    <h3>Administrative Council &amp; Staff</h3>
    <p>
      <dl class="dl-horizontal" >
        <dt>President</dt><dd>Sam Grüneisen</dd>
        <dt>Secretary</dt><dd>Nadine Schneider</dd>
        <dt>Treasurer</dt><dd>Patrick Kahr</dd>
        <dt>International Ambassador</dt><dd>Christophe Kemp</dd>
        <dt>Developers</dt><dd>Dennis Fink (Ënnstatus Lead Developer), Sam Grüneisen</dd>
      </dl>
    </p>
    <h3>Statutes</h3>
    <p>Our statutes can be looked up <a href="//statutes.enn.lu">here</a>!</p>
  </div>
{% endblock %}