Skip to content

Commit

Permalink
Moved tours entry to correct day 📅
Browse files Browse the repository at this point in the history
  • Loading branch information
triplingual committed Apr 2, 2024
1 parent 1af5155 commit 5719d16
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions schedule/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,27 @@ <h2>{{site.data.conf.days[1].weekday}}, {{site.data.conf.days[1].date}}</h2>
</div>
</div>

{% if site.data.conf.tours.show %}
<div class="row">
<div class="col-12 col-md-3 text-right">
<h3>{{ site.data.conf.tours.time }}
<br/><div class="timezone">{{ site.data.conf.timezone }} Time</div>
</h3>
</div>
<div class="col-12 col-md-9 sched-well">
<h4>Tours</h4>
<p>
See the <a href="/general-info/social/#tours">Social Activities</a> page for more details.
</p>
{% if site.data.conf.tours.sign-up-url %}
<p>
<a class="btn ct-btn-light" href="{{ site.data.conf.tours.sign-up-url }}">{{ site.data.conf.tours.sign-up-button-text }}</a>
</p>
{% endif %}
</div>
</div>
{% endif %}

<div class="row">
<div class="col-12 col-md-3 text-right">
<h3>1PM to 5:30PM
Expand Down Expand Up @@ -258,27 +279,6 @@ <h3><a href="/workshops">Workshops</a></h3>
</div>
</div>

{% if site.data.conf.tours.show %}
<div class="row">
<div class="col-12 col-md-3 text-right">
<h3>{{ site.data.conf.tours.time }}
<br/><div class="timezone">{{ site.data.conf.timezone }} Time</div>
</h3>
</div>
<div class="col-12 col-md-9 sched-well">
<h4>Tours</h4>
<p>
See the <a href="/general-info/social/#tours">Social Activities</a> page for more details.
</p>
{% if site.data.conf.tours.sign-up-url %}
<p>
<a class="btn ct-btn-light" href="{{ site.data.conf.tours.sign-up-url }}">{{ site.data.conf.tours.sign-up-button-text }}</a>
</p>
{% endif %}
</div>
</div>
{% endif %}

{% if site.data.conf.trivia-night.show %}
<div class="row">
<div class="col-12 col-md-3 text-right">
Expand Down

0 comments on commit 5719d16

Please sign in to comment.