aboutsummaryrefslogtreecommitdiffstats
path: root/en/index.php
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2017-07-16 13:29:06 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2017-07-16 13:29:06 +0200
commitf156c7cb217bd7e575d29ef5adcc8d1e685fc40a (patch)
tree1904b5e6d595f07ad6c56bde5478606732d14103 /en/index.php
parent3bb524bbcb700f8b158aa9aa7a23ac4d7a1a5b69 (diff)
downloadwww-f156c7cb217bd7e575d29ef5adcc8d1e685fc40a.tar
www-f156c7cb217bd7e575d29ef5adcc8d1e685fc40a.tar.gz
www-f156c7cb217bd7e575d29ef5adcc8d1e685fc40a.tar.bz2
www-f156c7cb217bd7e575d29ef5adcc8d1e685fc40a.tar.xz
www-f156c7cb217bd7e575d29ef5adcc8d1e685fc40a.zip
Mageia 6 is available
Diffstat (limited to 'en/index.php')
-rwxr-xr-x[-rw-r--r--]en/index.php29
1 files changed, 18 insertions, 11 deletions
diff --git a/en/index.php b/en/index.php
index b1657331a..65d4c7d1e 100644..100755
--- a/en/index.php
+++ b/en/index.php
@@ -32,6 +32,9 @@ $dictionary = read_translation_file($locale, array('index', 'news', 'common_foot
a[hreflang]:after { color:#d0d0ff; font-style:italic; content: "\A0["attr(hreflang)"]"; }
+ body {background: #1c5f89;}
+ #down {background: #ffffff;}
+
#master {
padding: 2em;
border: 1px solid red;
@@ -45,7 +48,7 @@ $dictionary = read_translation_file($locale, array('index', 'news', 'common_foot
padding-bottom: 0px;
color: #fff;
text-shadow: 0 0 1px #333;
- background: #131923;
+ background: #1c5f89;
/*
background: -webkit-radial-gradient(20% 350px, circle cover, #3494D3 0%, #2383C2 50%);
background: -moz-radial-gradient(26% 370px, circle cover, #3494D3 0%, #2383C2 50%);
@@ -171,7 +174,6 @@ $dictionary = read_translation_file($locale, array('index', 'news', 'common_foot
text-decoration: none;
font-size: 75%;
}
- #dl-btn, .dl-btn-other { width: 222px; }
.dl-btn-other:hover {
background: rgba(255,255,255, 0.2);
color: #fff;
@@ -182,7 +184,10 @@ $dictionary = read_translation_file($locale, array('index', 'news', 'common_foot
@media (min-width: 1000px) {
h2 { margin-bottom: 0.3em; }
ul#p li:before { content: " > "; }
- #up > .container { background: url(/g/5/background.png) no-repeat 100% 100%; }
+ #up {
+ background: url(/g/6/background.png) no-repeat center;
+ background-size: cover
+ }
#b1 { padding: 33px 70px 70px 70px; }
#b2 { padding-left: 70px}
@@ -212,7 +217,6 @@ $dictionary = read_translation_file($locale, array('index', 'news', 'common_foot
}
}
@media (min-width: 1200px) {}
-
</style>
</head>
<body>
@@ -236,6 +240,8 @@ $dictionary = read_translation_file($locale, array('index', 'news', 'common_foot
}
?>
</div>
+ <div class="row">
+ <div class="col">
<div id="b1">
<h2><?php _g('Change your perspective'); ?></h2>
<ul id="p"><?php
@@ -247,30 +253,31 @@ $dictionary = read_translation_file($locale, array('index', 'news', 'common_foot
</div>
<div id="b2">
<ul id="dl">
- <li><a href="/<?php echo $locale ?>/5/" id="dl-btn">
+ <li><a href="/<?php echo $locale ?>/downloads/" id="dl-btn">
<span id="dl-btn-mageia">Mageia</span>
<span style="font-size: 32px; color: green; float: right;"></span>
- <span class="dl-btn free-dl"><?php _g('Mageia 5.1'); ?></span>
- <span class="dl-btn"><?php _g('released in December 2016'); ?></span>
+ <span class="dl-btn free-dl"><?php _g('Mageia 6'); ?></span>
+ <span class="dl-btn"><?php _g('released in July 2017'); ?></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.1_Release_Notes'))); ?>,
- <?php _g('<a href="%s" hreflang="en">errata</a>', array(_r('https://wiki.mageia.org/en/Mageia_5_Errata'))); ?>.
+ <?php _g('<a href="%s" hreflang="en">Release notes</a>', array(_r('https://wiki.mageia.org/en/Mageia_6_Release_Notes'))); ?>,
+ <?php _g('<a href="%s" hreflang="en">errata</a>', array(_r('https://wiki.mageia.org/en/Mageia_6_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 rc</a></li>
+ <!--<li><a href="6/" class="dl-btn-other"><?php _g('Test'); ?> Mageia 6 rc</a></li>-->
</ul>
</div>
+ </div><!--col-->
+ </div><!--row-->
</div>
</div>
<?php echo common_footer($locale); ?>
-
</body>
</html>