diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-12-20 20:33:57 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-12-20 20:33:57 +0100 |
| commit | 1ac073cc30a23b68371e819c77422b4906dd4f20 (patch) | |
| tree | 52469a6067a714dc93fb5a971ab620dd4a1c6c46 /themes/bare/layouts/partials/navigation.html | |
| parent | 6342c2d1cc08bf6edb7f0ffdbdb69ce5b8be62dd (diff) | |
| download | mitjafelicijan.com-1ac073cc30a23b68371e819c77422b4906dd4f20.tar.gz | |
Move to bare theme.
Diffstat (limited to 'themes/bare/layouts/partials/navigation.html')
| -rwxr-xr-x | themes/bare/layouts/partials/navigation.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/themes/bare/layouts/partials/navigation.html b/themes/bare/layouts/partials/navigation.html new file mode 100755 index 0000000..5797b78 --- /dev/null +++ b/themes/bare/layouts/partials/navigation.html | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | <div style="margin-bottom:20px;"> | ||
| 2 | <header style="display:flex;gap:10px;"> | ||
| 3 | <div> | ||
| 4 | <a href="/" itemprop="url" style="color:firebrick">Mitja Felicijan</a> | ||
| 5 | </div> | ||
| 6 | |||
| 7 | <nav itemscope itemtype="http://schema.org/SiteNavigationElement" role="toolbar" style="display:flex;gap:10px;"> | ||
| 8 | <meta itemprop="name" content="Main Menu"> | ||
| 9 | |||
| 10 | <a href="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" style="color:darkgoldenrod">Git</a> | ||
| 11 | <a href="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" style="color:dodgerblue">Files</a> | ||
| 12 | <a href="/curriculum-vitae.html" style="color:tomato">CV</a> | ||
| 13 | <a href="/index.xml" itemprop="url" style="color:teal">RSS</a> | ||
| 14 | </nav> | ||
| 15 | </header> | ||
| 16 | </div> | ||
