Files @ 391800e711ca
Branch filter:

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

Dennis Fink
Merged dev
{# Ë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 visible-md visible-lg">
    <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-sm-12 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>
    <div class="row">
      <div class="col-xs-12 col-sm-6 col-md-4">
        <a href="https://edri.org" target="_blank"><img src="{{ url_for('static', filename='images/partners/edri_logo_web.png') }}" alt="European Digital Rights" class="img-responsive center-block"></img></a>
      </div>
      <div class="col-xs-12 col-sm-6 col-md-4">
        <a href="http://c3l.lu" target="_blank"><img src="{{ url_for('static', filename='images/partners/logo-c3l.png') }}" alt="Chaos Computer Club Lëtzebuerg" class="img-responsive center-block"></img></a>
      </div>
       <div class="col-xs-12 col-sm-6 col-md-4">
        <a href="https://torservers.net" target="_blank"><img src="{{ url_for('static', filename='images/partners/torservers.png') }}" alt="Zwiebelfreunde eV" class="img-responsive center-block"></img></a>
      </div>
     <div class="col-xs-12 col-sm-6 col-md-4">
        <a href="https://piratepartei.lu" target="_blank"><img src="{{ url_for('static', filename='images/partners/Logo-Piratepartei2014.png') }}" alt="Pirate Partei" class="img-responsive center-block"></img></a>
     </div>
     <div class="col-xs-12 col-sm-6 col-md-4">
       <a href="https://flokinet.is/" target="_blank"><img src="{{ url_for('static', filename='images/partners/flokinet.png') }}" alt="FlokiNET" class="img-responsive center-block"></img></a>
     </div>
    </div>
    <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 %}