From 51ec91f7c890fbfa6fd09b26436af47f8bb1a1e0 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Fri, 8 Mar 2024 16:06:18 +0100 Subject: [PATCH] List of first registered attendees --- _assets/css/style.css | 13 +++++++++++++ index.md | 26 ++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/_assets/css/style.css b/_assets/css/style.css index 7967176..4be2f86 100644 --- a/_assets/css/style.css +++ b/_assets/css/style.css @@ -264,6 +264,10 @@ main section#talks div.section-wrapper { margin-right: -1rem; } +main section#attendees div.section-wrapper ul { + column-count: 3; +} + main section#venue div.section-wrapper { max-width: 170ch; text-align: center; @@ -391,6 +395,10 @@ footer a:hover, a:focus, a:active { font-size: 1rem; } + main section#attendees div.section-wrapper ul { + column-count: 2; + } + } @media (max-width: 512px) { @@ -407,4 +415,9 @@ footer a:hover, a:focus, a:active { #talks dialog img { float: none; } + + main section#attendees div.section-wrapper ul { + column-count: 1; + } + } diff --git a/index.md b/index.md index 942ab99..64434b0 100644 --- a/index.md +++ b/index.md @@ -106,6 +106,32 @@ if ((dialog != null) && (dialog.tagName == "DIALOG")) { +
+ +
+ +## Attendees + +* Aapo Alasuutari +* Andreu Botella +* Artem Kobzar +* Daniel Kolesa +* Keith Cirkel +* Leo Kettmeir +* Luke Warlow +* Manuel Rego +* mayask +* Nicolò Ribaudo +* Pablo Saavedra +* Sergey Rubanov +* sideshowbarker +* snek +* Vadim Makeev + +
+ +
+