Files @ bb36f8498615
Branch filter:

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

kahpa
added quoatation to landing page
{% extends "base.html" %}

{% set title = "Partners" %}

{% block content %}
  <div class="col-md-4 text-center">
    <img src="{{ url_for('static', filename='images/Partners.png') }}" class="img-rounded" alt="Partners" width="160"></img>
    <h3>Partners</h3>
  </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="https://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 %}