Files @ 6173267a5536
Branch filter:

Location: FVDE/ennstatus/ennstatus/templates/donate/index.html

Dennis Fink
Update
{# Ë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 = "Donate" %}

{% block content %}
  <div class="col-md-4">
    <img src="{{ url_for('static', filename='images/Support.png') }}" class="img-responsive img-rounded center-block" alt="WhoIs" width="160"></img>
    <div class="text-center">
      <h2>Support us!</h2>
    </div>
  </div>
  <div class="col-md-8">
    <div class="jumbotron">
      <h2>Take action for a <strong>#FreeInternet</strong>! Support us today!</h2>
      <p>As a non-profit organization we are 100% community funded. Donations from our members and supporters will be used to <strong>power Tor nodes</strong>, <strong>print flyers and posters</strong> or cover administrative charges.</p>
      <span class='highlighted-label'><a href="{{ url_for('donate.received') }}"><span class="label label-info">Donation history</span></a></span>
      <span class='highlighted-label'><a href="{{ url_for('root.bridgeprogram') }}"><span class="label label-primary">Adopt a Tor Bridge</span></a></span>
    </div>
  </div>
  <div class="col-md-12">
    <div class="col-md-4">
      <div class="thumbnail">
        <center>
          <h3>Wire Transfer </h3>
        </center>
        <div class="well well-sm">
          <p>
            <strong>Account holder:</strong> Frënn vun der Ënn A.S.B.L.<br>
            <strong>BIC/SWIFT:</strong> BCEELULLXXX<br>
            <strong>IBAN:</strong> LU65 0019 4055 6782 7000<br>
          </p>
       </div>
       <div class="well well-sm">
       <p>
         <strong>Account holder:</strong> Chaos Computer Club Lëtzebuerg A.S.B.L.<br>
         <strong>BIC/SWIFT:</strong> BCEELULLXXX<br>
         <strong>IBAN:</strong> LU29 0019 2855 3890 4000<br>
         <strong>Subject:</strong> Donation FVDE<br>
       </p>
       </div>
      </div>
    </div>
    <div class="col-md-4 clearfix">
      <div class="thumbnail">
        <center>
          <h3>SnailMail</h3>
        </center>
        <div class="well well-sm">
           <address>
             <strong>Frënn vun der Ënn, ASBL</strong><br>
                    {{ config['ENNSTATUS_ADDRESS_CO'] }}<br>
                    {{ config['ENNSTATUS_HOUSE_NAME'] }}<br>
                    {{ config['ENNSTATUS_STREET'] }}<br>
                    {{ config['ENNSTATUS_POSTAL_CODE'] }}, {{ config['ENNSTATUS_CITY'] }}<br>
                    {{ config['ENNSTATUS_COUNTRY'] }}, {{ config['ENNSTATUS_CONTINENT'] }}<br>
          </address>
        </div>
      </div>
    </div>
    <div class="col-md-4">
      <div class="thumbnail">
        <center>
          <h3>Bitcoin</h3>
        </center>
        <div class="well well-sm">
         <center>
          <p>
            <b>Bitcoin Address:</b> 1EYZCq2ZL6chWXYYkJoDo7fz39UC7do5cC
            <a href="bitcoin:1EYZCq2ZL6chWXYYkJoDo7fz39UC7do5cC?label=FVDE"><img src="{{ url_for('static', filename='images/btc.png') }}" width="200"></a>
          </p>
         </center>
        </div>
      </div>
    </div>
  </div>
  <div class="col-md-12">
    <div class="col-md-4">
      <div class="thumbnail">
        <center>
          <h3>PayPal <small><span class="label label-danger">high fees</span></small></h3>
          <div class="well well-sm">
            <p>Use your existing PayPal account or check-out as guest. (Credit cards accepted)</p>
            <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
      		    <input type="hidden" name="cmd" value="_s-xclick">
    	  	    <input type="hidden" name="hosted_button_id" value="JKNKAGHS65QN4">
    		      <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
    		      <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
            </form>
          </div>
        </center>
      </div>
    </div>
    <div class="col-md-4">
      <div class="thumbnail">
        <center>
          <h3>Flattr</h3>
          <div class="well well-sm">
            <p>Flattr us!</p>
            <a href="https://flattr.com/submit/auto?user_id=FVDE&url=https%3A%2F%2Fenn.lu/donate/flattr" target="_blank">
              <img src="https://button.flattr.com/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0"></img>
            </a>
          </div>
        </center>
      </div>
    </div>
    <div class="col-md-4">
      <div class="thumbnail">
        <center>
          <h3>Patreon</h3>
          <div class="well well-sm">
            <p>Support us!</p>
            <a href="https://www.patreon.com/FVDE?utm_medium=social&ty=h&utm_campaign=creatorshare" target="_blank">
              <img src="https://s3.amazonaws.com/patreon_public_assets/toolbox/patreon.png" alt="Patreon" title="Patreon" border="0"></img>
            </a>
          </div>
        </center>
      </div>
    </div>
  </div>
{% endblock %}