Skip to content

Commit

Permalink
add rooms to phd and eu
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopo-massa committed May 23, 2024
1 parent d98d8ef commit 1ffe493
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions _data/program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,11 @@ schedule:
endTime: "3:40 PM"
type: parallel
events:
- PhD Symposium
- EU Track
- name: PhD Symposium
location: Conference Room

- name: EU Track
location: Aula H1 (1st floor)

- startTime: "3:40 PM"
endTime: "4:10 PM"
Expand Down
5 changes: 4 additions & 1 deletion program.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@ <h6 class="text-light mb-1 mt-1">{{timeslot.title}}</h6>
{% elsif timeslot.type == "parallel" %}
{% for event in timeslot.events %}
<th width="50%" class="w-25 table-{% cycle 'info', 'success' %} text-center align-middle">
<h6 class="text-center mb-1 mt-1">{{event}}</h6>
<h6 class="text-center mb-1 mt-1">{{event.name}}</h6>
<i style="font-weight: normal !important">
{{event.location}}
</i>
</th>
{% endfor %}
{% else %}
Expand Down

0 comments on commit 1ffe493

Please sign in to comment.