diff options
author | Adam Carpenter <53hornet@gmail.com> | 2019-05-01 20:28:20 -0400 |
---|---|---|
committer | Adam Carpenter <53hornet@gmail.com> | 2019-05-01 20:28:20 -0400 |
commit | 48951dee9900f50e940c4e30d173eab92aa89be3 (patch) | |
tree | 91bf1a5d31f4bad4d309624911d8c66efa577b2e /_includes | |
parent | 384416d986ce5a0ceb7420f9ad80355497577508 (diff) | |
download | cobalt-site-48951dee9900f50e940c4e30d173eab92aa89be3.tar.xz cobalt-site-48951dee9900f50e940c4e30d173eab92aa89be3.zip |
Switching to new journal format.
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/footer.liquid | 20 | ||||
-rw-r--r-- | _includes/nav.liquid | 109 |
2 files changed, 52 insertions, 77 deletions
diff --git a/_includes/footer.liquid b/_includes/footer.liquid index b451dfb..8feaa9c 100644 --- a/_includes/footer.liquid +++ b/_includes/footer.liquid @@ -3,6 +3,16 @@ Site last updated {{ "now" | date: "%A, %b %e, %Y" }} </p> <p> + See a problem? + <a href=" mailto:atc@53hor.net?subject=Found%20your%20website!"> + Tell me so I can fix it + </a> + or + <a href="https://gitlab.com/53hornet/cobalt-site"> + fix it yourself! + </a> + </p> + <p> Built using <a href="https://cobalt-org.github.io/"> Cobalt.rs @@ -20,14 +30,4 @@ NGINX </a> </p> - <p> - See a problem? - <a href=" mailto:atc@53hor.net?subject=Found%20your%20website!"> - Tell me so I can fix it - </a> - or - <a href="https://gitlab.com/53hornet/cobalt-site"> - fix it yourself! - </a> - </p> </div> diff --git a/_includes/nav.liquid b/_includes/nav.liquid index cada13d..3a1fa0c 100644 --- a/_includes/nav.liquid +++ b/_includes/nav.liquid @@ -1,63 +1,54 @@ <!-- begin navbar --> -<nav class=" -navbar -is-primary -animated -bounceInDown -"> +<nav + class="navbar is-primary animated bounceInDown"> <!-- begin brand --> <div class="navbar-brand"> <a class="navbar-item" href="/"> <img src="/public/images/logo.png"> </a> - <a - class="navbar-item" - href="/rss.xml" - target="_blank" - > - <span class="icon"> - {% include mdi-rss-box.html %} - </span> + <a class="navbar-item" + href="/rss.xml" + target="_blank" + > + <span class="icon"> + {% include mdi-rss-box.html %} + </span> </a> - <a - class="navbar-item" - href="https://gitlab.com/53hornet" - target="_blank" - > - <span class="icon"> - {% include mdi-gitlab.html %} - </span> + <a class="navbar-item" + href="https://gitlab.com/53hornet" + target="_blank" + > + <span class="icon"> + {% include mdi-gitlab.html %} + </span> </a> - - <a - class="navbar-item" - href="https://youtube.com/user/my53hornet" - target="_blank" - > - <span class="icon"> - {% include mdi-youtube.html %} - </span> + + <a class="navbar-item" + href="https://youtube.com/user/my53hornet" + target="_blank" + > + <span class="icon"> + {% include mdi-youtube.html %} + </span> </a> - - <a - class="navbar-item" - href="https://www.youtube.com/user/STMUAC" - target="_blank" - > - <span class="icon"> - {% include mdi-video-vintage.html %} - </span> + + <a class="navbar-item" + href="https://www.youtube.com/user/STMUAC" + target="_blank" + > + <span class="icon"> + {% include mdi-video-vintage.html %} + </span> </a> - <a - class="navbar-item" - href="https://www.linkedin.com/in/adam-carpenter/" - target="_blank" - > - <span class="icon"> - {% include mdi-linkedin.html %} - </span> + <a class="navbar-item" + href="https://www.linkedin.com/in/adam-carpenter/" + target="_blank" + > + <span class="icon"> + {% include mdi-linkedin.html %} + </span> </a> </div> @@ -68,31 +59,15 @@ bounceInDown <!-- begin start --> <div class="navbar-start"> - <p class="navbar-item"> - Adam Tristan Carpenter - </p> </div> <!-- end start --> <!-- begin end --> <div class="navbar-end"> - <a - class="navbar-item" - href="/tech" - > - Technology - </a> - <a - class="navbar-item" - href="/auto" - > - Automotive - </a> - <a - class="navbar-item" - href="/life" + <a class="navbar-item" + href="/journal" > - My Life + Journal </a> </div> <!-- end end --> |