Changeset - 4957a5ac6fdf
[Not reviewed]
version_5
0 3 0
kahpa - 10 years ago 2015-10-05 16:42:56

updated bridgeprogram page
3 files changed with 12 insertions and 18 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/base.html
Show inline comments
 
@@ -65,7 +65,7 @@
 
            <li class="dropdown-submenu">
 
              <a>Special programs</a>
 
              <ul class="dropdown-menu">
 
                <li><a>Bridge program</a></li>
 
                <li><a href="{{ url_for('root.bridgeprogram')}}">Bridge program</a></li>
 
              </ul>
 
            </li>
 
          </ul>
ennstatus/templates/donate/index.html
Show inline comments
 
@@ -68,14 +68,13 @@
 
                    BPM 381892<br>
 
                    34, Rue Gabriel Lippmann34, Rue Gabriel Lippmann<br>
 
                    L-5365, Munsbach<br>
 
                    Luxembourg<br>
 
                    Luxembourg
 
          </address>
 
        </div>
 
      </div>
 
      <div class="thumbnail">
 
        <center>
 
          <h3>Bitcoin</h3>
 

	
 
        </center>
 
        <div class="well well-sm">
 
          <p>
ennstatus/templates/root/bridgeprogram.html
Show inline comments
 
@@ -3,25 +3,20 @@
 
{% 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 class="col-md-1">
 
  </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>
 
  <div class="col-md-11">
 
    <h2>Bridge Program</h2>
 
    <p class="lead">We are happy to announce our new partner program which allows you to support the Tor network by funding a Tor bridge.</p>
 
    <p> 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>
 

	
 
    <center>
 
      <img src="https://metrics.torproject.org/userstats-bridge-country.png?&end=%today&country=ir" alt="bridge_users">
 
    </center>
 
    <h3>How to participate?</h3>
 
    <p>Interested? Our <a href="//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: <a href="http://keyserver.cypherpunk.lu:11371/pks/lookup?op=get&search=0x3F917F479C5D0F3B">0x9C5D0F3B</a> (DE, EN, LB, FR)</p>
 

	
 
    <p><strong>Get in touch:</strong> <abbr title="E-Mail"><span class="glyphicon glyphicon-envelope"></span></abbr> : <a href="mailto:bridges@enn.lu">bridges@enn.lu</a> <span class="glyphicon glyphicon-lock"></span> GPG: <a href="http://keyserver.cypherpunk.lu:11371/pks/lookup?op=get&search=0x3F917F479C5D0F3B">0x9C5D0F3B</a> (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>
0 comments (0 inline, 0 general)