diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-05 10:56:03 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-05 10:56:03 +0200 |
commit | 4d698ae14ddd4801897cf2ccf4e929deee81a944 (patch) | |
tree | caa8203c41c1519c7ba96cca40a726097ec8afb7 /en/contribute | |
parent | 29731943ca2d537e35e6fea00fe5d96bf223c345 (diff) | |
download | www-4d698ae14ddd4801897cf2ccf4e929deee81a944.tar www-4d698ae14ddd4801897cf2ccf4e929deee81a944.tar.gz www-4d698ae14ddd4801897cf2ccf4e929deee81a944.tar.bz2 www-4d698ae14ddd4801897cf2ccf4e929deee81a944.tar.xz www-4d698ae14ddd4801897cf2ccf4e929deee81a944.zip |
more page to adapt for bootstrap
+replace custom .css with common header
+clean of inline style
Diffstat (limited to 'en/contribute')
-rw-r--r-- | en/contribute/index.php | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/en/contribute/index.php b/en/contribute/index.php index 35b52fbea..353168cc1 100644 --- a/en/contribute/index.php +++ b/en/contribute/index.php @@ -14,22 +14,21 @@ $dictionary = read_translation_file($locale, array('contribute', 'common_footer' <meta name="keywords" content="<?php _g('mageia, contribute, howto, operating system')?>"> <meta name="author" content="Mageia"> <link rel="stylesheet" type="text/css" href="/g/style/all.css"> - <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> - <link rel="canonical" href="/<?php echo $locale; ?>/contribute/"> <?php include '../../analytics.php'; ?> - <style> .para {text-align:justify;}</style> + <?php echo common_header(); ?> + <link rel="canonical" href="/<?php echo $locale; ?>/contribute/"> </head> <body id="top" class="contribute"> <?php echo $hsnav; ?> <h1 id="mgnavtitle"><?php _g('Contribute to Mageia')?></h1> <div id="doc5" class="yui-t7" style="margin-bottom: 0px;"> - <div class="yui-ge"> + <div class="row"> <div class="para bb1" style="padding-top: 2em;"> <p><?php _g('Many people from all over the world gather to build Mageia – a Linux-based operating system <em>and</em> a <a href="../about/code-of-conduct/">lively, fun community</a> for <a href="../about/values/">building Free Software projects</a>.')?></p> <p><?php _g('Contributing is open to anyone, this is Free Software! If you are curious and willing to join, there are things you can do, depending on your time and skills; you will always find someone to welcome and help/mentor you if needed so that your contribution to the project can be as good as it can be!')?></p> <p><?php _g('Check what you could do below!')?></p> </div> - <div class="yui-u first" style="width:40%"> + <div class="col-sm-5"> <div class="para" id="by-time"> <h2><?php _g('Time')?></h2> <p><?php _g('How much free time do you have? and how much of it do you want to commit to Mageia? See what you can do:')?></p> @@ -60,7 +59,7 @@ $dictionary = read_translation_file($locale, array('contribute', 'common_footer' </ul> </div> </div> - <div class="yui-u lb1" style="width:58%"> + <div class="col-sm-7"> <div class="para" id="by-role"> <h2><?php _g('Roles')?></h2> <ul id="contrib-roles" class="contrib-list"> |