aboutsummaryrefslogtreecommitdiffstats
path: root/en/donate
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2014-03-14 23:48:11 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2014-03-14 23:48:11 +0000
commita309d99f00031700c9de230f2eb74b0023ab0cd1 (patch)
tree55d919668adf67d106594297025807d52c79d5d6 /en/donate
parentad7821241b03e1c5d2821336bbe2749db945f2c9 (diff)
downloadwww-a309d99f00031700c9de230f2eb74b0023ab0cd1.tar
www-a309d99f00031700c9de230f2eb74b0023ab0cd1.tar.gz
www-a309d99f00031700c9de230f2eb74b0023ab0cd1.tar.bz2
www-a309d99f00031700c9de230f2eb74b0023ab0cd1.tar.xz
www-a309d99f00031700c9de230f2eb74b0023ab0cd1.zip
mistake donate push and fix timeline.po
Diffstat (limited to 'en/donate')
-rw-r--r--en/donate/index.php32
1 files changed, 14 insertions, 18 deletions
diff --git a/en/donate/index.php b/en/donate/index.php
index 104e682fe..66941af8d 100644
--- a/en/donate/index.php
+++ b/en/donate/index.php
@@ -15,7 +15,7 @@ _lang_load($locale, 'donate');
<link rel="canonical" href="/<?php echo $locale; ?>/donate/">
<?php include '../../analytics.php'; ?>
<style>
- .para { text-align: left; padding-top: 2em;}
+ .para { text-align: left; float: left; width: 400px; display: block; }
.donoptions { width: 400px; float: left; display: block; }
#options { list-style: none; padding: 0; margin: 0; }
#options > li { list-style: none; padding: 0; margin: 0 0 4em 0; }
@@ -27,19 +27,17 @@ _lang_load($locale, 'donate');
</head>
<body class="donate">
<?php echo $hsnav; ?>
- <div id="doc4" class="yui-t7">
- <div id="bd" role="main">
- <div class="yui-g"><div class="para">
<h1 id="mgnavt"><?php _e('Donate to Mageia')?></h1>
<div class="para donoptions">
-
- <h2 id="d-paypal"><?php _e('Donate via PayPal,'); ?></h2>
+ <ul id="options">
+ <li><h2 id="d-paypal"><?php _e('Donate via PayPal,'); ?></h2>
<?php include '../../paypal.inc.php'; echo html_paypal_form($locale); ?>
-
- <h3 id="d-bitcoin"><?php _e('via bitcoin,'); ?></h3>
+ </li>
+ <li><h3 id="d-bitcoin"><?php _e('via bitcoin,'); ?></h3>
<?php echo sprintf(_t('If you want to donate <a href="http://bitcoin.org/">bitcoins</a>, the Mageia.Org bitcoin address is <b>%s</b>.'), '<a href="https://blockchain.info/address/1GYF2h69NrJ7Pp92bNPDEdLABbH1hR7rsA">1GYF2h69NrJ7Pp92bNPDEdLABbH1hR7rsA</a>'); ?>
- <h3><?php _e('via bank transfer,'); ?></h3>
+ </li>
+ <li><h3><?php _e('via bank transfer,'); ?></h3>
<p><?php _e('using the following Bank Identifier Code (IBAN-BIC):') ?></p>
<pre class="donate-coord">
<u><?php _e('In favor of:'); ?></u>
@@ -52,22 +50,23 @@ _lang_load($locale, 'donate');
<?php echo $G_coord_assos_bank; ?>
</pre>
-
- <h3><?php _e('or via check (&euro; only).')?></h3>
+ </li>
+ <li><h3><?php _e('or via check (&euro; only).')?></h3>
<p><?php _e('You can send your donation by check to this address:')?></p>
<pre class="donate-coord">
<?php echo $G_coord_assos; ?>
</pre>
<p><?php _e('Use "Mageia.Org" in the "Pay to the order of..." line.');?></p>
-
-
- <p class="dlinfo"><strong><?php _e('Please note that:')?></strong></p>
+ </li>
+ <li class="dlinfo">
+ <p><strong><?php _e('Please note that:')?></strong></p>
<ul>
<li><?php _e('Paypal withdraws a small commission for each donation (around 2%) so we get a little bit less than you send;')?></li>
<li><?php _e('conversion rates are charged to Mageia, so please use &euro; as currency;')?></li>
<li><?php echo sprintf(_t('if you want to do an anonymous donation, please add a comment or send an email to %s.'), '<a href="mailto:treasurer@mageia.org">treasurer@mageia.org</a>')?></li>
</ul>
-
+ </li>
+ </ul>
</div>
<div class="para whydonate">
<h2 id="why"><?php _e('Why donate?'); ?></h2>
@@ -113,8 +112,5 @@ People can choose how to distribute their donation among those:
<hr />
</div>
- </div></div>
- </div>
- </div>
</body>
</html>