summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2019-04-08 21:17:08 -0400
committer53hornet <53hornet@gmail.com>2019-04-08 21:17:08 -0400
commitd12df2aa6b3aef661f9925e855c397cefd983aab (patch)
tree156f220edbd2f11800e9b512f663fde877bbd58c
parentf48338109e2170d9c7c9ec4cd884e57f94197791 (diff)
downloadcobalt-site-d12df2aa6b3aef661f9925e855c397cefd983aab.tar.xz
cobalt-site-d12df2aa6b3aef661f9925e855c397cefd983aab.zip
Moved social links into brand.
-rw-r--r--_includes/nav.liquid133
-rw-r--r--_layouts/index.liquid1
-rw-r--r--_layouts/page.liquid1
-rw-r--r--_layouts/post.liquid1
4 files changed, 64 insertions, 72 deletions
diff --git a/_includes/nav.liquid b/_includes/nav.liquid
index 964ac37..a26e36a 100644
--- a/_includes/nav.liquid
+++ b/_includes/nav.liquid
@@ -12,9 +12,66 @@ fadeInDown
<a class="navbar-item" href="/">
<img src="/logo.png">
</a>
- <p class="navbar-item">
- Adam Tristan Carpenter
- </p>
+ <a
+ class="navbar-item"
+ href="/rss.xml"
+ target="_blank"
+ >
+ <span class="icon">
+ <svg style="width:24px;height:24px" viewBox="0 0 24 24">
+ <path fill="#ffffff" d="M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M7.5,15A1.5,1.5 0 0,0 6,16.5A1.5,1.5 0 0,0 7.5,18A1.5,1.5 0 0,0 9,16.5A1.5,1.5 0 0,0 7.5,15M6,10V12A6,6 0 0,1 12,18H14A8,8 0 0,0 6,10M6,6V8A10,10 0 0,1 16,18H18A12,12 0 0,0 6,6Z" />
+ <title>
+ RSS
+ </title>
+ </svg>
+ </span>
+ </a>
+
+ <a
+ class="navbar-item"
+ href="https://youtube.com/user/my53hornet"
+ target="_blank"
+ >
+ <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" />
+ <title>
+ YouTube
+ </title>
+ </svg>
+ </span>
+ </a>
+
+ <a
+ class="navbar-item"
+ href="https://gitlab.com/53hornet"
+ target="_blank"
+ >
+ <span class="icon">
+ <svg style="width:24px;height:24px" viewBox="0 0 24 24">
+ <path fill="#ffffff" d="M3.16,10L12,21.5L2.32,14.3C2.05,14.09 1.94,13.75 2.04,13.44L3.16,10M6.11,3.17C6,2.83 5.5,2.83 5.37,3.17L3.16,10H8.32L6.11,3.17M8.32,10L12,21.5L15.68,10H8.32M21.96,13.44L20.84,10L12,21.5L21.68,14.3C21.95,14.09 22.06,13.75 21.96,13.44M18.63,3.17C18.5,2.83 18,2.83 17.89,3.17L15.68,10H20.84L18.63,3.17Z" />
+ <title>
+ GitLab
+ </title>
+ </svg>
+ </span>
+ </a>
+
+ <a
+ class="navbar-item"
+ href="https://www.linkedin.com/in/adam-carpenter/"
+ target="_blank"
+ >
+ <span class="icon">
+ <svg style="width:24px;height:24px" viewBox="0 0 24 24">
+ <path fill="#ffffff" d="M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19M18.5,18.5V13.2A3.26,3.26 0 0,0 15.24,9.94C14.39,9.94 13.4,10.46 12.92,11.24V10.13H10.13V18.5H12.92V13.57C12.92,12.8 13.54,12.17 14.31,12.17A1.4,1.4 0 0,1 15.71,13.57V18.5H18.5M6.88,8.56A1.68,1.68 0 0,0 8.56,6.88C8.56,5.95 7.81,5.19 6.88,5.19A1.69,1.69 0 0,0 5.19,6.88C5.19,7.81 5.95,8.56 6.88,8.56M8.27,18.5V10.13H5.5V18.5H8.27Z" />
+ <title>
+ LinkedIn
+ </title>
+ </svg>
+ </span>
+ </a>
+
</div>
<!-- end brand -->
@@ -24,81 +81,13 @@ fadeInDown
<!-- begin start -->
<div class="navbar-start">
<p class="navbar-item">
- <em>
- Links
- </em>
+ Adam Tristan Carpenter
</p>
-
- <a
- class="navbar-item"
- href="/rss.xml"
- target="_blank"
- >
- <span class="icon">
- <svg style="width:24px;height:24px" viewBox="0 0 24 24">
- <path fill="#ffffff" d="M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M7.5,15A1.5,1.5 0 0,0 6,16.5A1.5,1.5 0 0,0 7.5,18A1.5,1.5 0 0,0 9,16.5A1.5,1.5 0 0,0 7.5,15M6,10V12A6,6 0 0,1 12,18H14A8,8 0 0,0 6,10M6,6V8A10,10 0 0,1 16,18H18A12,12 0 0,0 6,6Z" />
- <title>
- RSS
- </title>
- </svg>
- </span>
- </a>
-
- <a
- class="navbar-item"
- href="https://youtube.com/user/my53hornet"
- target="_blank"
- >
- <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" />
- <title>
- YouTube
- </title>
- </svg>
- </span>
- </a>
-
- <a
- class="navbar-item"
- href="https://gitlab.com/53hornet"
- target="_blank"
- >
- <span class="icon">
- <svg style="width:24px;height:24px" viewBox="0 0 24 24">
- <path fill="#ffffff" d="M3.16,10L12,21.5L2.32,14.3C2.05,14.09 1.94,13.75 2.04,13.44L3.16,10M6.11,3.17C6,2.83 5.5,2.83 5.37,3.17L3.16,10H8.32L6.11,3.17M8.32,10L12,21.5L15.68,10H8.32M21.96,13.44L20.84,10L12,21.5L21.68,14.3C21.95,14.09 22.06,13.75 21.96,13.44M18.63,3.17C18.5,2.83 18,2.83 17.89,3.17L15.68,10H20.84L18.63,3.17Z" />
- <title>
- GitLab
- </title>
- </svg>
- </span>
- </a>
-
- <a
- class="navbar-item"
- href="https://www.linkedin.com/in/adam-carpenter/"
- target="_blank"
- >
- <span class="icon">
- <svg style="width:24px;height:24px" viewBox="0 0 24 24">
- <path fill="#ffffff" d="M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19M18.5,18.5V13.2A3.26,3.26 0 0,0 15.24,9.94C14.39,9.94 13.4,10.46 12.92,11.24V10.13H10.13V18.5H12.92V13.57C12.92,12.8 13.54,12.17 14.31,12.17A1.4,1.4 0 0,1 15.71,13.57V18.5H18.5M6.88,8.56A1.68,1.68 0 0,0 8.56,6.88C8.56,5.95 7.81,5.19 6.88,5.19A1.69,1.69 0 0,0 5.19,6.88C5.19,7.81 5.95,8.56 6.88,8.56M8.27,18.5V10.13H5.5V18.5H8.27Z" />
- <title>
- LinkedIn
- </title>
- </svg>
- </span>
- </a>
-
</div>
<!-- end start -->
<!-- begin end -->
<div class="navbar-end">
- <p class="navbar-item">
- <em>
- Pages
- </em>
- </p>
<a
class="navbar-item"
href="/tech.html"
diff --git a/_layouts/index.liquid b/_layouts/index.liquid
index 44feff5..9293d7a 100644
--- a/_layouts/index.liquid
+++ b/_layouts/index.liquid
@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/bulma.css">
<link rel="stylesheet" href="/animate.css">
diff --git a/_layouts/page.liquid b/_layouts/page.liquid
index ebb3c7d..b97dc7e 100644
--- a/_layouts/page.liquid
+++ b/_layouts/page.liquid
@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/bulma.css">
</head>
diff --git a/_layouts/post.liquid b/_layouts/post.liquid
index 6c90a7e..54bf211 100644
--- a/_layouts/post.liquid
+++ b/_layouts/post.liquid
@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/bulma.css">
</head>