summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-16 02:19:00 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-16 02:19:00 +0200
commita9d01b0f08b62736b499ebfe4f362841c9b01d4e (patch)
tree4ce63bf413f3a100a9eb82b16e1f337b30d67e46
parentd3d0c4bf6c71934dcf82852cc10ca82e63285562 (diff)
downloadweb-common-a9d01b0f08b62736b499ebfe4f362841c9b01d4e.tar.gz
web-common-a9d01b0f08b62736b499ebfe4f362841c9b01d4e.tar.bz2
web-common-a9d01b0f08b62736b499ebfe4f362841c9b01d4e.zip
indent
-rw-r--r--lang.html42
1 files changed, 23 insertions, 19 deletions
diff --git a/lang.html b/lang.html
index 0dd08eb..9bdf23a 100644
--- a/lang.html
+++ b/lang.html
@@ -1,25 +1,29 @@
<div class="bottom-bar">
<div class="lang-selector">
<a href="#" onclick="setLang('en');">
- <img>
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 30" width="60" height="30">
- <clipPath id="t">
- <path d="M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z"/>
- </clipPath>
- <path d="M0,0 v30 h60 v-30 z" fill="#00247d"/>
- <path d="M0,0 L60,30 M60,0 L0,30" stroke="#fff" stroke-width="6"/>
- <path d="M0,0 L60,30 M60,0 L0,30" clip-path="url(#t)" stroke="#cf142b" stroke-width="4"/>
- <path d="M30,0 v30 M0,15 h60" stroke="#fff" stroke-width="10"/>
- <path d="M30,0 v30 M0,15 h60" stroke="#cf142b" stroke-width="6"/>
- </svg>
- </img></a>
+ <img>
+ <!-- https://upload.wikimedia.org/wikipedia/commons/a/ae/Flag_of_the_United_Kingdom.svg -->
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 30" width="60" height="30">
+ <clipPath id="t">
+ <path d="M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z"/>
+ </clipPath>
+ <path d="M0,0 v30 h60 v-30 z" fill="#00247d"/>
+ <path d="M0,0 L60,30 M60,0 L0,30" stroke="#fff" stroke-width="6"/>
+ <path d="M0,0 L60,30 M60,0 L0,30" clip-path="url(#t)" stroke="#cf142b" stroke-width="4"/>
+ <path d="M30,0 v30 M0,15 h60" stroke="#fff" stroke-width="10"/>
+ <path d="M30,0 v30 M0,15 h60" stroke="#cf142b" stroke-width="6"/>
+ </svg>
+ </img>
+ </a>
<a href="#" onclick="setLang('it');">
- <img>
- <svg xmlns="http://www.w3.org/2000/svg" width="60" height="30" viewBox="0 0 3 2">
- <rect width="1" height="2" fill="#009246"/>
- <rect width="1" height="2" x="1" fill="#fff"/>
- <rect width="1" height="2" x="2" fill="#ce2b37"/>
- </svg>
- </img></a>
+ <img>
+ <!-- https://upload.wikimedia.org/wikipedia/en/0/03/Flag_of_Italy.svg -->
+ <svg xmlns="http://www.w3.org/2000/svg" width="60" height="30" viewBox="0 0 3 2">
+ <rect width="1" height="2" fill="#009246"/>
+ <rect width="1" height="2" x="1" fill="#fff"/>
+ <rect width="1" height="2" x="2" fill="#ce2b37"/>
+ </svg>
+ </img>
+ </a>
</div>
</div>