diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-24 01:42:03 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-24 01:42:03 +0100 |
| commit | e07ab67bf95ea7e65828e373c731b6cdf984a7de (patch) | |
| tree | 4fe471a1a8492149bb0b3e6ec726184e3bcf1647 /template/_navigation.html | |
| parent | 36fb49bbef11294a93a53c363d32c2134f6b19b4 (diff) | |
| download | mitjafelicijan.com-e07ab67bf95ea7e65828e373c731b6cdf984a7de.tar.gz | |
Moved to altenator and DO
Diffstat (limited to 'template/_navigation.html')
| -rwxr-xr-x | template/_navigation.html | 15 |
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 | ||
