cv-website

Personal website and CV
git clone https://git.in0rdr.ch/cv-website.git
Log | Files | Refs | Pull requests | README | LICENSE

nav.html (836B)


      1 <nav class="nav">
      2   <div class="container">
      3     <h1 class="logo">
      4       <a href="{{ '/' | relative_url }}">{{ site.title_left }}</a>
      5       <span class="txt">
      6         <a href="{{ '/assets/txt/cv-gruhler.txt' | relative_url }}">{{ site.title_txt }}</a>
      7       </span>
      8       <span class="pdf">
      9         <a href="{{ '/assets/pdf/cv-gruhler.pdf' | relative_url }}">{{ site.title_pdf }}</a>
     10       </span>
     11     </h1>
     12     <ul class="navbar">
     13       <li><a href="{{ '/about/' | relative_url }}">{% octicon person %}<span> about</span></a></li>
     14       <li><a href="https://write.in0rdr.ch">{% octicon log %}<span> blog</span></a></li>
     15       <li><a href="https://code.in0rdr.ch">{% octicon repo %}<span> code</span></a></li>
     16       <li><a href="https://github.com/in0rdr">{% octicon mark-github %}<span> github</span></a></li>
     17     </ul>
     18   </div>
     19 </nav>