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 bdc6f1c commit cd77887
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"
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"
href="./testimonials#huggingface"
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"
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"
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"
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"
href="./testimonials#unreal"
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"
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 cd77887

Please sign in to comment.