summaryrefslogtreecommitdiffstats
path: root/blog/_includes/header.html
blob: 265e3a7140ecddb355da4e83cc688f7e870e6b1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<header id="header">
  <div id="logo">
    {% image "logos/norsk-urskog-web.svg" alt:"Norsk Urskog" width:100% height:100% %}
    <p>Norwegian Underground Metal Sampler</p>
  </div>
  <div id="banner-pos-1">
    <a href="http://infernofestival.net">
      <img alt="Inferno_banner_500x78" src="https://www.infernofestival.net/design/bannere/Inferno_banner_500x78.gif">
    </a>
  </div>
  {% include menubar.html %}
</header>