Changeset - 3f08fd32b5eb
[Not reviewed]
default
0 0 1
virii - 11 years ago 2013-12-21 17:16:32
virii@enn.lu
Added BPM points
1 file changed with 21 insertions and 0 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/donate/bpm.html
Show inline comments
 
new file 100644
 
{% 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 %}
0 comments (0 inline, 0 general)