Skip to content

Commit

Permalink
Added online events to program
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamroza authored Oct 26, 2024
1 parent 77b4c18 commit 0b05ddc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions program.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,17 @@ <h2>/ Agenda</h2>
<div class="row" style="margin-bottom: 70px;">
<div class="col-xs-12">
<h3 style="padding-left: 10px; margin-bottom: 0px;"><i class="fa-solid fa-calendar-day"></i> Day {{ forloop.index }}: {{ day.title }}</h3>

<h4 style="padding-left: 10px; margin-top: 35px; margin-bottom: 0;"><i class="fa-solid fa-location-dot"></i> <strong>{{ day.location }}</strong></h4>
<h4 style="padding-left: 30px;">{{ day.location-address }}</h4>
</div>
{% include agenda-day-details.html day=day %}
{% if day.location-online %}
<div class="col-xs-12">
<h4 style="padding-left: 10px; margin-top: 35px; margin-bottom: 0;"><i class="fa-solid fa-location-dot"></i> <strong>{{ day.location-online }}</strong></h4>
</div>
{% include agenda-day-details-online.html day=day %}
{% endif %}
</div>
{% endfor %}
</section>
Expand Down

0 comments on commit 0b05ddc

Please sign in to comment.