Skip to content

Commit c986933

Browse files
committed
adds workshops to schedule menu
1 parent 8ee3e7d commit c986933

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

src/components/page/menu.astro

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ const { location }: Props = Astro.props;
1717
<a
1818
href="/#schedule"
1919
onclick="document.querySelector('[data-menu-toggle]').click()"
20-
>Overview</a
20+
>Overview of the week</a
21+
>
22+
<a
23+
href="/workshops"
24+
onclick="document.querySelector('[data-menu-toggle]').click()"
25+
>Workshops</a
2126
>
2227
</li>
2328
<li class="child"><a href="/industry">Industry track</a></li>

src/layouts/WorkshopLayout.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ const trainers = await Astro.glob('../pages/people/trainers/*.md');
2929

3030
<h3>Get your ticket!</h3>
3131
<p>
32-
All workshops are held on Thu May 15 at the DUS venue.
32+
All workshops are held on Thu May 15 from 9:00 to 13:00. The location is: DUS Utrecht.<br />
33+
Address: DUS, Sophialaan 1, Utrecht, The Netherlands..
3334
</p>
3435
<p>
3536
Workshop tickets are available in combination with a conference ticket, called 'Conference + workshop - Individuals' or 'Conference + workshop - Employer-paid'.

src/pages/workshops.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ const trainers = await Astro.glob('./people/trainers/*.md');
2727
</div>
2828

2929
<p>
30-
All workshops are held on Thu May 15 at the DUS venue.
30+
The workshops are held on Thu May 15 from 9:00 to 13:00. The location is: DUS Utrecht.<br />
31+
Address: DUS, Sophialaan 1, Utrecht, The Netherlands..
3132
</p>
3233

3334
<Divider />

0 commit comments

Comments
 (0)