Changeset - 420f7a77e3bc
[Not reviewed]
version_5
0 3 0
Dennis Fink - 10 years ago 2015-07-20 22:37:26
dennis.fink@c3l.lu
Fixed alt attribute in img of donate pages
3 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/donate/bitcoin.html
Show inline comments
 
@@ -16,25 +16,25 @@
 
    .bitpay-donate-field div {float:left;}
 
    .bitpay-donate-field-email {width:80%;}
 
    .bitpay-donate-field-price {width:40%;}
 
    .bitpay-donate-field-currency {width:40%;}
 
    .bitpay-donate-button-wrapper {clear:both;margin:auto;text-align:center;}
 
    input.bitpay-donate-error {border:2px solid red;}
 
  </style>
 
{% endblock %}
 

	
 

	
 
{% block content %}
 
  <div class="col-md-4 text-center">
 
    <img src="{{ url_for('static', filename='images/BitCoin_Logo.png') }}" class="img-rounded" alt="WhoIs" width="160"></img>
 
    <img src="{{ url_for('static', filename='images/BitCoin_Logo.png') }}" class="img-rounded" alt="Bitcoin" width="160"></img>
 
    <h2>Bitcoin</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</small>
 
    </blockquote>
 

	
 
    <p><strong>Bitcoin</strong> is a cryptocurrency where the creation and transfer of bitcoins is based on an open-source cryptographic protocol that is independent of any central authority.Bitcoins can be transferred through a computer or smartphone without an intermediate financial institution. The concept was introduced in a 2008 paper by a pseudonymous developer known only as "Satoshi Nakamoto", who called it a peer-to-peer, electronic cash system.</p>
 
					
 
    <p class="bg-info"><strong>Bitcoin Address</strong><br>
 
    1EYZCq2ZL6chWXYYkJoDo7fz39UC7do5cC</p>
ennstatus/templates/donate/flattr.html
Show inline comments
 
{% 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="SnailMail"></img>
 
    <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>
ennstatus/templates/donate/paypal.html
Show inline comments
 
{% 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="WhoIs" width="135"></img>
 
    <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">
0 comments (0 inline, 0 general)