initial commit

This commit is contained in:
2021-04-07 12:21:17 -04:00
commit 5633baedb3
41 changed files with 922 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<footer class="mt-8 bg-gray-200 dark:bg-gray-900 py-8 flex-shrink-0">
<div class="max-w-screen-sm md:max-w-screen-md mx-auto px-8">
<p class="text-sm py-2 text-right">
{% if site.github != "" %}
<a href={{ site.github }}>Github</a>
{% endif %}
{% if site.linkedin != "" %}
&middot; <a href={{ site.linkedin }}>LinkedIn</a>
{% endif %}
{% if site.twitter != "" %}
&middot; <a href={{ site.twitter }}>Twitter</a>
{% endif %}
</p>
</div>
</footer>