my-website/resources/views/partials/footer.blade.php

32 lines
1.2 KiB
PHP
Raw Normal View History

2024-02-16 23:36:28 +02:00
<footer class="pl-[80px] pr-[80px] pt-[80px] pb-[33px] bg-black flex flex-col gap-y-[138px]">
<div class="flex flex-col">
<div class="flex justify-between items-center w-full">
<p class="text-off-white text-heading2">Have something in mid? <br> <img src="/assets/footer_image.jpg"
alt="" class="w-[80px] h-[80px] inline bg-transparent rounded-full"> let's build it together
</p>
<a href="/contact" class="w-[190px] h-[70px] rounded-full bg-off-white flex justify-center items-center text-para-m font-medium">
<div>
Get in touch
</div>
</a>
</div>
</div>
<div class="flex justify-between w-full">
<p class="text-off-white text-para-medium">Built with {{ '<3' }} by Ivacsony Szilard </p>
<div class="flex justify-between gap-x-[32px] text-off-white text-para-medium">
<a href="">
<p>Linkedin</p>
</a>
<a href="">
<p>Twitter</p>
</a>
<a href="">
<p>Instagram</p>
</a>
<a href="">
<p>Webflow</p>
</a>
</div>
</div>
</footer>