all repos — h3rald @ 85418e5af6236d22afe62bef0022b549b569da81

The source code of the h3rald.com web site.

templates/_header.mustache

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
<!--
<span class="celebration-badge">:cake: <a href="/articles/twenty-years">20 years</a></span>
-->
<header class="main-header box">
  <h1>
      <a href="/" title="H3RALD">
        <img src="/images/logo-light.png" alt="H3RALD" class="logo">
      </a>
  </h1>
  <div class="navlinks">
    <a href="/days/" class="navbar-link">DAYS</a>
    &middot;
    <a href="/now" class="navbar-link">NOW</a>
    &middot;
    <a href="/articles" class="navbar-link">ARTICLES</a>
    &middot;
    <a href="/projects" class="navbar-link">PROJECTS</a>
    &middot;
    <a href="/grimoire" class="navbar-link">GRIMOIRE</a>
  </div>
</header>