diff options
Diffstat (limited to 'en/index.php')
-rw-r--r-- | en/index.php | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/en/index.php b/en/index.php index aa79c1a7a..ac082f8b4 100644 --- a/en/index.php +++ b/en/index.php @@ -59,13 +59,13 @@ $nav = array( padding-bottom: 0px; color: #fff; text-shadow: 0 0 1px #333; - background: #131923; - /* + background: #131923; + /* background: -webkit-radial-gradient(20% 350px, circle cover, #3494D3 0%, #2383C2 50%); background: -moz-radial-gradient(26% 370px, circle cover, #3494D3 0%, #2383C2 50%); background: -o-radial-gradient(20% 350px, circle cover, #3494D3 0%, #2383C2 50%); background: radial-gradient(20% 350px, circle cover, #3494D3 0%, #2383C2 50%); - */ + */ } .container { @@ -262,21 +262,25 @@ $nav = array( </div> <div id="b2"> <ul id="dl"> - <li><a href="5/" id="dl-btn"> + <li><a href="/<?php echo $locale ?>/5/" id="dl-btn"> + <span id="dl-btn-mageia">Mageia</span> - <span style="font-size: 32px; color: green; float: right;" class="icon-download-alt"></span> - <span class="dl-btn free-dl"><?php _g('Free Download'); ?></span> - <span class="dl-btn"><?php _g('version 5 (June 2015)'); ?></span> + <span style="font-size: 32px; color: green; float: right;"></span> + <span class="dl-btn free-dl"><?php _g('Mageia 5'); ?></span> + <span class="dl-btn"><?php _g('released in June 2015'); ?></span> + </a> <p class="dl-info"> <?php _g('<a href="%s" hreflang="en">Release notes</a>', array(_r('https://wiki.mageia.org/en/Mageia_5_Release_Notes'))); ?>, <?php _g('<a href="%s" hreflang="en">errata</a>', array(_r('https://wiki.mageia.org/en/Mageia_5_Errata'))); ?>. + + </p> </li> <li><a href="contribute/" class="dl-btn-other"><?php _g('<strong>Get involved</strong> in the next version'); ?></a> - </li> - <!--<li><a href="6/" class="dl-btn-other"><?php _g('Test'); ?> Mageia 6 alpha</a></li>--> - + </li> + <!--<li><a href="6/" class="dl-btn-other"><?php _g('Test'); ?> Mageia 6 alpha</a></li>--> + </ul> </div> </div> |