diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-05-19 10:35:20 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-05-19 10:35:20 +0000 |
commit | b76e8518b859e084df4843cc7e4b571467c26e49 (patch) | |
tree | c80d1c053e1c2b2b4044ac55cabe5969c405e30a /en | |
parent | 395206453164aa5de6da412510b9db139e088ec7 (diff) | |
download | www-b76e8518b859e084df4843cc7e4b571467c26e49.tar www-b76e8518b859e084df4843cc7e4b571467c26e49.tar.gz www-b76e8518b859e084df4843cc7e4b571467c26e49.tar.bz2 www-b76e8518b859e084df4843cc7e4b571467c26e49.tar.xz www-b76e8518b859e084df4843cc7e4b571467c26e49.zip |
updated title code
Diffstat (limited to 'en')
-rw-r--r-- | en/about/code-of-conduct/index.php | 7 | ||||
-rw-r--r-- | en/about/media/index.php | 5 | ||||
-rw-r--r-- | en/about/values/index.php | 7 | ||||
-rw-r--r-- | en/contribute/index.php | 6 |
4 files changed, 11 insertions, 14 deletions
diff --git a/en/about/code-of-conduct/index.php b/en/about/code-of-conduct/index.php index 720f57663..463d4eec7 100644 --- a/en/about/code-of-conduct/index.php +++ b/en/about/code-of-conduct/index.php @@ -3,17 +3,16 @@ <head> <meta charset="utf-8"> <title>Code of Conduct - Mageia</title> - <meta name="description" content="Mageia is new community-based Linux distribution."> + <meta name="description" content="Mageia project Code of Conduct for contributors and users."> <meta name="keywords" content="mageia, values, conduct, rules"> <meta name="author" content="Mageia"> <link rel="stylesheet" type="text/css" href="/g/style/all.css"> <?php include '../../../analytics.php'; ?> </head> -<body> +<body class="about"> <?php include '../../../langs.php'; ?> - + <h1 id="mgnavt">Code of Conduct</h1> <div id="doc" class="yui-t7"> - <div id="hd" role="banner"><h1><a id="logo" href="/"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh">Code of Conduct</span></h1></div> <div id="bd" role="main"> <div class="yui-g"> <div class="para codeofconduct"> diff --git a/en/about/media/index.php b/en/about/media/index.php index ecd75b2a4..7473d3596 100644 --- a/en/about/media/index.php +++ b/en/about/media/index.php @@ -9,11 +9,10 @@ <link rel="stylesheet" type="text/css" href="/g/style/all.css"> <?php include '../../../analytics.php'; ?> </head> -<body> +<body class="about"> <?php include '../../../langs.php'; ?> - + <h1 id="mgnavtitle">Media files</h1> <div id="doc" class="yui-t7"> - <div id="hd" role="banner"><h1><a id="logo" href="/"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh">Media files</span></h1></div> <div id="bd" role="main"> <div class="yui-g"><div class="para"> <h2>Logo</h2> diff --git a/en/about/values/index.php b/en/about/values/index.php index ecafb2eb3..f91efc2ce 100644 --- a/en/about/values/index.php +++ b/en/about/values/index.php @@ -3,17 +3,16 @@ <head> <meta charset="utf-8"> <title>Mageia Values</title> - <meta name="description" content="Mageia is new community-based Linux distribution."> + <meta name="description" content="Mageia project values"> <meta name="keywords" content="mageia, values"> <meta name="author" content="Mageia"> <link rel="stylesheet" type="text/css" href="/g/style/all.css"> <?php include '../../../analytics.php'; ?> </head> -<body> +<body class="about"> <?php include '../../../langs.php'; ?> - + <h1 id="mgnavt">Values</h1> <div id="doc" class="yui-t7"> - <div id="hd" role="banner"><h1><a id="logo" href="/"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh">Values</span></h1></div> <div id="bd" role="main"> <div class="yui-g"> <div class="para values"> diff --git a/en/contribute/index.php b/en/contribute/index.php index 998304ee9..d4559445a 100644 --- a/en/contribute/index.php +++ b/en/contribute/index.php @@ -20,13 +20,13 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules); <link rel="canonical" href="/<?php echo $locale; ?>/contribute/"> <?php include '../../analytics.php'; ?> </head> -<body id="top"> +<body id="top" class="contribute"> <?php echo $hsnav; ?> + <h1 id="mgnavtitle"><?php _e('page_h1')?></h1> <div id="doc" class="yui-t7"> - <div id="hd" role="banner"><h1><a id="logo" href="/<?php echo $locale; ?>/"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh"><?php echo $_t['page_h1']; ?></span></h1></div> <div id="bd" role="main"> <div class="yui-g"> - <div class="para"> + <div class="para" style="padding-top: 2em;"> <p><?php echo $_t['mageia_intro']; ?></p> <p><?php echo $_t['contribute_intro']; ?></p> |