Skip to content

Commit

Permalink
deploy: 51ec91f
Browse files Browse the repository at this point in the history
  • Loading branch information
mrego committed Mar 8, 2024
1 parent 7a4c350 commit 4fa2027
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
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;
}

}
24 changes: 23 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>The hackfest</h2>
<div class="entry">
<img src="/img/web-engines-hackfest-2022-2.webp" alt="Web Engines Hackfest 2022 - Hacking Room" />
<h3>Participants</h3>
<p>This event brings together people working on the different browsers and related standards to discuss ideas and plans. Members from <strong>all parts of the web platform community</strong> including people working on the different engines (Chromium/Blink/V8, Safari/WebKit/JSC, Firefox/Gecko/SpiderMonkey, Servo), on the testing side (WPT, Test262), or on specifications (W3C, WhatWG, TC39) are welcome to join us.</p>
<p>This event brings together people working on the different browsers and related standards to discuss ideas and plans. Members from <strong>all parts of the web platform community</strong> including people working on the different engines (Chromium/Blink/V8, Safari/WebKit/JSC, Firefox/Gecko/SpiderMonkey, Servo), on the testing side (WPT, Test262), on specifications (W3C, WhatWG, TC39), or on documentation (MDN Web Docs, web.dev) are welcome to join us.</p>
</div>
<div class="entry">
<img src="/img/web-engines-hackfest-2022-1.webp" alt="Web Engines Hackfest 2022 - Palexco Terrace" />
Expand Down Expand Up @@ -240,6 +240,28 @@ <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>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 4fa2027

Please sign in to comment.