aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-05 22:59:06 -0500
committerThedro Neely <thedroneely@gmail.com>2019-03-05 22:59:06 -0500
commit2540506d528f741be17ae59ca3fddc8fda983e19 (patch)
tree854367b3a8a9329145bf9c8e5172e218e052966b /app/views/partials
parentc03a7213657d61f016a0aba9a8a1e3c0efe2a363 (diff)
downloadthedroneely.com-2540506d528f741be17ae59ca3fddc8fda983e19.tar.gz
thedroneely.com-2540506d528f741be17ae59ca3fddc8fda983e19.tar.bz2
thedroneely.com-2540506d528f741be17ae59ca3fddc8fda983e19.zip
app/views/partials/footer: Add back to top button
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/footer.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/app/views/partials/footer.php b/app/views/partials/footer.php
index a1adbe3..1b8bc52 100644
--- a/app/views/partials/footer.php
+++ b/app/views/partials/footer.php
@@ -16,11 +16,11 @@
</div>
- <div class="column is-5">
+ <div class="column is-4">
<div class="footer__section">
- <p class="has-text-dark has-text-centered-mobile is-size-7">
+ <p class="has-text-grey-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> |
@@ -39,6 +39,12 @@
</div>
+ <div class="column has-text-right has-text-centered-mobile is-1">
+ <a class="has-text-black" href="#">
+ <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/..' . '/public/css/fonts/feather-icons/arrow-up.svg') ?>
+ </a>
+ </div>
+
</div>
<div class="columns is-centered">