Skip to content

Commit

Permalink
Link case study from home
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Oct 31, 2023
1 parent cd90fbb commit 723804c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
33 changes: 21 additions & 12 deletions website/src/components/home/companies.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import neuralLoveLogo from './companies/neural-love.svg';
import enopteaLogo from './companies/enoptea.png';
import gulliLogo from './companies/gulli.svg';
import minutesLogo from './companies/20minutes.svg';
import treezorLogo from './companies/treezor.svg';
import Link from 'next/link';

export default function Companies() {
return (
Expand All @@ -32,11 +34,13 @@ export default function Companies() {
</div>
</div>
<div className="mx-auto grid w-full max-w-xl grid-cols-2 items-center gap-x-6 gap-y-12 sm:gap-y-14 lg:mx-0 lg:max-w-none lg:pl-8">
<Image
className="max-h-12 max-w-[10rem] w-full object-contain object-left brightness-0 invert"
src={phpStanLogo}
alt="PhpStan"
/>
<Link href="/docs/case-studies/treezor">
<Image
className="max-h-12 max-w-[10rem] w-full object-contain object-left brightness-0 invert"
src={treezorLogo}
alt="Treezor"
/>
</Link>
<Image
className="max-h-12 max-w-[10rem] w-full object-contain object-left brightness-0 invert"
src={minutesLogo}
Expand All @@ -54,22 +58,27 @@ export default function Companies() {
/>
<Image
className="max-h-12 max-w-[10rem] w-full object-contain object-left brightness-0 invert"
src={enopteaLogo}
alt="Enoptea"
src={phpStanLogo}
alt="PhpStan"
/>
<Image
className="max-h-12 max-w-[10rem] w-full object-contain object-left brightness-0 invert"
src={bcastLogo}
alt="bCast.fm"
/>
<div className="max-h-12 max-w-[10rem] w-full object-contain object-left brightness-0 invert">
<span className="text-2xl font-bold text-white">externals.io</span>
</div>
<Image
className="max-h-12 max-w-[10rem] w-full object-contain object-left brightness-0 invert"
src={neuralLoveLogo}
alt="neural.love"
src={enopteaLogo}
alt="Enoptea"
/>
<div className="max-h-12 max-w-[10rem] w-full object-contain object-left brightness-0 invert">
<span className="text-2xl font-bold text-white">externals.io</span>
</div>
{/*<Image*/}
{/* className="max-h-12 max-w-[10rem] w-full object-contain object-left brightness-0 invert"*/}
{/* src={neuralLoveLogo}*/}
{/* alt="neural.love"*/}
{/*/>*/}
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions website/src/components/home/companies/treezor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 723804c

Please sign in to comment.