Skip to content

Commit

Permalink
remove registration form from the website
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodiazdorado-tng committed Oct 4, 2024
1 parent 53de913 commit 1e3091f
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions pages/2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,17 @@
<a name="about" />
$partial("content/2024/about.html")$

<a name="registration" />
<div class="bg-gray-light">$partial("content/2024/registration.html")$</div>

<a name="keynotes" />
$partial("content/2024/keynotes.html")$
<div class="bg-gray-light">$partial("content/2024/keynotes.html")$</div>

<a name="programme" />
<div class="bg-gray-light">$partial("content/2024/programme.html")$</div>
$partial("content/2024/programme.html")$

<a name="schedule" />
$partial("content/2024/schedule.html")$
<div class="bg-gray-light">$partial("content/2024/schedule.html")$</div>

<a name="contact" />
<div class="bg-gray-light">$partial("content/contact.html")$</div>
$partial("content/contact.html")$

<a name="hotels" />
$partial("templates/hotels.html")$
<div class="bg-gray-light">$partial("templates/hotels.html")$</div>

0 comments on commit 1e3091f

Please sign in to comment.