summaryrefslogtreecommitdiff
path: root/src/templates/left.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/left.tmpl')
-rw-r--r--src/templates/left.tmpl24
1 files changed, 13 insertions, 11 deletions
diff --git a/src/templates/left.tmpl b/src/templates/left.tmpl
index 985f356..c82c692 100644
--- a/src/templates/left.tmpl
+++ b/src/templates/left.tmpl
@@ -1,26 +1,28 @@
-<nav tabindex="0" id="harr" class="hide_arrow" role="button">
- {{{ svg.lt }}}
+<nav tabindex="0" id="harr" class="hide_arrow" role="button" aria-labe="switch on/off panel">
+ {{{ svg.lt }}}
</nav>
<aside id="side-bar">
+ <a href="/{{ lang }}/" class="button">
{{{ svg.ache }}}
- <h2> Ache </h2>
- <div id="desc"><div id="desc_intro">Éternel étudiant en Math-Info.<br><span class="about">Autodidacte passionné,<br><div class="type_wrap"><span class="type">désormais ingénieur.</span></div></span></div><br> <span class="about">GNU\Linux, C, C++, Python, Math, autohébergement, décentralisation, P2P, commun, ... <br> </span><br></div>
+ </a>
+ <h2 id="ache"><a href="/{{ lang}}/">Ache</a></h2>
+ <div id="desc"><div id="desc_intro">{{{ intro.description }}}<br><span class="about">{{{ intro.about }}}</span></div><br><span class="about">{{{ intro.about_tags }}}</span><br></div>
<nav>
<ul>
- <li class="sommaire_blien"><a href="/" title="L'accueil">home</a>
- </li><li class="sommaire_blien"><a href="http://git.ache.one/" title="Dépôt git personnel">git</a>
- </li>
+ <li class="sommaire_blien"><a href="/{{ lang }}" title="{{ title.home }}">home</a>
+ </li><li class="sommaire_blien"><a href="http://git.ache.one/" title="{{ title.git }}">git</a>
+ </li>
</ul>
</nav>
<nav id="ontheweb">
<ul>
- <li class="about_bar"><a href="https://twitter.com/arobase_che" title="Mon twitter abandonné">
- {{{ svg.twitter }}}
+ <li class="about_bar"><a rel="me" href="https://mastodon.xyz/@ache" title="{{ title.mosto }}">
+ {{{ svg.mastodon }}}
</a></li>
- <li class="about_bar"><a href="http://git.ache.one" title="Dépôt git personnel">
+ <li class="about_bar"><a href="https://git.ache.one" title="{{ title.git }}">
{{{ svg.git }}}
</a></li>
- <li class="about_bar"><a href="/rss.xml" title="Flux RSS">
+ <li class="about_bar"><a href="/{{ lang }}/rss.xml" title="Flux RSS">
{{{ svg.rss }}}
</a></li>
</ul>