blob: 45a2a9e09f935b19967fb560bc2e5befbff625ae (
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="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url">Git</a>
<a href="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url">Files</a>
<a href="/curriculum-vitae.html">CV</a>
<a href="/books.html">Books</a>
<a href="/feed.rss" itemprop="url">RSS</a>
<a class="cursor search-trigger">Search</a>
</nav>
</header>
</div>
|