cache theme

This commit is contained in:
2025-08-27 17:14:04 +02:00
parent d88a85233a
commit fc74957bb7
4 changed files with 84 additions and 42 deletions

View File

@@ -33,6 +33,15 @@ pub(super) async fn index(cookies: CookieJar, headers: HeaderMap) -> Markup {
h2 { (t!("what_to_do_title")) }
div.grid.gap-lg.grid-cols-2 {
article {
header { (PreEscaped(t!("new_header"))) }
a
href="https://ars.electronica.art/panic/de/view/digital-shadows-22a38ddb450c81d08bc4f50a818b0319/"
target="_blank"
class="btn mt-1 block"
role="button" { (t!("more_infos")) }
}
article.col-span-2 {
header { (t!("tour_aef_title")) }
@@ -56,19 +65,20 @@ pub(super) async fn index(cookies: CookieJar, headers: HeaderMap) -> Markup {
footer { (t!("location_linz")) }
}
article {
header { (t!("visit_booth_title")) }
(t!("visit_booth_description"))
a
href="https://www.jku.at/ars-electronica-2025-panic-yes-no/digital-shadows/"
target="_blank"
title=(t!("jku_link_title")) { (t!("find_out_more")) }
footer { (t!("location_postcity")) }
}
}
a
href="https://digidow.eu"
target="_blank"
class="btn mt-1 block"
role="button" { (t!("scientific_background")) }
h2 { (t!("calendar")) }
iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=2&ctz=Europe%2FVienna&showPrint=0&showTz=0&showCalendars=0&showTabs=0&showDate=0&showNav=0&showTitle=0&mode=AGENDA&hl=en&src=YjA4NTZlZDUyZDAwNmY3ZTczNTgxYTk2NjI4MjFjMDZhYWJkZjUzMDBkMjZmMDZiOWFiYzg2YWE3YzBhNzFlNkBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%23d50000" style="border-width:0" width="100%" height="600" frameborder="0" scrolling="no";
})
}