This repository has been archived on 2025-11-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
portfolio/_includes/footer.html
2021-12-12 22:52:59 +00:00

27 lines
1.0 KiB
HTML

<div class="content">
<section>
<h3>Matthew Grove</h3>
<p>Software engineer & amateur photographer from Surrey, UK.</p>
<p><a href="https://github.com/mgrove36/demo-code/tree/master{{ page.url | relative_url }}">View this page on GitHub.</a></p>
<p><a href="{{ link donate/index.md }}">Can you support me?</a></p>
</section>
<section>
<h4>Other Links</h4>
<ul class="plain">
{% for link in site.data.other-links %}
<li><a href="{{ link.url }}" target="_blank"><i class="icon fa-{{ link.icon }}">&nbsp;</i>{{ link.title }}</a></li>
{% endfor %}
</ul>
</section>
<section>
<h4>Social Media</h4>
<ul class="plain">
{% for link in site.data.social-media %}
<li><a href="{{ link.url }}" target="_blank"><i class="icon fa-{{ link.icon }}">&nbsp;</i>{{ link.title }}</a></li>
{% endfor %}
</ul>
</section>
</div>
<div class="copyright">
&copy; Matthew Grove {{ "now" | date: "%Y" }}.
</div>