diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2014-03-20 16:48:29 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2014-03-20 16:48:29 +0000 |
commit | e09ad7afbfab9279b0c1a58625efac42089864a7 (patch) | |
tree | be3aa2e6381f1fca295802b0c9d475062bf52069 /en/donate | |
parent | 0cd34fb4ae8abc99d2eac733f76618a2c41f5b32 (diff) | |
download | www-e09ad7afbfab9279b0c1a58625efac42089864a7.tar www-e09ad7afbfab9279b0c1a58625efac42089864a7.tar.gz www-e09ad7afbfab9279b0c1a58625efac42089864a7.tar.bz2 www-e09ad7afbfab9279b0c1a58625efac42089864a7.tar.xz www-e09ad7afbfab9279b0c1a58625efac42089864a7.zip |
switch to centered css
Diffstat (limited to 'en/donate')
-rw-r--r-- | en/donate/index.php | 38 |
1 files changed, 17 insertions, 21 deletions
diff --git a/en/donate/index.php b/en/donate/index.php index 66941af8d..b2a0d95d5 100644 --- a/en/donate/index.php +++ b/en/donate/index.php @@ -15,10 +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; } - .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; } + h3 {margin:1.5em 0 0.3em; } .dlinfo li { margin-bottom: 0.6em; } </style> <script src="//static.mageia.org/g/js/jquery-1.10.1.min.js"></script> @@ -28,16 +25,15 @@ _lang_load($locale, 'donate'); <body class="donate"> <?php echo $hsnav; ?> <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> + <div id="doc2" class="yui-t7"> + <div class="yui-ge"> + <div class="yui-u first" style="width:50%"> + <div class="para"> + <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,25 +46,23 @@ _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> - <div class="para whydonate"> + <div class="yui-u" style="width:50%"> + <div class="para"> <h2 id="why"><?php _e('Why donate?'); ?></h2> <p><?php _e('Mageia.Org is a not-for-profit association to manage the Mageia distribution. As a not-for-profit association, it can receive donations from the community to help in a lot of differents fields:')?></p> <ul> @@ -111,6 +105,8 @@ People can choose how to distribute their donation among those: <p><?php _e('If you have any question about donations, you can send an email to <a href="mailto:treasurer@mageia.org">treasurer@mageia.org</a>.'); ?></p> <hr /> </div> - + </div> +</div> +</div> </body> </html> |