Files @ 1ade31ac2528
Branch filter:

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

Dennis Fink
Added bridge program
{% extends "base.html" %}

{% set title = "Bridge Program" %}

{% 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>Bridge Program</h3>
  </div>
  <div class="col-md-8">
    <blockquote>
      <p><em>United we stand, devided we fall.</em></p>
      <small>Aesop, <cite title="Source Title">The Four Oxen and the Lion</cite></small>
    </blockquote>

    <h3>About</h3>
    <p>We are happy to announce our new partner program which allows you to support the TOR network by funding a TOR bridge. Rather than making a single donation which we would use to cover our expenses for our different projects and administrative charges, you can now fund a TOR bridge on your own.
    Bridges are an important element in the TOR network because they allow people to use the network even if the direct acces to its entry-nodes is blocked in their country. This is mainly the case for people living under oppressive regimes.</p>
    <p>With a recurring contribution of 3 EUR/month (duration min. 12 months) you can help us keep such a bridge up and running. The servers for this project are located in Luxembourg.</p>

    <h3>How to participate?</h3>
    <p>Interested? Our <a href="http://wiki.enn.lu/doku.php?id=user:kahpa">bridge operator</a> will give you further information about the project.</p>
    <p>Get in touch: Write to <a href="mailto:bridges@enn.lu">bridges@enn.lu</a> GPG: 0x...... (DE, EN, LB, FR)</p>

    <h3>Interaction</h3>
    <p>As a partner in our project you can choose the nickname of your bridge and follow it on <a href="{{ url_for('status.index') }}">Ënnstatus</a>, our self-made information-panel.</p>
    <p>You want to know more about our work? Our staff is always happy to answer your questions, don't hestitate to <a href="{{ url_for('root.contact') }}">contact us.</a></p>
  </div>
{% endblock %}