lorenzoiovino.com/src/app/footer/footer.component.html
2024-01-12 03:18:27 +01:00

32 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="bottom-0 min-h-[200px] bg-secondary w-full my-4 h-full grid grid-cols-1 content-end justify-end bg-slate-100 gap-8">
<iov-fish></iov-fish>
<iov-card [ctaUrl]="'mailto:thisloke@gmail.com'"
[borderRounded]="false"
class="mr-8 ml-8 relative -top-12 hidden">
<span left>
<span class="text-accent"> Talk is cheap</span>
</span>
<span center>
Interested in working together? <br/> We should schedule a <b class="text-accent">time to chat</b>. <br/>Ill bring the tea :)
</span>
<span right>
Let's Talk!
</span>
</iov-card>
<div class="text-right text-xs text-white p-4 leading-none sm:leading-tight relative">
<div class="">Made with Angular
<a href="https://angular.io/">
<img class="h-6 w-6 mx-1 inline-grid" ngSrc="/assets/angular.svg" height="16" width="16" loading="lazy">
</a>
and TailwindCSS
<a href="https://tailwindcss.com/">
<img class="h-6 w-6 mx-1 inline-grid" ngSrc="/assets/tailwind.svg" height="16" width="16" loading="lazy">
</a>
<br/>
<br/>
<a href="https://github.com/thisloke/loreiov.com">
Check the source code <img ngSrc="/assets/github.svg" class="h-6 w-6 mx-1 inline-block" alt="" height="800"
width="800" loading="lazy"></a>
</div>
</div>
</div>