Skip to content

Commit

Permalink
Workshop order details
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjee committed Feb 19, 2025
1 parent 454801a commit fa8222d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/layouts/WorkshopLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ const trainers = await Astro.glob('../pages/people/trainers/*.md');

<h3>Get your ticket!</h3>
<p>
All workshops are held on Thu May 15 from 9:00 to 13:00. The location is: DUS Utrecht.<br />
Address: DUS, Sophialaan 1, Utrecht, The Netherlands..
All workshops are held on Thu May 15 from 9:00 to 13:00. The location is DUS Utrecht.<br />
Address: DUS, Sophialaan 1, Utrecht, The Netherlands.
</p>
<p>
Workshop tickets are available in combination with a conference ticket, called 'Conference + workshop - Individuals' or 'Conference + workshop - Employer-paid'.
Workshop tickets are available in combination with a conference ticket, called 'Conference + workshop - Individuals' or 'Conference + workshop - Employer-paid'.
<br />When ordering, choose '{title}' when asked for your preferred workshop.
</p>
<div class="space-y-3">
<Button
Expand Down
2 changes: 1 addition & 1 deletion src/pages/unconf.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import Divider from "../components/Divider.astro";
<li>Bevy</li>
<li>Rust Embedded Working Group</li>
<li>UI & App dev</li>
<li>and more TBA!</li>
<li>Critical infrastructure</li>
</ul>
</p>
<p
Expand Down

0 comments on commit fa8222d

Please sign in to comment.