aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2013-08-06 19:08:46 +0000
committerFilip Komar <filip@mageia.org>2013-08-06 19:08:46 +0000
commitd23080139f95f6be23fdeed28e3de5ba3ef92ab7 (patch)
tree8297c1f583ba37bc1b8341c747ec677e5e7f5c21
parent42a268b67baf382bfce2d9c2456881e2f1eebf59 (diff)
downloadwww-d23080139f95f6be23fdeed28e3de5ba3ef92ab7.tar
www-d23080139f95f6be23fdeed28e3de5ba3ef92ab7.tar.gz
www-d23080139f95f6be23fdeed28e3de5ba3ef92ab7.tar.bz2
www-d23080139f95f6be23fdeed28e3de5ba3ef92ab7.tar.xz
www-d23080139f95f6be23fdeed28e3de5ba3ef92ab7.zip
https fix on charter.html
-rw-r--r--en/charter.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/en/charter.html b/en/charter.html
index 56fb0ef89..e1b0fa5b6 100644
--- a/en/charter.html
+++ b/en/charter.html
@@ -26,7 +26,7 @@
<div class="yui-g">
<div class="para">
<p>This draft guide is to help build consistent style for Mageia.org on the Web and in the printed world.
- It starts from the current charter of <a href="http://www.mageia.org/">www.mageia.org</a> and takes into account
+ It starts from the current charter of <a href="//www.mageia.org/">www.mageia.org</a> and takes into account
several other options that are available to this day.</p>
<ul>
@@ -73,8 +73,8 @@
<ul class="contrib-list charter">
<li id="favicon">
<h3>Favicon</h3>
- <p>Our favicon is <img src="http://www.mageia.org/g/favicon.png" alt="Mageia favicon">. You may reference it through:
- <code>http://www.mageia.org/g/favicon.png</code>.</p>
+ <p>Our favicon is <img src="//www.mageia.org/g/favicon.png" alt="Mageia favicon">. You may reference it through:
+ <code>https://www.mageia.org/g/favicon.png</code>.</p>
</li>
<li id="fonts">
@@ -90,10 +90,10 @@
<h3>Page width and layout</h3>
<p>Current:</p>
<ul>
- <li><a href="http://www.mageia.org/">www</a>: fixed 749px, centered</li>
- <li><a href="http://blog.mageia.org/">blog</a>: fixed 980px, centered</li>
- <li><a href="http://forums.mageia.org/">forum</a>: fluid 100%</li>
- <li><a href="http://bugs.mageia.org/">bugs</a>: fluid 100%</li>
+ <li><a href="//www.mageia.org/">www</a>: fixed 749px, centered</li>
+ <li><a href="//blog.mageia.org/">blog</a>: fixed 980px, centered</li>
+ <li><a href="https://forums.mageia.org/">forum</a>: fluid 100%</li>
+ <li><a href="//bugs.mageia.org/">bugs</a>: fluid 100%</li>
<li><a href="http://hugs.mageia.org/">hugs</a>: fixed ~700px, left-aligned</li>
</ul>
@@ -116,9 +116,9 @@
<p>Current background is built in three layers:</p>
<ul>
<li>plain white background: <code class="term">html { background: #fff; }</code></li>
- <li>blue to white gradient with stripes: <code class="term">html { background: url(<a href="http://www.mageia.org/g/images/bg_ln_4.png">http://www.mageia.org/g/images/bg_ln_4.png</a>) repeat-x; }</code>
+ <li>blue to white gradient with stripes: <code class="term">html { background: url(<a href="https://www.mageia.org/g/images/bg_ln_4.png">https://www.mageia.org/g/images/bg_ln_4.png</a>) repeat-x; }</code>
</li>
- <li>white cauldron mask placed: <code class="term">body { background: url(<a href="http://www.mageia.org/g/images/cauldron_alpha_ln_1.png">http://www.mageia.org/g/images/cauldron_alpha_ln_1.png</a>) no-repeat -20px 200px; }</code>
+ <li>white cauldron mask placed: <code class="term">body { background: url(<a href="https://www.mageia.org/g/images/cauldron_alpha_ln_1.png">https://www.mageia.org/g/images/cauldron_alpha_ln_1.png</a>) no-repeat -20px 200px; }</code>
</li>
</ul>
</li>
@@ -146,7 +146,7 @@ box-shadow: 0 1px 3px #9db1ca;</pre>
<ul>
<li>YUI reset-fonts-grids CSS</li>
<li>YUI base CSS</li>
- <li>our own: <a href="http://www.mageia.org/g/style/screen.css">screen.css</a></li>
+ <li>our own: <a href="//www.mageia.org/g/style/screen.css">screen.css</a></li>
</ul>
<p>This can be dramatically improved, splitting into several CSSes for reuse through mageia.org.</p>
</li>