aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials/footer.php
blob: fe9d9d334efc6d1517209975d180a1a66689d781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<footer>

  <a href="/sitemap.xml">Site Map</a> |

  <a href="/posts/rss.xml">RSS Feed</a> |

  <a href="/index.json">JSON Feed</a> |

  <a href="/resume/">Resume</a>

  <br>

  <a rel="me" href="https://gitlab.com/tdro">Gitlab</a> |

  <a rel="me" href="https://github.com/tdro">Github</a> |

  <a rel="me" href="https://codeberg.org/tdro">Codeberg</a> |

  <a href="/analytics">Analytics</a> |

  <a href="#">Back To Top</a>

  <p>
   The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.
   The <a href="/git/thedroneely/thedroneely.com">source code</a>
   for this site is <a href="https://opensource.org/licenses/GPL-3.0">GPL</a>.<br>
   Copyright &copy; 2018 &mdash; <?php echo date("Y"); ?>
  </p>

  <p hidden class="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-note">Thedro Neely is a web developer based in The Bahamas.</span>
    <span class="p-country-name">The Bahamas</span>
  </p>

</footer>