diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-03-18 14:46:49 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-03-18 14:46:49 +0000 |
commit | 576a6498f8990b009e6fc9c9d6bf86e377253228 (patch) | |
tree | c1d28123d1a3750c9c2c53cdd9d2e43b133ea43a /en/about/index.php | |
parent | 82dcdbd7a6d5a11cedd8c6e2f0e3b38d884b1b4d (diff) | |
download | www-576a6498f8990b009e6fc9c9d6bf86e377253228.tar www-576a6498f8990b009e6fc9c9d6bf86e377253228.tar.gz www-576a6498f8990b009e6fc9c9d6bf86e377253228.tar.bz2 www-576a6498f8990b009e6fc9c9d6bf86e377253228.tar.xz www-576a6498f8990b009e6fc9c9d6bf86e377253228.zip |
temp index for about section
Diffstat (limited to 'en/about/index.php')
-rw-r--r-- | en/about/index.php | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/en/about/index.php b/en/about/index.php new file mode 100644 index 000000000..8abab75d8 --- /dev/null +++ b/en/about/index.php @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html> +<html dir="ltr" lang="en"> +<head> + <meta charset="utf-8" /> + <title>About Mageia</title> + <meta name="description" content="Mageia" /> + <meta name="keywords" content="mageia" /> + <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>| About</span></h1></div> + <div id="bd" role="main"> + <div class="yui-g"><div class="para"> + + <ul> + <li><a href="/wiki/doku.php?id=org">Governance</a></li> + <li><a href="./code-of-conduct/">Code of conduct</a></li> + <li><a href="./policies/">Policies</a></li> + <li><a href="./values/">Values</a></li> + <li>Financial reports: <a href="./reports/2010/">2010</a>, + <a href="./reports/2011/">2011</a></li> + <li><a href="../donate/">Donations</a></li> + <li><a href="../thank-you/">Thanks!</a></li> + </ul> + </div></div> + </div> + </div> +</body> +</html> |