Merge pull request #98 from Lapikud/development

Feature: add new sponsor logos
pull/101/head^2
Renkar 2 months ago committed by GitHub
commit 3b969a0c4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. BIN
      public/sponsors/Global-productions.png
  2. BIN
      public/sponsors/alzgamer.png
  3. BIN
      public/sponsors/k-space_ee-white.png
  4. 27
      src/components/Sponsors.tsx

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

@ -163,6 +163,33 @@ export default function Sponsors({ showTitle = true, className = "" }: SponsorsP
className="object-contain" className="object-contain"
/> />
</NextLink> </NextLink>
<NextLink href="https://alzgamer.ee/" target="_blank">
<Image
src="/sponsors/alzgamer.png"
alt="AlzGamer"
width={200}
height={200}
className="object-contain"
/>
</NextLink>
<NextLink href="https://k-space.ee/" target="_blank">
<Image
src="/sponsors/k-space_ee-white.png"
alt="K-Space"
width={200}
height={200}
className="object-contain"
/>
</NextLink>
<NextLink href="https://globalproductions.ee/" target="_blank">
<Image
src="/sponsors/Global-productions.png"
alt="Global Productions"
width={200}
height={200}
className="object-contain"
/>
</NextLink>
</div> </div>
</div> </div>

Loading…
Cancel
Save