-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Olivier Robert <[email protected]>
- Loading branch information
1 parent
e323d13
commit 96ea991
Showing
2 changed files
with
31 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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
- title: Venue | ||
permalink: /venue | ||
- title: Schedule | ||
permalink: /schedule | ||
- title: Sponsors | ||
permalink: /sponsors |
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,29 @@ | ||
--- | ||
layout: default | ||
page_class: schedule | ||
title: "Schedule" | ||
--- | ||
|
||
<p>A more detailed schedule will be published soon.</p> | ||
|
||
<section class="schedule-day"> | ||
<h2>Friday, 9th December 2022</h2> | ||
<ul> | ||
<li>8:00 - 9:00 - Registration & Conference Door Opens</li> | ||
<li>9:00 - 12:30 - Day 1, Morning sessions</li> | ||
<li>12:30 - 13:30 - Buffet lunch</li> | ||
<li>13:30 - 17:30 - Day 1, Afternoon sessions</li> | ||
<li>18:30 - 23:00 - Official Party (open to all attendees)</li> | ||
</ul> | ||
</section> | ||
|
||
<section class="schedule-day"> | ||
<h2>Saturday, 10th December 2022</h2> | ||
<ul> | ||
<li>8:00 - 9:00 - Registration & Conference Door Opens</li> | ||
<li>9:00 - 12:30 - Day 2, Morning sessions</li> | ||
<li>12:30 - 13:30 - Buffet lunch</li> | ||
<li>13:30 - 17:00 - Day 2, Afternoon sessions</li> | ||
<li>17:00 - end of conference</li> | ||
</ul> | ||
</section> |