-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (27 loc) · 1.22 KB
/
index.html
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
---
layout: compress
---
<!DOCTYPE html>
<html>
{% include head.html %}
<body class="theme-default">
{% include navbar.html %}
<div class="wrapper" itemscope itemtype="http://schema.org/Person">
{% include header.html %}
<section class="message-box no-print">
{% include message-form.html %}
</section>
<footer class="page-footer no-print">
<!-- ⭐️ here is a little easter egg for you ⭐️ -->
<!-- <p>See this site progress through the years.</p>
<a alt="Visit 2019 site" href="//harrymt.com/site-2019" class="small-button">2019</a>
<a alt="Visit 2017 site" href="//harrymt.com/Site2017" class="small-button">2017</a>
<a alt="Visit 2016 site" href="//harrymt.com/Site2016" class="small-button">2016</a>
<a alt="Visit 2015 site" href="//harrymt.com/Site2015" class="small-button">2015</a>
<a alt="Visit 2013 site" href="//harrymt.com/Site2013" class="small-button">2014</a> -->
<p class="footer-line">Made by <a onclick="gtag('event', 'github_footer_link_click', {'value': 1});" href="//www.github.com/harrymt">harrymt</a>.</p>
<p>Last Updated on {{ site.last_updated }}</p>
</footer>
</div>
</body>
</html>