aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials/footer.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-05 04:39:39 -0500
committerThedro Neely <thedroneely@gmail.com>2019-03-05 04:39:39 -0500
commit7f21555887cf8ee2d5048992627f1117010e83ce (patch)
tree1af5d4c96709c6bef3357ba82aefe06384619264 /app/views/partials/footer.php
parentbb28bf680e7293584a0c3e1c11ad06e57f1de168 (diff)
downloadthedroneely.com-7f21555887cf8ee2d5048992627f1117010e83ce.tar.gz
thedroneely.com-7f21555887cf8ee2d5048992627f1117010e83ce.tar.bz2
thedroneely.com-7f21555887cf8ee2d5048992627f1117010e83ce.zip
app/views/partials/footer: Adjust footer columns
Diffstat (limited to 'app/views/partials/footer.php')
-rw-r--r--app/views/partials/footer.php30
1 files changed, 16 insertions, 14 deletions
diff --git a/app/views/partials/footer.php b/app/views/partials/footer.php
index 932ca00..a1adbe3 100644
--- a/app/views/partials/footer.php
+++ b/app/views/partials/footer.php
@@ -1,15 +1,11 @@
<div class="hero-foot">
+<br>
+
<footer class="footer">
<div class="container">
<div class="columns is-centered">
- <div class="column is-8">
- <hr class="has-background-grey-lighter">
- </div>
- </div>
-
- <div class="columns is-centered">
<div class="column is-2">
@@ -20,17 +16,18 @@
</div>
- <div class="column is-6">
+ <div class="column is-5">
<div class="footer__section">
- <p class="has-text-dark has-text-right has-text-centered-mobile is-size-7">
+ <p class="has-text-dark has-text-centered-mobile is-size-7">
Design inspired by
<a href="https://github.com/solutionroute/hugo-smorg">Smorg</a> &mdash;
Built with <a href="https://secure.php.net/">PHP</a> |
<a href="https://gohugo.io/">Hugo</a> |
<a href="https://posativ.org/isso/">Isso</a> &mdash;
- See my <a href="https://github.com/tdro">Github</a> |
+ See my <a href="https://www.thedroneely.com/git/explore/repos">Git</a> |
+ <a href="http://gitea.local.lan">Github</a> |
<a href="https://gitlab.com/tdro">Gitlab</a> &mdash;
Subscribe to <a href="/rss.xml">RSS Feed</a> &mdash;
Chat at <a href="https://keybase.io/tdro">Keybase</a> &mdash;
@@ -38,17 +35,22 @@
View my <a href="/resume">Resume</a>
</p>
- <br>
+ </div>
- <p class="has-text-grey-dark has-text-right has-text-centered-mobile is-size-7">
- Copyright &copy; Thedro Neely <?php echo date("Y"); ?>. All rights reserved.
- </p>
+ </div>
- </div>
+ </div>
+ <div class="columns is-centered">
+
+ <div class="column is-7">
+ <p class="has-text-grey-dark has-text-centered is-size-7">
+ Copyright &copy; Thedro Neely <?php echo date("Y"); ?>. All rights reserved.
+ </p>
</div>
</div>
+
</div>
</footer>