Skip to content

Commit

Permalink
deploy: f040daf
Browse files Browse the repository at this point in the history
  • Loading branch information
mrego committed Mar 8, 2024
1 parent d5282d9 commit 4dded77
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 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;
}

}
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,29 @@ <h5>Date: <a href="https://www.timeanddate.com/worldclock/fixedtime.html?iso=202
}
</script>
</section>
<section id="attendees">
<div class="section-wrapper">
<h2>Attendees</h2>
<ul>
<li>Aapo Alasuutari</li>
<li>Andreu Botella</li>
<li>Artem Kobzar</li>
<li>Daniel Kolesa</li>
<li>Keith Cirkel</li>
<li>Leo Kettmeir</li>
<li>Luke Warlow</li>
<li>Manuel Rego</li>
<li>mayask</li>
<li>Nicolò Ribaudo</li>
<li>Oliver Medhurst</li>
<li>Pablo Saavedra</li>
<li>Sergey Rubanov</li>
<li>sideshowbarker</li>
<li>snek</li>
<li>Vadim Makeev</li>
</ul>
</div>
</section>
<section id="venue">
<div class="section-wrapper">
<h2>Venue</h2>
Expand Down

0 comments on commit 4dded77

Please sign in to comment.