Files @ 1abafdd2a20f
Branch filter:

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

Dennis Fink
merge
{% extends "base.html" %}

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

{% block content %}
  <div class="col-md-4 text-center">
    <img src="{{ url_for('static', filename='images/bpm.gif') }}" class="img-rounded" alt="BPM"></img>
    <h2>BPM Points</h2>
  </div>
  <div class="col-md-8">
    <blockquote>
      <p>"<em>Privacy is not something that I'm merely entitled to, it's an absolute prerequisite.</em>"</p>
      <small>Marlon Brando<cite>brainyquote</cite></small>
    </blockquote>

    <p>We accept <strong>BPM</strong> points as they will be used for our BPM Parcel Station. The parcel station is used for receiving and sending mails and packages around the world!</p>
    <div class="alert-info text-center">
	    <a href="mailto:info@fvde.lu">Mail us your BPM voucher code!</a>
    </div>
  </div>
{% endblock %}