aboutsummaryrefslogtreecommitdiffstats
path: root/en/thank-you
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2013-01-29 18:33:41 +0000
committerRomain d'Alverny <rda@mageia.org>2013-01-29 18:33:41 +0000
commite07420bdda50a851ac7c865aedb06813cd807b28 (patch)
treecbd7e12a857f2dc2ffdbf915acf4cf391c54fb89 /en/thank-you
parent18064d5061459e3a4b2255056a22315940447a9f (diff)
downloadwww-e07420bdda50a851ac7c865aedb06813cd807b28.tar
www-e07420bdda50a851ac7c865aedb06813cd807b28.tar.gz
www-e07420bdda50a851ac7c865aedb06813cd807b28.tar.bz2
www-e07420bdda50a851ac7c865aedb06813cd807b28.tar.xz
www-e07420bdda50a851ac7c865aedb06813cd807b28.zip
reformat, full-width
Diffstat (limited to 'en/thank-you')
-rw-r--r--en/thank-you/index.php72
1 files changed, 37 insertions, 35 deletions
diff --git a/en/thank-you/index.php b/en/thank-you/index.php
index cbb95b902..109fe9189 100644
--- a/en/thank-you/index.php
+++ b/en/thank-you/index.php
@@ -20,40 +20,42 @@ include '../../donators.inc.php';
</head>
<body class="about">
<?php echo $hsnav; ?>
- <h1 id="mgnavt"><?php _e('Thanks to them too, Mageia goes forward.')?></h1>
- <div id="doc4" class="yui-t7">
- <div id="bd" role="main">
- <div class="yui-g"><div class="para donate" style="padding-top: 2em;">
- <p><?php _e('Since September 2010, Mageia would not have come to a reality without the enthusiasm, advice and involvement of hundreds of people.')?></p>
- <p><?php _e('It would not have either, without help and donation from many people and organizations, that provided Mageia.Org with advice, encouragements, trust, facilities, hosting, server and development hardware, mirroring facilities, network bandwidth, money and finally, care.')?></p>
- <p><?php _e('This page is here to remind of their contribution to this project.')?></p>
- </div></div>
- <div class="yui-gc">
- <div class="yui-u first rb1"><div class="para donate">
- <p><?php
- $pp = html_donators_list($donators, $anonymous);
- echo sprintf(_t('%d amazing people %sdonated money%s to Mageia.Org:'),
- $pp['count'], '<a href="../donate/">', '</a>');
- ?></p>
- <?php echo $pp['list']; ?>
- </div></div>
- <div class="yui-u"><div class="para donate">
- <p><?php _e('Those organizations and people provided Mageia.Org with mirroring facilities, hosting, hosting advice, server hardware, network bandwidth or some facilities:')?></p>
- <?php echo html_orgs_list($orgs); ?>
-
- <p><?php _e('Great places and teams that welcomed us and offerred us some tea, coffee, seats and advice (mostly in Paris for now):')?></p>
- <ul class="ty-ppl-list twocol">
- <li><?php _e('<a href="http://lacantine.org/">La Cantine</a>')?></li>
- <li><?php _e('Le Père Tranquille')?></li>
- <li><?php _e('Séverine\'s place')?></li>
- <li><?php _e('<a href="http://twitter.com/happylisou/">&Eacute;lise</a>\'s place')?></li>
- <li><?php _e('Starbucks Coffee')?></li>
- </ul>
- <p><?php _e('Thanks a lot to all the people we met, discussed with about this project and its potential implications: you know who you are!')?></p>
-
- </div></div>
- </div>
- </div>
- </div>
+ <header id="mgnavt">
+ <h1><?php _e('Thanks to them too, Mageia goes forward.')?></h1>
+ <ul>
+ <li><a href="../donate/"><?php _e('You too can donate!')?></a></li>
+ <li><a href="../about/reports/"><?php _e('Check our activity and financial reports!')?></a></li>
+ </ul>
+ </header>
+ <article>
+ <section class="para" style="width: 70%; text-align: left; float: left;">
+ <p><?php
+ $pp = html_donators_list($donators, $anonymous);
+ echo sprintf(_t('%d amazing people %sdonated money%s to Mageia.Org:'),
+ $pp['count'], '<a href="../donate/">', '</a>');
+ ?></p>
+ <?php echo $pp['list']; ?>
+ </section>
+ <section class="para" style="width: 20%; text-align: left; float: left;">
+ <p><?php _e('Since September 2010, Mageia would not have come to a reality without the enthusiasm, advice and involvement of hundreds of people.')?></p>
+ <p><?php _e('It would not have either, without help and donation from many people and organizations, that provided Mageia.Org with advice, encouragements, trust, facilities, hosting, server and development hardware, mirroring facilities, network bandwidth, money and finally, care.')?></p>
+ <p><?php _e('This page is here to remind of their contribution to this project.')?></p>
+ </section>
+ <section class="para" style="width: 20%; text-align: left; float: left;">
+ <p><?php _e('Those organizations and people provided Mageia.Org with mirroring facilities, hosting, hosting advice, server hardware, network bandwidth or some facilities:')?></p>
+ <?php echo html_orgs_list($orgs); ?>
+ <hr>
+ <p><?php _e('Great places and teams that welcomed us and offerred us some tea, coffee, seats and advice (mostly in Paris for now):')?></p>
+ <ul class="ty-ppl-list twocol">
+ <li><?php _e('<a href="http://lacantine.org/">La Cantine</a>')?></li>
+ <li><?php _e('Le Père Tranquille')?></li>
+ <li><?php _e('Séverine\'s place')?></li>
+ <li><?php _e('<a href="http://twitter.com/happylisou/">&Eacute;lise</a>\'s place')?></li>
+ <li><?php _e('Starbucks Coffee')?></li>
+ </ul>
+ <hr>
+ <p><?php _e('Thanks a lot to all the people we met, discussed with about this project and its potential implications: you know who you are!')?></p>
+ </section>
+ </article>
</body>
</html>