aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-11-27 01:55:05 -0500
committerThedro Neely <thedroneely@gmail.com>2019-11-27 01:55:05 -0500
commitdfc9e2117f906a3a553c5cb7287736a706700217 (patch)
treea06915b3e3102200be1d6e0ccaaee5cb728a0ce2 /app/views/partials
parent7827b6f82269a1386c4f95218cde6eafa16ac4cd (diff)
downloadthedroneely.com-dfc9e2117f906a3a553c5cb7287736a706700217.tar.gz
thedroneely.com-dfc9e2117f906a3a553c5cb7287736a706700217.tar.bz2
thedroneely.com-dfc9e2117f906a3a553c5cb7287736a706700217.zip
app/views/partials/footer: Add h-card
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/footer.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/partials/footer.php b/app/views/partials/footer.php
index f2b7b7c..78aaa8c 100644
--- a/app/views/partials/footer.php
+++ b/app/views/partials/footer.php
@@ -30,6 +30,12 @@
Copyright &copy; <?php echo date("Y"); ?> Thedro Neely
</p>
+ <p class="is-hidden h-card">
+ <img class="u-photo" src="data:image/ico;base64,<?php echo base64('/public/favicon.ico'); ?>" alt="Terminal" />
+ <a class="p-name u-url" href="https://www.thedroneely.com">Thedro Neely</a>
+ <span class="p-country-name">The Bahamas</span>
+ </p>
+
</div>
</div>