Changeset - 7d6cbe7d5539
[Not reviewed]
version_5
0 1 0
Dennis Fink - 10 years ago 2015-08-26 18:40:11
dennis.fink@c3l.lu
Updated text in Who we Are page
1 file changed with 34 insertions and 28 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/root/about.html
Show inline comments
 
{% extends "base.html" %}
 

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

	
 
  {% block content %}
 
{% block content %}
 
    <!--
 
    <div class="col-md-4 text-center">
 
      <img class="img-rounded" alt="WhoIs" src="{{ url_for('static', filename='images/WhoIs.png') }}" width="160" height="189"></img>
 
      <h3>Who we are</h3>
 
      </div> --!>
 
      <div class="col-md-1">
 
      </div>
 
    <div class="col-md-11">
 
      <h2>Who we are</h2>
 
      <h3>Organization</h3>
 
      <p>Frënn vun der Ënn a.s.b.l. is a non-profit organization based in Luxembourg (EU). It has been funded by members of Chaos Computer Club Lëtzebuerg a.s.b.l. 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 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.</p>
 
      <h3>Administrative Council & Staff</h3>
 
  <div class="col-md-1">
 
  </div>
 
  <div class="col-md-11">
 
    <h2>Who we are</h2>
 
    <h3>Organization</h3>
 
    <p>
 
      <i>Frënn vun der Ënn a.s.b.l.</i> is a non-profit organization based in Luxembourg (EU).
 
      It has been funded 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><b>President:</b> Sam Grüneisen</li>
 
        <li><b>Secretary:</b> Gilles Hamen</li>
 
        <li><b>Treasurer:</b> Patrick Kahr</li>
 
        <li><b>Developers:</b> Dennis Fink, Sam Grüneisen</li>
 
        <li><b>SysAdmins:</b> Sam Grüneisen, Patrick Kahr, Dennis Fink</li>
 
        <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>
 
      <h3>Statutes</h3>
 
      <p>Our statutes can be looked up here!</p>
 
    </div>
 
    </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 & Staff</h3>
 
    <ul>
 
      <li><b>President:</b> Sam Grüneisen</li>
 
      <li><b>Secretary:</b> Gilles Hamen</li>
 
      <li><b>Treasurer:</b> Patrick Kahr</li>
 
      <li><b>Lead Developer:</b> Dennis Fink</li>
 
      <li><b>Developers:</b> Sam Grüneisen</li>
 
    </ul>
 
    <h3>Statutes</h3>
 
    <p>Our statutes can be looked up <a href="//statutes.enn.lu">here</a>!</p>
 
  </div>
 
{% endblock %}
0 comments (0 inline, 0 general)