Skip to content

Commit

Permalink
List of first registered attendees
Browse files Browse the repository at this point in the history
  • Loading branch information
mrego committed Mar 8, 2024
1 parent 883ebbf commit 51ec91f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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) {
Expand All @@ -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;
}

}
26 changes: 26 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,32 @@ if ((dialog != null) && (dialog.tagName == "DIALOG")) {

</section>

<section id="attendees">

<div class="section-wrapper">

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

</div>

</section>

<section id="venue">

<div class="section-wrapper">
Expand Down

0 comments on commit 51ec91f

Please sign in to comment.