aboutsummaryrefslogtreecommitdiff
path: root/template/_navigation.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/_navigation.html')
-rwxr-xr-xtemplate/_navigation.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/template/_navigation.html b/template/_navigation.html
new file mode 100755
index 0000000..3b21283
--- /dev/null
+++ b/template/_navigation.html
@@ -0,0 +1,15 @@
1<div class="navigation">
2 <header class="wrapper">
3 <h3 class="home">
4 <a href="/" itemprop="url">Mitja Felicijan</a>
5 </h3>
6
7 <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="main-navigation">
8 <meta itemprop="name" content="Main Menu">
9
10 <a href="/curriculum-vitae.html">CV</a>
11 <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url">Github</a>
12 <a href="/feed.rss" itemprop="url">RSS feed</a>
13 </nav>
14 </header>
15</div> \ No newline at end of file