Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,46 @@
ul.nextSibling.setAttribute('aria-hidden', 'true')
})
"
class="inline-flex w-full flex-nowrap overflow-hidden mask-r-from-95% mask-r-to-99% mask-l-from-95% mask-l-to-99%"
class="mt-8 inline-flex w-full flex-nowrap overflow-hidden mask-r-from-95% mask-r-to-99% mask-l-from-95% mask-l-to-99%"
>
<ul
x-ref="partners"
class="animate-infinite-scroll flex items-center justify-center md:justify-start [&_li]:mx-8"
class="animate-infinite-scroll flex items-center justify-center md:justify-start [&_img]:cursor-pointer [&_img]:grayscale [&_img]:transition-all [&_img]:duration-300 [&_img]:hover:grayscale-0 [&_li]:mx-8"
>
<li class="w-[280px]">
<img src="./facebook.svg" alt="Facebook" />
<li class="flex h-24 w-[300px] items-center justify-center">
<img class="h-full w-full object-contain" src="{{ asset('images/logo.svg') }}" alt="He4rt" />
</li>
<li class="w-[280px]">
<img src="./disney.svg" alt="Disney" />
</li>
<li class="w-[280px]">
<img src="./airbnb.svg" alt="Airbnb" />
</li>
<li class="w-[280px]">
<img src="./apple.svg" alt="Apple" />
</li>
<li class="w-[280px]">
<img src="./spark.svg" alt="Spark" />

<li class="flex h-24 w-[300px] items-center justify-center">
<img
class="h-full w-full object-contain"
src="{{ asset('images/3pontos/partners/firece-logo.svg') }}"
alt="Firece"
/>
</li>
<li class="w-[280px]">
<img src="./samsung.svg" alt="Samsung" />

<li class="flex h-24 w-[300px] items-center justify-center">
<img
class="h-full w-full object-contain"
src="{{ asset('images/3pontos/partners/flamma-logo.svg') }}"
alt="Flamma"
/>
</li>
<li class="w-[280px]">
<img src="./quora.svg" alt="Quora" />

<li class="flex h-24 w-[300px] items-center justify-center">
<img
class="h-full w-full object-contain"
src="{{ asset('images/3pontos/partners/ipe-logo.svg') }}"
alt="Ipe Crowd"
/>
</li>
<li class="w-[280px]">
<img src="./sass.svg" alt="Sass" />

<li class="flex h-24 w-[300px] items-center justify-center">
<img
class="h-full w-full object-contain"
src="{{ asset('images/3pontos/partners/betel-logo.png') }}"
alt="Betel"
/>
</li>
</ul>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

<x-he4rt::partials.footer
logoPath="images/3pontos/logo.svg"
logoSize="sm"
description="Somos o ecossistema que une solução e conhecimento em um único lugar. Aceleramos sua empresa. Fortalecemos sua carreira."
company="3 Pontos"
:columns="[
Expand Down
4 changes: 0 additions & 4 deletions app-modules/he4rt/resources/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@
will-change: transform;
}

.animate-infinite-scroll:hover {
animation-play-state: paused;
}

.fi-topbar {
@apply bg-elevation-surface p-4 px-12 shadow-none ring-0;
}
Expand Down
13 changes: 8 additions & 5 deletions public/images/3pontos/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/3pontos/partners/betel-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions public/images/3pontos/partners/firece-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading