layout | order | title | titleDisplay |
---|---|---|---|
page |
4 |
Program |
Program |
{:.font-display.mb-1}
Time (PDT) | Sessions | ||
---|---|---|---|
9:30 | Doors Open | ||
10:00 ↓ 10:15 |
Welcome | ||
10:15 ↓ 11:00 |
PAST / {% include session.html year=2024 session-id=24001 %} | ||
11:00 ↓ 12:00 |
PAST /
|
||
12:00 ↓ 13:30 |
LUNCH | ||
13:30 ↓ 14:10 |
PRESENT / {% include session.html year=2024 session-id=24003 %} | ||
14:10 ↓ 15:00 |
PRESENT / ⌂ Reach & ⌂ Sound Lightning Talks
|
||
15:00 ↓ 15:30 |
BREAK | ||
15:30 ↓ 16:10 |
FUTURE / {% include session.html year=2024 session-id=24005 %} | ||
16:10 ↓ 17:40 |
FUTURE /
|
||
17:45 ↓ 18:00 |
Closing | ||
18:00 ↓ 19:00 |
|||
19:00 ↓ ??:?? |
AFTER PARTY |
--..,___.--,--'`,---..-.--+--.,,-,,..._.--..-._.-a:f--..-.--
{:.font-display}
{% assign sortedSessions = site.data.sessions[2024] | sort: "title" %}
{% assign title_present = false %}
{% for session in sortedSessions %} {% if session.title and session.title != "" %} {% assign title_present = true %} {% break %} {% endif %} {% endfor %}
{% if title_present %}
{% endif %}
{% for session in sortedSessions %} {%- if session.sessionType != "orga" and session.sessionType != "lightning-talk" -%} {% include session-details.html year=2024 %} {% endif %} {% endfor %}
.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*
{:.font-display}
{% assign sortedPresenters = site.data.presenters[2024] | sort: "name" %}
{%- for presenter in sortedPresenters -%} {% include presenter-details.html %} {%- endfor -%}