Skip to content

Commit

Permalink
- wip
Browse files Browse the repository at this point in the history
  • Loading branch information
EwelinaSkrzypacz committed Oct 31, 2024
1 parent dfc09f0 commit 776dfd3
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 61 deletions.
92 changes: 35 additions & 57 deletions public/images/clients/getthebox.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions resources/views/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ class="w-full sm:w-auto sm:px-12 -ml-1 shadow-xl bg-website-normal">{{ __("butto
</div>
</section>
<section class="relative text-center px-[10%] md:px-[15%]">
<div class="text-lg sm:text-xl lg:text-2xl font-semibold text-gray-400">{{ __("content.home.section_2.title_1") }}
<div class="text-lg sm:text-xl lg:text-2xl font-semibold text-gray-400">
{{ __("content.home.section_2.title_1") }}
<span class="text-website-normal">{{ __("content.home.section_2.title_2") }}</span>
</div>
<div class="grid grid-cols-2 md:grid-cols-3 xl:flex xl:flex-row pb-12 text-gray-400 items-center justify-center mt-10 2xl:gap-8 2xl:max-w-7xl 2xl:mx-auto">
<div class="grid grid-cols-2 md:grid-cols-3 xl:flex xl:justify-center xl:gap-8 pb-12 text-gray-400 xl:items-center mt-10 2xl:max-w-7xl 2xl:mx-auto">
@foreach ($clients as $client)
<div class="m-6">
<div class="m-6 flex justify-center">
<img src="{{ asset($client['src']) }}"
class="client-icon h-auto w-44 xl:w-56 m-auto grayscale hover:grayscale-0 transform transition hover:scale-110"
class="client-icon h-auto w-44 xl:w-56 grayscale hover:grayscale-0 transform transition hover:scale-110"
alt="{{ $client['alt'] }}"/>
</div>
@endforeach
Expand Down

0 comments on commit 776dfd3

Please sign in to comment.