Skip to content

Commit

Permalink
Update customers.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanthpul authored Oct 27, 2023
1 parent cd77887 commit 54ccfa2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/routes/components/customers.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,55 +60,55 @@
class="grid lg:grid-cols-8 md:grid-cols-4 grid-cols-2 gap-4 mx-auto justify-items-center pt-10"
>
<a
href="./testimonials#amd"
href="./testimonials#AMD"
on:mouseenter={handleEnter}
on:mouseleave={handleLeave}
class="partner bg-slate-300 border-solid border-2 border-secondary rounded w-full w-full"
>
<img class="h-20 mx-auto"src={amdLogo} alt="AMD" />
</a>
<a
href="./testimonials#huggingface"
href="./testimonials#Hugging%20Face"
on:mouseenter={handleEnter}
on:mouseleave={handleLeave}
class="partner bg-slate-300 border-solid border-2 border-secondary rounded w-full w-full"
>
<img class="h-20 mx-auto"src={huggingfaceLogo} alt="HuggingFace" />
</a>
<a
href="./testimonials#intel"
href="./testimonials#Intel"
on:mouseenter={handleEnter}
on:mouseleave={handleLeave}
class="partner bg-slate-300 border-solid border-2 border-secondary rounded w-full"
>
<img class="h-20 mx-auto"src={intelLogo} alt="Intel" />
</a>
<a
href="./testimonials#nvidia"
href="./testimonials#NVIDIA"
on:mouseenter={handleEnter}
on:mouseleave={handleLeave}
class="partner bg-slate-300 border-solid border-2 border-secondary rounded w-full"
>
<img class="h-20 mx-auto"src={nvidiaLogo} alt="Nvidia" />
</a>
<a
href="./testimonials#adobe"
href="./testimonials#Adobe"
on:mouseenter={handleEnter}
on:mouseleave={handleLeave}
class="partner bg-slate-300 border-solid border-2 border-secondary rounded w-full"
>
<img class="h-20 mx-auto"src={adobeLogo} alt="Adobe" />
</a>
<a
href="./testimonials#unreal"
href="./testimonials#Unreal%20Engine"
on:mouseenter={handleEnter}
on:mouseleave={handleLeave}
class="partner bg-slate-300 border-solid border-2 border-secondary rounded w-full"
>
<img class="h-20 mx-auto"src={unrealEngineLogo} alt="Unreal Engine" />
</a>
<a
href="./testimonials#oracle"
href="./testimonials#Oracle"
on:mouseenter={handleEnter}
on:mouseleave={handleLeave}
class="partner bg-slate-300 border-solid border-2 border-secondary rounded w-full"
Expand Down

0 comments on commit 54ccfa2

Please sign in to comment.