Unification

This commit is contained in:
2024-03-24 23:35:50 +01:00
parent f062f3eaf9
commit 296fe40085
11 changed files with 36 additions and 39 deletions

View File

@@ -117,19 +117,19 @@ function mapMap<T, K, J>(i: Map<T, K>, fn: (key: T, value: K) => J): J[] {
<Card client:idle>
<Archive heigth="64" width="64"/>
<h1>{t("home.benefits.historic.title")}</h1>
<p>{t("home.benefits.historic.description.1")}</p>
<p>{t("home.benefits.historic.description.2")}</p>
<p class="mt-4">{t("home.benefits.historic.description.1")}</p>
<p class="mt-4">{t("home.benefits.historic.description.2")}</p>
</Card>
<Card client:idle>
<Rocket heigth="64" width="64"/>
<h1>{t("home.benefits.server.title")}</h1>
<p>{t("home.benefits.server.description")}</p>
<p class="mt-4">{t("home.benefits.server.description")}</p>
</Card>
<Card client:idle>
<Bell heigth="64" width="64"/>
<h1>{t("home.benefits.events.title")}</h1>
<p>{t("home.benefits.events.description.1")}</p>
<p>{t("home.benefits.events.description.2")}</p>
<p class="mt-4">{t("home.benefits.events.description.1")}</p>
<p class="mt-4">{t("home.benefits.events.description.2")}</p>
</Card>
</div>
<a class="btn px-8 flex" href={l("/about")}>{t("home.benefits.read")}