From 7ec77e4ee2268ff44224263877a989bf2debb099 Mon Sep 17 00:00:00 2001 From: Kroonk Date: Mon, 13 Apr 2026 20:36:16 +0200 Subject: [PATCH] Add MiChess service tile to landing page New tile for michess.mischlabs.de (chess) with chess piece icon and staggered animation delay for 9th card. Co-Authored-By: Claude Opus 4.6 --- index.html | 18 ++++++++++++++++++ style.css | 1 + 2 files changed, 19 insertions(+) diff --git a/index.html b/index.html index e587e4a..9fd355f 100644 --- a/index.html +++ b/index.html @@ -131,6 +131,24 @@ docs.mischlabs.de + +
+ + + + + + + + +
+
+

MiChess

+

Schach

+
+ michess.mischlabs.de +
+
diff --git a/style.css b/style.css index 63db909..ad60028 100644 --- a/style.css +++ b/style.css @@ -301,3 +301,4 @@ footer p { .card:nth-child(6) { animation-delay: 0.3s; } .card:nth-child(7) { animation-delay: 0.35s; } .card:nth-child(8) { animation-delay: 0.4s; } +.card:nth-child(9) { animation-delay: 0.45s; }