Added more sponsors.

pull/2/head
Rene Arumetsa 7 months ago
parent 39a1e77998
commit 36444fcb82
  1. BIN
      public/sponsors/EVAL.png
  2. 17
      public/sponsors/alecoq.svg
  3. BIN
      public/sponsors/arvutimuuseum.png
  4. 5
      public/sponsors/balsnack.svg
  5. 36
      src/app/page.tsx

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB

@ -138,6 +138,42 @@ export default function Home() {
className="object-contain" className="object-contain"
/> />
</Link> </Link>
<Link href="https://www.alecoq.ee">
<Image
src="/sponsors/alecoq.svg"
alt="Alecoq"
width={200}
height={200}
className="object-contain"
/>
</Link>
<Link href="https://arvutimuuseum.ee">
<Image
src="/sponsors/arvutimuuseum.png"
alt="Eesti Arvutimuuseum"
width={200}
height={200}
className="object-contain"
/>
</Link>
<Link href="https://www.simracing.ee/">
<Image
src="/sponsors/EVAL.png"
alt="EVAL"
width={200}
height={200}
className="object-contain"
/>
</Link>
<Link href="https://balsnack.ee">
<Image
src="/sponsors/balsnack.svg"
alt="Balsnack"
width={200}
height={200}
className="object-contain"
/>
</Link>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save