Skip to content

Commit

Permalink
add lightning talks (#324)
Browse files Browse the repository at this point in the history
* add lightning talks

* updated structure

---------

Co-authored-by: Garry Ing <[email protected]>
  • Loading branch information
dcwalk and garrying committed Aug 24, 2024
1 parent fcbf0c0 commit 01776d4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion _includes/session-details.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{%- if session.title -%}
<div class="session-detail highlight">
<div class="program-block-content p-1" {% unless session.skipProgramID %}id="{{ session.title | slugify }}"{% endunless %}>
<div class="program-block-content p-1" {% unless session.skipProgramID %}id="{{ session.title | truncatewords: 6, '' | slugify }}"{% endunless %}>
<header class="session-header mb-1">
<h3 class="session-title heading font-display highlight-name">{{ session.title }}</h3>
{%- if session.presenterID -%}
Expand Down
2 changes: 1 addition & 1 deletion _includes/session.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{%- if include.session-id == session.sessionID -%}
<div class="session">
<h3 class="text-base m-0 font-normal">
<a href="#{{ session.title | slugify }}">{{ session.title }}</a>
<a href="#{{ session.title | truncatewords: 6, '' | slugify }}">{{ session.title }}</a>
</h3>
{% if session.presenterID %}
<a href="#{{ session.presenterID }}" class="session-presenterID text-base m-0 font-normal">
Expand Down
23 changes: 12 additions & 11 deletions program.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ titleDisplay: "Program"
<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">βŒ‚ Reach</em><br />Workshop -<br />
<td><em class="font-display-mono uppercase text-sm whitespace-nowrap not-italic tracking-wide">βŒ‚ Reach</em><br />Workshop &ndash;<br />
{% include session.html year=2024 session-id=24002 %}</td>
<td><em class="font-display-mono uppercase text-sm whitespace-nowrap not-italic tracking-wide">βŒ‚ Sound</em><br />
LAN Interaction
Expand All @@ -60,15 +60,16 @@ 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">βŒ‚ Reach & βŒ‚ Sound</em><br />
<strong>Lightning Talks</strong>
</td>
<td><em class="font-display-mono uppercase text-sm whitespace-nowrap not-italic tracking-wide">βŒ‚ Spillover</em><br />Open</td>
</tr>
</table>
<strong><span class="font-mono">PRESENT</span> / </strong><br />
<em class="font-display-mono uppercase text-sm whitespace-nowrap not-italic tracking-wide">βŒ‚ Reach & βŒ‚ Sound</em><br />
<strong>Lightning Talks</strong><br />
<ul class="pl-1 pt-0 mt-0 mb-0">
<li>Permaweb: can a website last a lifetime? &ndash; Neil Kandalgaonkar</li>
<li>Captive Cinema &ndash; Brett Ian Balogh</li>
<li>Teleporting SQLite databases around the world &ndash; Carl Sverre</li>
<li>Production self-hosting howto &ndash; Damien Norris</li>
<li>Ideas and tricks to steal from AT Protocol &ndash; Bryan Newbold</li>
</ul>
</td>
</tr>
<tr>
Expand All @@ -87,7 +88,7 @@ titleDisplay: "Program"
<table class="w-100">
<tr class="border-0">
<td>
<em class="font-display-mono uppercase text-sm whitespace-nowrap not-italic tracking-wide">βŒ‚ Reach</em><br />Roundtable -<br />
<em class="font-display-mono uppercase text-sm whitespace-nowrap not-italic tracking-wide">βŒ‚ Reach</em><br />Roundtable &ndash;<br />
{% include session.html year=2024 session-id=24004 %}
</td>
<td><em class="font-display-mono uppercase text-sm whitespace-nowrap not-italic tracking-wide">βŒ‚ Sound</em><br />Open</td>
Expand Down

0 comments on commit 01776d4

Please sign in to comment.