aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/partials/header.html
blob: e234615ba50e56e9165176672b868866b248c594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div class="container-blog">
  <header class="flex py-4 mt-4 mb-6">
    <h3 class="flex-grow">
      <a href="/" itemprop="url" class="text-xl font-bold hover:bg-yellow-200">Mitja Felicijan</a>
    </h3>

    <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="flex items-center gap-1">
      <meta itemprop="name" content="Main Menu">

      <a href="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-200">Git</a>
      <a href="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-200">Files</a>
      <a href="/curriculum-vitae.html" class="font-medium px-2 hover:bg-yellow-200">CV</a>
      <a href="/books.html" class="font-medium px-2 hover:bg-yellow-200">Books</a>

      <a href="/index.xml" itemprop="url" class="font-medium px-2 hover:bg-yellow-200">RSS</a>
    </nav>
  </header>
</div>