Merge pull request #60 from Lapikud/fix_logos

Fix logos
pull/61/head
Renkar 4 months ago committed by GitHub
commit 2251847178
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      public/sponsors/Tallinna_Haridusamet_logo_RGB.svg
  2. BIN
      public/sponsors/arvutimuuseum.png
  3. 42
      public/sponsors/arvutimuuseum.svg
  4. BIN
      public/sponsors/militaarseiklus.png
  5. 8
      src/app/[locale]/page.tsx

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 271 KiB

After

Width:  |  Height:  |  Size: 254 KiB

@ -142,7 +142,7 @@ export default async function Home({
<h3 className="text-4xl md:text-5xl dark:text-[#EEE5E5] text-[#2A2C3F] group-hover:text-black pb-8">
{t("home.sections.poweredBy")}
</h3>
<div className="flex flex-row flex-wrap gap-8 md:gap-18 items-center justify-center">
<div className="flex flex-row flex-wrap gap-8 md:gap-18 items-center">
<NextLink href="https://taltech.ee" target="_blank">
<Image
src="/sponsors/taltech-color.png"
@ -214,7 +214,7 @@ export default async function Home({
</NextLink>
<NextLink href="https://www.tallinn.ee/et/haridus" target="_blank">
<Image
src="/sponsors/tallinnaharidusamet.jpg"
src="/sponsors/Tallinna_Haridusamet_logo_RGB.svg"
alt="Tallinna Haridusamet"
width={192}
height={192}
@ -232,7 +232,11 @@ export default async function Home({
</NextLink>
<NextLink href="https://www.arvutimuuseum.ee" target="_blank">
<Image
<<<<<<< HEAD
src="/sponsors/arvutimuuseum.svg"
=======
src="/sponsors/arvutimuuseum.png"
>>>>>>> f26f8518b4bc260c3098e534cc7ac7fdce081394
alt="Arvutimuuseum"
width={200}
height={200}

Loading…
Cancel
Save