aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-06-04 02:54:04 -0400
committerThedro Neely <thedroneely@gmail.com>2019-06-04 02:54:04 -0400
commitd87833a43a9cef37d5e782a7457108d23e9c20a9 (patch)
tree68c70a0a2d612ce027f61927230302c04ba3bdf2 /app/views/partials
parent4c3787d212d73335818ac03aa6ec9ab3d52b31f3 (diff)
downloadthedroneely.com-d87833a43a9cef37d5e782a7457108d23e9c20a9.tar.gz
thedroneely.com-d87833a43a9cef37d5e782a7457108d23e9c20a9.tar.bz2
thedroneely.com-d87833a43a9cef37d5e782a7457108d23e9c20a9.zip
app/views/partials/footer: Condense the footer
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/footer.php32
1 files changed, 9 insertions, 23 deletions
diff --git a/app/views/partials/footer.php b/app/views/partials/footer.php
index 71799bb..d6b126c 100644
--- a/app/views/partials/footer.php
+++ b/app/views/partials/footer.php
@@ -4,43 +4,29 @@
<div class="container">
<div class="columns is-centered">
+ <div class="column is-6 has-text-centered footer__section">
- <div class="column is-6">
+ <p class="has-text-grey-dark is-size-7">
- <div class="footer__section has-text-centered">
+ <a class="underline" href="/rss.xml">RSS Feed</a> |
- <a href="/rss.xml">
- <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/..' . '/public/css/fonts/feather-icons/rss.svg') ?>
- </a>
+ <a class="underline" href="/resume">Resume</a> |
- <a href="/resume">
- <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/..' . '/public/css/fonts/feather-icons/help-circle.svg') ?>
- </a>
+ <a class="underline" href="https://www.thedroneely.com/git/explore/repos">Repository</a> |
- <a href="https://www.thedroneely.com/git/explore/repos">
- <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/..' . '/public/css/fonts/feather-icons/git-merge.svg') ?>
- </a>
+ <a class="underline" href="https://gitlab.com/tdro">Gitlab</a> |
- <a href="https://gitlab.com/tdro">
- <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/..' . '/public/css/fonts/feather-icons/gitlab.svg') ?>
- </a>
+ <a class="underline" href="https://github.com/tdro">Github</a> |
- <a href="https://github.com/tdro">
- <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/..' . '/public/css/fonts/feather-icons/github.svg') ?>
- </a>
+ <a class="underline" href="#">Back To Top</a>
- <a href="#">
- <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/..' . '/public/css/fonts/feather-icons/arrow-up.svg') ?>
- </a>
+ </p>
<p class="has-text-grey-dark is-size-7">
Copyright &copy; <?php echo date("Y"); ?> Thedro Neely
</p>
- </div>
-
</div>
-
</div>
</div>