Skip to content

Commit

Permalink
updates to program format (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwalk authored Jun 29, 2024
1 parent 84a94e9 commit f3aa8e3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
10 changes: 10 additions & 0 deletions _includes/presenter-name.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{%- if presenter.name -%}
<li>
{%- if presenter.link -%}
<a href="{{ presenter.link[0]['url'] }}" target="_blank" rel="noopener">
{%- endif -%}
<strong>{{ presenter.name }}</strong>
{%- if presenter.link -%}</a>{%- endif -%}
{%- if presenter.affiliation -%}, {{ presenter.affiliation}}{%-endif -%}
</li>
{%-endif -%}
9 changes: 7 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,19 @@ Drawing on practices of [local-first](https://www.inkandswitch.com/local-first/)

{:.font-display.mt-1}

## Sessions and Presenters
## Presenters and Program

Over the course of a day we will cover the PAST, PRESENT, and FUTURE with short keynote talks, workshops, and activities on the local network. Presenters include:

{% assign sortedPresenters = site.data.presenters[2024] %}

{%- for presenter in sortedPresenters -%}
<ul>{% include presenter-name.html year=2024 %}</ul>
{%- endfor -%}

<a href="/program" class="text-sm border border-inherit active:bg-accent font-mono antialiased rounded p-1 px-2 no-underline outlined active:text-white active:outline-accent">View program</a>

In addition, attendees will be able to sign up to give lightening talks, lead conversations, or host impromptu jams in available open spaces
Sign up to give lightening talks or let us know you want to lead conversations, or host impromptu jams in available open spaces: <a href ="mailto:{{ site.email }}">{{ site.email }}</a>.

The conference has a [Code of Conduct](https://ournetworks.ca/code-of-conduct/).

Expand Down
15 changes: 9 additions & 6 deletions program.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ titleDisplay: "Program"
<tr>
<td class="font-mono text time-cell">11:00 ↓ <br />12:00</td>
<td>
<strong><span class="font-mono">PAST</span> / </strong>
<table class="w-100">
<tr class="border-0">
<td><em class="font-display-mono uppercase text-sm whitespace-nowrap not-italic tracking-wide">βŒ‚ Sound & βŒ‚ Reach</em><br />
<strong><span class="font-mono">PAST</span> / LAN Interaction</strong>
<td><em class="font-display-mono uppercase text-sm whitespace-nowrap not-italic tracking-wide">βŒ‚ Sound</em><br />
LAN Interaction
</td>
<td><em class="font-display-mono uppercase text-sm whitespace-nowrap not-italic tracking-wide">βŒ‚ Spillover</em><br />Open</td>
<td><em class="font-display-mono uppercase text-sm whitespace-nowrap not-italic tracking-wide">βŒ‚ Reach</em><br />Workshop -<br /> Small Footprint and Small File Web Art <br /> <a href="#joni">Joni Schinkel</a></td>
<!--<td><em class="font-display-mono uppercase text-sm whitespace-nowrap not-italic tracking-wide">βŒ‚ Spillover</em><br />Open</td>-->
</tr>
</table>
</td>
Expand All @@ -50,6 +52,7 @@ titleDisplay: "Program"
<tr>
<td class="font-mono text time-cell">14:10 ↓<br />15:00</td>
<td>
<strong><span class="font-mono">PRESENT</span> / </strong>
<table class="w-100">
<tr class="border-0">
<td><em class="font-display-mono uppercase text-sm whitespace-nowrap not-italic tracking-wide">βŒ‚ Sound & βŒ‚ Reach</em><br />
Expand All @@ -71,12 +74,12 @@ titleDisplay: "Program"
<tr>
<td class="font-mono text time-cell">16:10 ↓<br />17:40</td>
<td>
<strong><span class="font-mono">FUTURE</span> / Workshops and Discussions</strong>
<strong><span class="font-mono">FUTURE</span> / </strong>
<table class="w-100">
<tr class="border-0">
<td><em class="font-display-mono uppercase text-sm whitespace-nowrap not-italic tracking-wide">βŒ‚ Sound</em><br />Roundtable -<br /> Repair Futures <a href="#michelle">Michelle Kaczmarek</a></td>
<td><em class="font-display-mono uppercase text-sm whitespace-nowrap not-italic tracking-wide">βŒ‚ Reach</em><br />Workshop -<br /> Small Footprint and Small File Web Art <br /> <a href="#joni">Joni Schinkel</a></td>
<td><em class="font-display-mono uppercase text-sm whitespace-nowrap not-italic tracking-wide">βŒ‚ Spillover</em><br />Open</td>
<td><em class="font-display-mono uppercase text-sm whitespace-nowrap not-italic tracking-wide">βŒ‚ Reach</em><br />Open</td>
<!--<td><em class="font-display-mono uppercase text-sm whitespace-nowrap not-italic tracking-wide">βŒ‚ Spillover</em><br />Open</td>-->
</tr>
</table>
</td>
Expand Down

0 comments on commit f3aa8e3

Please sign in to comment.