aboutsummaryrefslogtreecommitdiffstats
path: root/en/index.php
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2014-02-01 09:20:35 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2014-02-01 09:20:35 +0000
commit61ee6b47a395b21cc99f4a2791c1370c88336abe (patch)
treee30238950ec4c1aa339049e4c5edcb32539bebac /en/index.php
parent9d64fa07bcd20d604482806f678d288ecaef4f1a (diff)
downloadwww-61ee6b47a395b21cc99f4a2791c1370c88336abe.tar
www-61ee6b47a395b21cc99f4a2791c1370c88336abe.tar.gz
www-61ee6b47a395b21cc99f4a2791c1370c88336abe.tar.bz2
www-61ee6b47a395b21cc99f4a2791c1370c88336abe.tar.xz
www-61ee6b47a395b21cc99f4a2791c1370c88336abe.zip
Mageia 4 final is here
Diffstat (limited to 'en/index.php')
-rw-r--r--en/index.php18
1 files changed, 8 insertions, 10 deletions
diff --git a/en/index.php b/en/index.php
index c8a075498..7ff3ea0a7 100644
--- a/en/index.php
+++ b/en/index.php
@@ -7,8 +7,6 @@ require '../langs.php';
_lang_load($locale, 'index');
$nav = array(
- 'nav-for-pc' => array('for-pc/', _t('For PC')),
- 'nav-for-server' => array('for-server/', _t('For server')),
'nav-support' => array('support/', _t('Support')),
'nav-community' => array('community/', _t('Community')),
'nav-about' => array('about/', _t('About&nbsp;Mageia.Org'))
@@ -59,7 +57,7 @@ $nav = array(
padding-bottom: 0px;
color: #fff;
text-shadow: 0 0 1px #333;
- background: url(/g/3/background_tile.png)
+ background: #193255;
/*
background: -webkit-radial-gradient(20% 350px, circle cover, #3494D3 0%, #2383C2 50%);
background: -moz-radial-gradient(26% 370px, circle cover, #3494D3 0%, #2383C2 50%);
@@ -80,7 +78,7 @@ $nav = array(
color: #000;
text-decoration: none;
width: 280px;
- background: rgba(255,255,255,0.9);
+ background: #E8EBEE;
padding: 20px 20px 15px 20px;
border-radius: 4px;
text-shadow: none;
@@ -181,7 +179,7 @@ $nav = array(
@media (min-width: 1000px) {
h2 { margin-bottom: 0.3em; }
ul#p li:before { content: " > "; }
- #up > .container { background: url(/g/3/background.png) no-repeat 100% 0px; }
+ #up > .container { background: url(/g/4/background.png) no-repeat 100% 100%; }
#b1 { padding: 70px 0 70px; }
#navb {
@@ -237,17 +235,17 @@ $nav = array(
<span id="dl-btn-mageia">Mageia 3</span>
<span style="font-size: 32px; color: green; float: right;" class="icon-download-alt"></span>
<span class="dl-btn free-dl"><?php _e('Free Download'); ?></span>
- <span class="dl-btn"><?php _e('version 3 (May 2013)'); ?></span>
+ <span class="dl-btn"><?php _e('version 4 (February 2014)'); ?></span>
</a>
<p class="dl-info">
- <?php _e('<a href="%s" hreflang="en">Release notes</a>', array('https://wiki.mageia.org/en/Mageia_3_Release_Notes')); ?>,
- <?php _e('<a href="%s" hreflang="en">errata</a>', array('https://wiki.mageia.org/en/Mageia_3_Errata')); ?>.
+ <?php _e('<a href="%s" hreflang="en">Release notes</a>', array('https://wiki.mageia.org/en/Mageia_4_Release_Notes')); ?>,
+ <?php _e('<a href="%s" hreflang="en">errata</a>', array('https://wiki.mageia.org/en/Mageia_4_Errata')); ?>.
</p>
</li>
<li><a href="contribute/" class="dl-btn-other"><?php _e('<strong>Get involved</strong> in the next version'); ?></a>
</li>
- <li><a href="4/" class="dl-btn-other"><?php _e('Test'); ?> Mageia 4 RC</a>
- </li>
+ <!--<li><a href="4/" class="dl-btn-other"><?php _e('Test'); ?> Mageia 5 alpha 1</a>
+ </li>-->
</ul>
</div>
</div>