resume/layouts/partials/footer.html

9 lines
391 B
HTML
Raw Normal View History

2020-01-14 22:02:11 +00:00
<footer>
<span class="text-white">QR Code Links |</span>
<a class="text-warning" href="{{ .Site.BaseURL }}/images/qrlinkedin.png">LinkedIn</a>
<span class="text-white">|</span>
<a class="text-warning" href="{{ .Site.BaseURL }}/images/qrresume.png">Resume</a>
<span class="text-white">|</span>
<a class="text-warning" href="{{ .Site.BaseURL }}/images/qrgitlab.png">Gitlab</a>
</footer>