Skip to content

Commit

Permalink
Reinstate timeline with new dates for 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
russdaygh committed Dec 4, 2024
1 parent 0da03b8 commit 8b1787a
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -59,39 +59,34 @@
</div>
</div>

<!-- <div class="secondary-bg">
<div class="secondary-bg">
<div class="section">
<h2>Timeline</h2>
<div class="timeline text-center">
<span class="timeline-item">
<span class="material-symbols-outlined"> check_circle </span>
<p>5th February</p>
<p>1st January (New Years Day!)</p>
<p>Call for speakers opens</p>
</span>
<span class="timeline-item">
<span class="material-symbols-outlined"> check_circle </span>
<p>2nd March</p>
<p>31st January</p>
<p>Call for speakers closes</p>
</span>
<span class="timeline-item">
<span class="material-symbols-outlined"> check_circle </span>
<p>9th March</p>
<p>3rd February</p>
<p>Session voting opens</p>
</span>
<span class="timeline-item">
<span class="material-symbols-outlined"> check_circle </span>
<p>23rd March</p>
<p>14th February</p>
<p>Session voting closes</p>
</span>
<span class="timeline-item">
<span class="material-symbols-outlined"> check_circle </span>
<p>6th April</p>
<p>Schedule announced</p>
</span>
<span class="timeline-item">
<span class="material-symbols-outlined"> check_circle </span>
<p>10th April</p>
<p>Ticket registration opens</p>
<p>31st March</p>
<p>Schedule announced and ticket registration opens</p>
</span>
<span class="timeline-item">
<span class="material-symbols-outlined"> circle </span>
Expand All @@ -101,10 +96,9 @@
</div>
<sub class="sub-highlight"
>We'll try our best to keep to these dates but please be patient - DDDSW is entirely volunteer
driven ❤️</sub
>
driven ❤️</sub>
</div>
</div> -->
</div>

<style>
.timeline {
Expand Down

0 comments on commit 8b1787a

Please sign in to comment.