Files @ e701f9a8e606
Branch filter:

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

Dennis Fink
Added missing whitespace in wiretransfer.html
{% extends "base.html" %}

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

{% block content %}
  <div class="col-md-4 text-center">
    <img src="{{ url_for('static', filename='images/Flattr_Logo.png') }}" class="img-rounded" alt="Flattr"></img>
    <h2>Flattr</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>We do accept <strong>flattr</strong>. Help us to raise some more funds to support our infrastructure.</p>
    <p class="bg-info text-center">
      <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>
    </p>
  </div>
{% endblock %}