Skip to content

Commit

Permalink
adds workshops to schedule menu
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjee committed Feb 15, 2025
1 parent 8ee3e7d commit c986933
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion src/components/page/menu.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ const { location }: Props = Astro.props;
<a
href="/#schedule"
onclick="document.querySelector('[data-menu-toggle]').click()"
>Overview</a
>Overview of the week</a
>
<a
href="/workshops"
onclick="document.querySelector('[data-menu-toggle]').click()"
>Workshops</a
>
</li>
<li class="child"><a href="/industry">Industry track</a></li>
Expand Down
3 changes: 2 additions & 1 deletion src/layouts/WorkshopLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ const trainers = await Astro.glob('../pages/people/trainers/*.md');

<h3>Get your ticket!</h3>
<p>
All workshops are held on Thu May 15 at the DUS venue.
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'.
Expand Down
3 changes: 2 additions & 1 deletion src/pages/workshops.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ const trainers = await Astro.glob('./people/trainers/*.md');
</div>

<p>
All workshops are held on Thu May 15 at the DUS venue.
The 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>

<Divider />
Expand Down

0 comments on commit c986933

Please sign in to comment.