This commit is contained in:
2021-11-01 11:35:11 +01:00
commit ad3b758fd0
34 changed files with 3841 additions and 0 deletions

15
src/components/Footer.vue Normal file
View File

@@ -0,0 +1,15 @@
<template>
<!-- Footer -->
<footer class="footer bg-white relative pt-1 border-b-2 border-blue-700">
<div class="mt-16 bg-gray-700 border-t-2 border-gray-300 flex flex-col items-center">
<div class="sm:w-2/3 text-center py-6">
<p class="text-sm text-blue-700 font-bold mb-2">
© 2021 by Jaro
</p>
</div>
</div>
</footer>
<!-- ./Footer -->
</template>