Skip to content

Commit

Permalink
- wip
Browse files Browse the repository at this point in the history
  • Loading branch information
EwelinaSkrzypacz committed Oct 16, 2024
1 parent 6c7f684 commit 2e7a35a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/views/layout/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
<img class="w-24 md:w-32 shrink-0 mx-auto" src="{{ asset('identification/logo.svg') }}" alt="Blumilk logo"/>
</div>
<div class="flex justify-center items-center space-x-4 md:space-x-6">
<a href="https://clutch.co/profile/blumilk-0" class="text-gray-400 hover:text-gray-500" target="_blank">
<a href="https://clutch.co/profile/blumilk-0" class="text-gray-400 hover:text-gray-500 leading-none" target="_blank">
<span class="sr-only">{{ __('alt.clutch') }}</span>
<x-icons.clutch></x-icons.clutch>
</a>
<a href="https://github.com/blumilksoftware" class="text-gray-400 hover:text-gray-500" target="_blank">
<a href="https://github.com/blumilksoftware" class="text-gray-400 hover:text-gray-500 leading-none" target="_blank">
<span class="sr-only">{{ __('alt.github') }}</span>
<i class="fa-brands fa-square-github text-xl lg:text-2xl"></i>
</a>
<a href="https://linkedin.com/company/blumilksoftware" class="text-gray-400 hover:text-gray-500" target="_blank">
<a href="https://linkedin.com/company/blumilksoftware" class="text-gray-400 hover:text-gray-500 leading-none" target="_blank">
<span class="sr-only">{{ __('alt.linkedin') }}</span>
<i class="fa-brands fa-linkedin text-xl lg:text-2xl"></i>
</a>
<a href="https://www.facebook.com/blumilksoftware/" class="text-gray-400 hover:text-gray-500" target="_blank">
<a href="https://www.facebook.com/blumilksoftware/" class="text-gray-400 hover:text-gray-500 leading-none" target="_blank">
<span class="sr-only">{{ __('alt.facebook') }}</span>
<i class="fa-brands fa-square-facebook text-xl lg:text-2xl"></i>
</a>
<a href="https://www.youtube.com/@blumilksoftware" class="text-gray-400 hover:text-gray-500" target="_blank">
<a href="https://www.youtube.com/@blumilksoftware" class="text-gray-400 hover:text-gray-500 leading-none" target="_blank">
<span class="sr-only">{{ __('alt.youtube') }}</span>
<i class="fa-brands fa-square-youtube text-xl lg:text-2xl"></i>
</a>
Expand Down

0 comments on commit 2e7a35a

Please sign in to comment.