diff options
Diffstat (limited to 'en/donate/index.php')
-rw-r--r-- | en/donate/index.php | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/en/donate/index.php b/en/donate/index.php index 66941af8d..104e682fe 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; float: left; width: 400px; display: block; } + .para { text-align: left; padding-top: 2em;} .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,17 +27,19 @@ _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"> - <ul id="options"> - <li><h2 id="d-paypal"><?php _e('Donate via PayPal,'); ?></h2> + + <h2 id="d-paypal"><?php _e('Donate via PayPal,'); ?></h2> <?php include '../../paypal.inc.php'; echo html_paypal_form($locale); ?> - </li> - <li><h3 id="d-bitcoin"><?php _e('via bitcoin,'); ?></h3> + + <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>'); ?> - </li> - <li><h3><?php _e('via bank transfer,'); ?></h3> + <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> @@ -50,23 +52,22 @@ _lang_load($locale, 'donate'); <?php echo $G_coord_assos_bank; ?> </pre> - </li> - <li><h3><?php _e('or via check (€ only).')?></h3> + + <h3><?php _e('or via check (€ 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> - </li> - <li class="dlinfo"> - <p><strong><?php _e('Please note that:')?></strong></p> + + + <p class="dlinfo"><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 € 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> @@ -112,5 +113,8 @@ People can choose how to distribute their donation among those: <hr /> </div> + </div></div> + </div> + </div> </body> </html> |