Commit 178c6e84 authored by Murukesh Mohanan's avatar Murukesh Mohanan

tidy up language switching

parent 03cc5c82
...@@ -5,7 +5,7 @@ ul#i18n li { ...@@ -5,7 +5,7 @@ ul#i18n li {
list-style: none; list-style: none;
width: 3em; width: 3em;
font-size: 0.7em; font-size: 0.7em;
background-color: #505050; background-color: #202020;
text-align: center; text-align: center;
margin-left: 0; margin-left: 0;
border: 0.05em solid #555555; border: 0.05em solid #555555;
...@@ -16,13 +16,13 @@ ul#i18n li { ...@@ -16,13 +16,13 @@ ul#i18n li {
overflow: hidden; overflow: hidden;
display: flex; display: flex;
float: right; float: right;
box-shadow: inset 0 0 0.1em 0.1em rgba(128,128,128,0.75); box-shadow: inset 0 0 0.4em 0.4em rgba(128,128,128,0.75);
margin: 0 0 0.75em 0.75em; margin: 0 0 0.75em 0.75em;
padding: 0; padding: 0;
} }
#i18n li.active { #i18n li.active {
box-shadow: 0 0 0.1em 0.1em rgba(16,16,16,0.85); box-shadow: 0 0 0.4em 0.4em rgba(16,16,16,0.85);
background-color: #606060; background-color: #606060;
z-index: 1000; z-index: 1000;
border-radius: 0.1em; border-radius: 0.1em;
...@@ -36,3 +36,7 @@ ul#i18n li { ...@@ -36,3 +36,7 @@ ul#i18n li {
.inactive { .inactive {
display: none; display: none;
} }
.jp {
margin: none;
}
...@@ -2,24 +2,19 @@ ...@@ -2,24 +2,19 @@
title: About Me title: About Me
pagestyle: index pagestyle: index
script: index script: index
description: Who am I? description: Call me Muru.
--- ---
- {:#en .active} En - {:#en .active} En
- {:#ml} മ
- {:#jp} 日 - {:#jp} 日
{:#i18n} {:#i18n}
Call me Muru. Call me Muru.
{:.en .active} {:.en .active}
<span lang="ja" markdown="1"> ムッラセレル ムルケシュと申します。
<span lang="ja" class="jp inactive" markdown="1"> ムッラセレル ムルケシュと申します。
ムルと呼んでください。 ムルと呼んでください。
宜しくお願い致します。</span> 宜しくお願い致します。</span>
{: .jp .inactive}
<span lang="ml" class="ml inactive" markdown="1">
എന്റെ പേര് മുരുകേഷ്. എന്നെ മുരു എന്ന് വിളിക്കൂ..
</span>
I know English, മലയാളം (Malayalam), हिंदी (Hindi), 日本語 (Japanese) and a smattering of मराठी (Marathi). I know English, മലയാളം (Malayalam), हिंदी (Hindi), 日本語 (Japanese) and a smattering of मराठी (Marathi).
......
...@@ -37,4 +37,4 @@ ...@@ -37,4 +37,4 @@
); );
}; };
}(window.M = window.M || {}) }(window.M = window.M || {})
); );
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment