finished page

This commit is contained in:
Philipp Klüter
2021-09-15 09:00:29 +02:00
parent f57a4a3443
commit 88652e0938
14 changed files with 319 additions and 14 deletions

15
src/_includes/footer.njk Normal file
View File

@@ -0,0 +1,15 @@
<footer class="text-gray-700 bg-white border-t body-font">
<div>
<div class="container flex flex-col flex-wrap px-5 py-6 lg:px-20 sm:flex-row">
<div class="flex flex-wrap items-center justify-center text-base">
<p class="mr-5 text-sm text-center text-gray-200">James Perkins</p>
<a href="#" class="justify-center mr-5 text-sm text-center text-blueGray-200 hover:text-blue-700"> LINK </a>
<a href="#" class="justify-center mr-5 text-sm text-center text-blueGray-200 hover:text-blue-700"> LINK 2</a>
</div>
<span class="inline-flex justify-center mt-2 sm:ml-auto sm:mt-0 sm:justify-end">
<p class="mr-5 text-sm text-center text-gray-200">
Creating Turorials for you.
</p>
</div>
</div>
</footer>