Files @ b883ec7bead4
Branch filter:

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

Dennis Fink
Added GPL Boilerplate to template files
{# Ë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 = "Partners" %}

{% block content %}
  <div class="col-md-4">
    <img src="{{ url_for('static', filename='images/Partners.png') }}" class="img-responsive img-rounded center-block" alt="Partners" width="160"></img>
    <div class="text-center">
      <h2>Partners</h2>
    </div>
  </div>
  <div class="col-md-8">
    <h2>Partners</h2>
    <p class="lead">We are constantly looking for new partners who want join us in our endevaour for a free Internet. At the moment we are beeing supported by the following organizations:</p>
    <dl>
      <dt><a href="https://torservers.net/" target="_blank">TorServers.net</a></dt>
      <dd>Central information point for the international Tor operators community.</dd>
      <br>
      <dt><a href="http://c3l.lu/" target="_blank">Chaos Computer Club Lëtzebuerg</a></dt>
      <dd>NPO with strong interests in IT-Security, citizen rights and pivacy. Our mother organization.</dd>
      <br>
      <dt><a href="http://piratepartei.lu/" target="_blank">Piratepartei Lëtzebuerg</a></dt>
      <dd>The Luxembourg Pirate Party.</dd>
    </dl>

    <h3>Becoming a Partner?</h3>
    <p>We'd be glad to see you or your organization/company as our partner. If you are interested in supporting us by one of the following means, don't hesitate to <a href="{{ url_for('root.contact') }}">contact</a> us.
       <ul>
         <li>Traditional donations to run Tor exit nodes</li>
         <li>Sponsoring Servers, Bandwidth or equipment</li>
         <li>Helping us to spread the word about Tor and Internet privacy</li>
       </ul>
    </p>
  </div>
{% endblock %}