aboutsummaryrefslogtreecommitdiffstats
path: root/en/thank-you
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2010-12-17 15:27:17 +0000
committerRomain d'Alverny <rda@mageia.org>2010-12-17 15:27:17 +0000
commit42224ccf60bc0f89850d26d97abede388e43e2c3 (patch)
treee177b00aa347a67e013de0d679bb064b0b62e19e /en/thank-you
parent9994cf53190678e1843b8a0937a080f566a724e3 (diff)
downloadwww-42224ccf60bc0f89850d26d97abede388e43e2c3.tar
www-42224ccf60bc0f89850d26d97abede388e43e2c3.tar.gz
www-42224ccf60bc0f89850d26d97abede388e43e2c3.tar.bz2
www-42224ccf60bc0f89850d26d97abede388e43e2c3.tar.xz
www-42224ccf60bc0f89850d26d97abede388e43e2c3.zip
thank you page
Diffstat (limited to 'en/thank-you')
-rw-r--r--en/thank-you/index.php54
1 files changed, 54 insertions, 0 deletions
diff --git a/en/thank-you/index.php b/en/thank-you/index.php
new file mode 100644
index 000000000..fd821d3d3
--- /dev/null
+++ b/en/thank-you/index.php
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html>
+<html dir="ltr" lang="en">
+<head>
+ <meta charset="utf-8" />
+ <title>Thank you for making Mageia possible.</title>
+ <meta name="description" content="People and orgs without which Mageia would not exist." />
+ <meta name="keywords" content="mageia, donate, donation, thanks, partners, help" />
+ <meta name="author" content="Mageia" />
+ <link rel="stylesheet" type="text/css" href="/g/style/all.css" />
+ <?php include '../../analytics.php'; ?>
+</head>
+<body>
+ <?php include '../../langs.php'; ?>
+
+ <div id="doc" class="yui-t7">
+ <div id="hd" role="banner"><h1>Mageia <span>| Thank <em>you</em>!</span></h1></div>
+ <div id="bd" role="main">
+ <div class="yui-g">
+ <div class="para donate">
+ <?php include '../../donators.inc.php'; ?>
+
+ <p>Since September 2010, Mageia would not have come to a reality without
+ the enthusiasm, advice and involvement of hundreds of people.</p>
+
+ <p>It would not have either, without help and donation from many people and organizations.
+ This page is here to remind of their contribution to this project.</p>
+
+ <?php echo html_donators_list($donators); ?>
+
+ <p>Places and teams that welcomed us and offerred us some tea, coffee, seats and advice:</p>
+ <ul class="ty-ppl-list">
+ <li>the famous <a href="http://lacantine.org/">La Cantine</a> coworking space</li>
+ <li>Starbucks Coffee (Paris)</li>
+ </ul>
+ <p>Thanks a lot to all the people we met, discussed with about this project
+ and its potential implications: you know who you are!</p>
+
+ <p>Those provided Mageia.Org with hosting, hosting advice, server hardware,
+ network bandwidth or some facilities:</p>
+ <?php echo html_orgs_list($orgs); ?>
+ </div>
+ </div>
+ <div class="yui-g">
+ <div class="yui-u first"><div class="para" style="padding-right: 0;">
+
+ </div></div>
+ <div class="yui-u"><div class="para">
+
+ </div></div>
+ </div>
+ </div>
+</body>
+</html>