Files @ c049bbdd7c2c
Branch filter:

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

Dennis Fink
Add link to about ennstatus
{% extends "base.html" %}

{% set title = "Donate - PayPal" %}

{% block content %}
  <div class="col-md-4 text-center">
    <img src="{{ url_for('static', filename='images/PayPal_Logo.png') }}" class="img-rounded" alt="PayPal" width="135"></img>
    <h2>PayPal</h2>
  </div>
  <div class="col-md-8">
    <blockquote>
      <p>"<em>This may be the purest form of democracy the world has ever known, and I — for one — am thrilled to be here to watch it unfold.</em>"</p>
      <small>Paco Ahlgren<citi"Source Title"></cite></small>
    </blockquote>

    <p><strong>PayPal</strong> is quite fast and a nice alternative to the good old wire transfer. Still, we prefer the good old wire transfer, as they don't put up our expenses and so we can invest more in our infrstrcture.</p>
		<p>Still, we are glad with every support we get, so don't hesitate to use this method as well.</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>
{% endblock %}