aboutsummaryrefslogtreecommitdiff
path: root/template/_navigation.html
blob: 83ef4e0c9825d39e5f16110cdc6920e6a6b9d873 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div class="navigation">
  <header class="wrapper">
    <h3 class="home">
      <a href="/" itemprop="url">Mitja Felicijan</a>
    </h3>

    <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="main-navigation">
      <meta itemprop="name" content="Main Menu">

      <!-- <a href="/yapyap.xml" itemprop="url">YapYap</a> -->

      <a href="https://git.sr.ht/~mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url">Sourcehut</a>
      <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url">Github</a>
      <a href="/curriculum-vitae.html">CV</a>

      <a href="https://feedbin.com/starred/28977384dcc292a0a400e36cd9bcf64e.xml" itemprop="url">Starred</a>
      <a href="/feed.rss" itemprop="url">RSS Feed</a>
    </nav>
  </header>
</div>