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,7 @@
<div class="mt-16 py-8 border-t-2 flex justify-between items-center">
<div class="flex items-center flex-1">
<div class="inline-block h-8 w-8 bg-blue-700 rounded-full mr-2 flex justify-center items-center">R</div>
<span class="text-lg font-medium">{{ site.name }}</span>
</div>
<p class="text-sm flex-1">Talks about the web and almost whatever. She wants you to know this was built with 11ty and tailwind. And works even with Javascript disabled.</p>
</div>