-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare registration & keynote pages
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<div class="container px-4 pt-4 pb-5"> | ||
<h3>Keynote Speakers</h3> | ||
<div class="row pt-4"> | ||
<div class="col-md-6 text-center"> | ||
<img src="img/2024/Niki_Vazou.jpg" class="rounded-circle" | ||
style="height: 128px; width: 128px; object-fit: cover;" /><br /> | ||
<b>Niki Vazou</b><br /> | ||
<a href="https://nikivazou.github.io/" target="_blank">nikivazou.github.io</a> | ||
</div> | ||
<div class="col-md-6 text-center"> | ||
<img src="img/2024/Hecate.jpg" class="rounded-circle" | ||
style="height: 128px; width: 128px; object-fit: cover;" /><br /> | ||
<b>Hécate</b><br /> | ||
<a href="https://glitchbra.in" target="_blank">glitchbra.in</a> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<div class="bg-gray-light"> | ||
<div class="container px-4 py-5"> | ||
<h3>Registration</h3> | ||
|
||
<p>Registration is open. We're looking forward to seeing you in Munich!</p> | ||
|
||
<div class="d-flex flex-row justify-content-center mb-4"> | ||
<div class="mx-1"> | ||
<a class="btn btn-primary rounded-pill px-3" href="https://registration.munihac.de/register" | ||
target="_blank">Register</a> | ||
</div> | ||
</div> | ||
|
||
<p>If you would like to present a talk or workshop on MuniHac 2024, also join our <a href="/2024.html#cfc">Call for | ||
Contributions</a>!</p> | ||
</div> | ||
</div> |