mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-23 13:24:21 +00:00
Code cleanup, fix message font size
This commit is contained in:
@@ -48,20 +48,10 @@ export default async function Home({
|
|||||||
{/* Farewell message */}
|
{/* Farewell message */}
|
||||||
<div>
|
<div>
|
||||||
<section
|
<section
|
||||||
// href="/"
|
|
||||||
className={`p-8 md:p-12 flex flex-col ${vipnagorgialla.className} font-bold italic border-b-3 border-[#1F5673] hover:bg-[#007CAB] dark:hover:bg-[#00A3E0] group transition`}
|
className={`p-8 md:p-12 flex flex-col ${vipnagorgialla.className} font-bold italic border-b-3 border-[#1F5673] hover:bg-[#007CAB] dark:hover:bg-[#00A3E0] group transition`}
|
||||||
>
|
>
|
||||||
<div className="cursor-pointer text-left flex-row justify-between xl:justify-start gap-8 hidden">
|
<h2 className="text-[clamp(2rem,1.5rem+0.5vw,3rem)] text-[#007CAB] dark:text-[#00A3E0] dark:group-hover:text-[#EEE5E5] group-hover:text-[#EEE5E5]">
|
||||||
<h3 className="text-4xl md:text-5xl dark:text-[#EEE5E5] dark:group-hover:text-[#2A2C3F] text-[#2A2C3F] group-hover:text-black">
|
{t("home.sections.farewellMessage")} <span className="not-italic">🩵</span>
|
||||||
{t("home.sections.reserveSpot")}
|
|
||||||
</h3>
|
|
||||||
<span
|
|
||||||
className="material-symbols-outlined !text-[clamp(2rem,1.5rem+1.5vw,3.5rem)] !font-bold text-[#007CAB] dark:text-[#00A3E0] hidden md:block group-hover:translate-x-2 group-hover:text-[#EEE5E5] dark:group-hover:text-[#EEE5E5] transition">
|
|
||||||
arrow_right_alt
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<h2 className="text-[clamp(2.5rem,2.25rem+1.25vw,3.75rem)] text-[#007CAB] dark:text-[#00A3E0] dark:group-hover:text-[#EEE5E5] group-hover:text-[#EEE5E5]">
|
|
||||||
{t("home.sections.farewellMessage")}
|
|
||||||
</h2>
|
</h2>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
@@ -139,10 +129,32 @@ export default async function Home({
|
|||||||
</div>
|
</div>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* Section preserved for next year development */}
|
||||||
{/* Date */}
|
{/* Date */}
|
||||||
|
{/* <div>*/}
|
||||||
|
{/* <Link*/}
|
||||||
|
{/* href="/piletid"*/}
|
||||||
|
{/* className={`p-8 md:p-12 flex flex-col ${vipnagorgialla.className} font-bold italic border-b-3 border-[#1F5673] hover:bg-[#007CAB] dark:hover:bg-[#00A3E0] group transition`}*/}
|
||||||
|
{/* >*/}
|
||||||
|
{/* <div className="cursor-pointer text-left flex flex-row justify-between xl:justify-start gap-8">*/}
|
||||||
|
{/* <h3 className="text-4xl md:text-5xl dark:text-[#EEE5E5] dark:group-hover:text-[#2A2C3F] text-[#2A2C3F] group-hover:text-black">*/}
|
||||||
|
{/* {t("home.sections.reserveSpot")}*/}
|
||||||
|
{/* </h3>*/}
|
||||||
|
{/* <span*/}
|
||||||
|
{/* className="material-symbols-outlined !text-[clamp(2rem,1.5rem+1.5vw,3.5rem)] !font-bold text-[#007CAB] dark:text-[#00A3E0] hidden md:block group-hover:translate-x-2 group-hover:text-[#EEE5E5] dark:group-hover:text-[#EEE5E5] transition">*/}
|
||||||
|
{/* arrow_right_alt*/}
|
||||||
|
{/* </span>*/}
|
||||||
|
{/* </div>*/}
|
||||||
|
{/* <h2 className="text-[clamp(2.5rem,2.25rem+1.25vw,3.75rem)] text-[#007CAB] dark:text-[#00A3E0] dark:group-hover:text-[#EEE5E5] group-hover:text-[#EEE5E5]">*/}
|
||||||
|
{/* {t("home.sections.dateAndLocation")}*/}
|
||||||
|
{/* </h2>*/}
|
||||||
|
{/* </Link>*/}
|
||||||
|
{/* </div>*/}
|
||||||
|
|
||||||
{/* Sponsors */}
|
{/* Sponsors */}
|
||||||
<Sponsors />
|
<Sponsors />
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
"reserveSpot": "Reserve your spot today!",
|
"reserveSpot": "Reserve your spot today!",
|
||||||
"poweredBy": "TipiLAN is powered by...",
|
"poweredBy": "TipiLAN is powered by...",
|
||||||
"dateAndLocation": "24th-26th Oct. @ TalTech main building",
|
"dateAndLocation": "24th-26th Oct. @ TalTech main building",
|
||||||
"farewellMessage": "Thank you for participating in TipiLAN 2025! We hope to see you again next time!"
|
"farewellMessage": "Thank you for partici\u00ADpating in TipiLAN 2025! We hope to see you again next time!"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tickets": {
|
"tickets": {
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
"reserveSpot": "Broneeri oma koht juba täna!",
|
"reserveSpot": "Broneeri oma koht juba täna!",
|
||||||
"poweredBy": "TipiLANi tõmbab käima...",
|
"poweredBy": "TipiLANi tõmbab käima...",
|
||||||
"dateAndLocation": "24.-26. okt. TalTechi peahoones",
|
"dateAndLocation": "24.-26. okt. TalTechi peahoones",
|
||||||
"farewellMessage": "Aitäh, et olite osa 2025 TipiLANist! Ootame teid tagasi järgmisele!"
|
"farewellMessage": "Aitäh, et olite osa TipiLAN 2025-st! Ootame teid tagasi järgmisele!"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tickets": {
|
"tickets": {
|
||||||
|
|||||||
Reference in New Issue
Block a user