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 + +
+ +
+