summaryrefslogtreecommitdiff
path: root/src/templates/left.tmpl
blob: 985f35615564f1203af9ce165d7721f9640f1c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<nav tabindex="0" id="harr" class="hide_arrow" role="button">
  {{{ svg.lt }}}
</nav>
<aside id="side-bar">
  {{{ 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>
  <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>
    </ul>
  </nav>
  <nav id="ontheweb">
    <ul>
      <li class="about_bar"><a href="https://twitter.com/arobase_che" title="Mon twitter abandonné">
          {{{ svg.twitter }}}
      </a></li>
      <li class="about_bar"><a href="http://git.ache.one" title="Dépôt git personnel">
          {{{ svg.git }}}
      </a></li>
      <li class="about_bar"><a href="/rss.xml" title="Flux RSS">
          {{{ svg.rss }}}
      </a></li>
    </ul>
  </nav>
</aside>