diff options
author | Adam Carpenter <53hornet@gmail.com> | 2019-04-20 16:47:22 -0400 |
---|---|---|
committer | Adam Carpenter <53hornet@gmail.com> | 2019-04-20 16:47:22 -0400 |
commit | 293ffc221c855985ffacb1325112146acc11b1e9 (patch) | |
tree | c705aaa35fda7391af337e72ea2e0a3421f41340 | |
parent | f48338109e2170d9c7c9ec4cd884e57f94197791 (diff) | |
download | cobalt-site-293ffc221c855985ffacb1325112146acc11b1e9.tar.xz cobalt-site-293ffc221c855985ffacb1325112146acc11b1e9.zip |
Added nextcloud and plex to nav.
-rw-r--r-- | _includes/nav.liquid | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/_includes/nav.liquid b/_includes/nav.liquid index 964ac37..0061bb4 100644 --- a/_includes/nav.liquid +++ b/_includes/nav.liquid @@ -51,7 +51,7 @@ fadeInDown > <span class="icon"> <svg style="width:24px;height:24px" viewBox="0 0 24 24"> - <path fill="#ffffff" d="M20,8H4V6H20V8M18,2H6V4H18V2M22,12V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V12A2,2 0 0,1 4,10H20A2,2 0 0,1 22,12M16,16L10,12.73V19.26L16,16Z" /> + <path fill="#ffffff" d="M10,15L15.19,12L10,9V15M21.56,7.17C21.69,7.64 21.78,8.27 21.84,9.07C21.91,9.87 21.94,10.56 21.94,11.16L22,12C22,14.19 21.84,15.8 21.56,16.83C21.31,17.73 20.73,18.31 19.83,18.56C19.36,18.69 18.5,18.78 17.18,18.84C15.88,18.91 14.69,18.94 13.59,18.94L12,19C7.81,19 5.2,18.84 4.17,18.56C3.27,18.31 2.69,17.73 2.44,16.83C2.31,16.36 2.22,15.73 2.16,14.93C2.09,14.13 2.06,13.44 2.06,12.84L2,12C2,9.81 2.16,8.2 2.44,7.17C2.69,6.27 3.27,5.69 4.17,5.44C4.64,5.31 5.5,5.22 6.82,5.16C8.12,5.09 9.31,5.06 10.41,5.06L12,5C16.19,5 18.8,5.16 19.83,5.44C20.73,5.69 21.31,6.27 21.56,7.17Z" /> <title> YouTube </title> @@ -89,6 +89,37 @@ fadeInDown </span> </a> + <a + class="navbar-item" + href="https://app.plex.tv" + target="_blank" + > + <span class="icon"> + <svg style="width:24px;height:24px" viewBox="0 0 24 24"> + <path fill="#ffffff" d="M4,2C2.89,2 2,2.89 2,4V20C2,21.11 2.89,22 4,22H20C21.11,22 22,21.11 22,20V4C22,2.89 21.11,2 20,2H4M8.56,6H12.06L15.5,12L12.06,18H8.56L12,12L8.56,6Z" /> + </svg> + <title> + Plex + </title> + </span> + </a> + + <a + class="navbar-item" + href="https://nextcloud.53hor.net" + target="_blank" + > + <span class="icon"> + <svg style="width:24px;height:24px" viewBox="0 0 24 24"> + <path fill="#ffffff" d="M19.35,10.03C18.67,6.59 15.64,4 12,4C9.11,4 6.6,5.64 5.35,8.03C2.34,8.36 0,10.9 0,14A6,6 0 0,0 6,20H19A5,5 0 0,0 24,15C24,12.36 21.95,10.22 19.35,10.03Z" /> + </svg> + <title> + Nextcloud + </title> + </span> + </a> + + </div> <!-- end start --> |