|
|
|
@ -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"> |
|
|
|
<h3 className="text-4xl md:text-5xl dark:text-[#EEE5E5] text-[#2A2C3F] group-hover:text-black pb-8"> |
|
|
|
{t("home.sections.poweredBy")} |
|
|
|
{t("home.sections.poweredBy")} |
|
|
|
</h3> |
|
|
|
</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"> |
|
|
|
<NextLink href="https://taltech.ee" target="_blank"> |
|
|
|
<Image |
|
|
|
<Image |
|
|
|
src="/sponsors/taltech-color.png" |
|
|
|
src="/sponsors/taltech-color.png" |
|
|
|
@ -214,13 +214,31 @@ export default async function Home({ |
|
|
|
</NextLink> |
|
|
|
</NextLink> |
|
|
|
<NextLink href="https://www.tallinn.ee/et/haridus" target="_blank"> |
|
|
|
<NextLink href="https://www.tallinn.ee/et/haridus" target="_blank"> |
|
|
|
<Image |
|
|
|
<Image |
|
|
|
src="/sponsors/tallinnaharidusamet.jpg" |
|
|
|
src="/sponsors/Tallinna_Haridusamet_logo_RGB.svg" |
|
|
|
alt="Tallinna Haridusamet" |
|
|
|
alt="Tallinna Haridusamet" |
|
|
|
width={192} |
|
|
|
width={192} |
|
|
|
height={192} |
|
|
|
height={192} |
|
|
|
className="object-contain" |
|
|
|
className="object-contain" |
|
|
|
/> |
|
|
|
/> |
|
|
|
</NextLink> |
|
|
|
</NextLink> |
|
|
|
|
|
|
|
<NextLink href="https://www.militaarseiklus.ee/" target="_blank"> |
|
|
|
|
|
|
|
<Image |
|
|
|
|
|
|
|
src="/sponsors/militaarseiklus.png" |
|
|
|
|
|
|
|
alt="Militaarseiklus" |
|
|
|
|
|
|
|
width={200} |
|
|
|
|
|
|
|
height={200} |
|
|
|
|
|
|
|
className="object-contain" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
</NextLink> |
|
|
|
|
|
|
|
<NextLink href="https://www.arvutimuuseum.ee" target="_blank"> |
|
|
|
|
|
|
|
<Image |
|
|
|
|
|
|
|
src="/sponsors/arvutimuuseum.svg" |
|
|
|
|
|
|
|
alt="Arvutimuuseum" |
|
|
|
|
|
|
|
width={200} |
|
|
|
|
|
|
|
height={200} |
|
|
|
|
|
|
|
className="object-contain" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
</NextLink> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|