Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label rooms for talks #56

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 17 additions & 12 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,41 +287,46 @@ export default function Home() {
<div className="bg-slate-200 schedule-cell">
Welcome &amp; 10-Year ThunderPlains Recap
</div>
<div className="schedule-cell">
<p className="text-sm">We'll start the day with one combined session in room 301,
and then we'll split the room into two for tracks AB and CD.</p>
<p className="text-sm">CD will be on the left side, and AB will be on the right side.</p>
</div>

<div className="bg-violet-300 schedule-cell">9:30 am</div>
<div className="md:flex schedule-row">
<div className="md:w-[50%] schedule-cell">
<em>Garrett Bland</em> &mdash;{' '}
<strong>Understanding JavaScript's Event Loop and Callstack</strong>
<strong>Understanding JavaScript's Event Loop and Callstack</strong> &mdash;{' '} AB
</div>
<div className="md:w-[50%] schedule-cell">
<em>Matthew Reily</em> &mdash;{' '}
<strong>Building a Data-Driven Culture with Observability</strong>
<strong>Building a Data-Driven Culture with Observability</strong> &mdash;{' '} CD
</div>
</div>

<div className="bg-violet-300 schedule-cell">10:30 am</div>
<div className="md:flex schedule-row">
<div className="md:w-[50%] schedule-cell">
<em>Alex Riviere</em> &mdash; <strong>Implementing Small Systems Design</strong>
<em>Alex Riviere</em> &mdash; <strong>Implementing Small Systems Design</strong> &mdash;{' '} AB
</div>
<div className="md:w-[50%] schedule-cell">
<em>Elena Haskins</em> &mdash;{' '}
<strong>
Secret Weapon to Bridge Developers and Designers: Object Oriented User Experience
(OOUX)
</strong>
</strong> &mdash;{' '} CD
</div>
</div>

<div className="bg-violet-300 schedule-cell">11:30 am</div>
<div className="md:flex schedule-row">
<div className="md:w-[50%] schedule-cell">
<em>Adam Rackis</em> &mdash;{' '}
<strong>The Bleeding &quot;Edge&quot; of Web Development</strong>
<strong>The Bleeding &quot;Edge&quot; of Web Development</strong> &mdash;{' '} AB
</div>
<div className="md:w-[50%] schedule-cell">
<em>Ron Dagdag</em> &mdash; <strong>Mixed Reality for JavaScript Developers</strong>
<em>Ron Dagdag</em> &mdash; <strong>Mixed Reality for JavaScript Developers</strong> &mdash;{' '} CD
</div>
</div>

Expand All @@ -330,25 +335,25 @@ export default function Home() {
<div className="bg-violet-300 schedule-cell">1:30 pm</div>
<div className="md:flex schedule-row">
<div className="md:w-[50%] schedule-cell">
<em>Rebecca Hartwig</em> &mdash; <strong>Networking... a necessary evil</strong>
<em>Rebecca Hartwig</em> &mdash; <strong>Networking... a necessary evil</strong> &mdash;{' '} AB
</div>
<div className="md:w-[50%] schedule-cell">
<em>Anna Asher and Kassie McClung</em> &mdash;{' '}
<strong>
Mastering the Discovery interview: How to excavate insights that drive disruptive
innovation
</strong>
</strong> &mdash;{' '} CD
</div>
</div>

<div className="bg-violet-300 schedule-cell">2:30 pm</div>
<div className="md:flex schedule-row">
<div className="md:w-[50%] schedule-cell">
<em>Matt Jones</em> &mdash; <strong>Why we chose Blazor over React and Vue</strong>
<em>Matt Jones</em> &mdash; <strong>Why we chose Blazor over React and Vue</strong> &mdash;{' '} AB
</div>
<div className="md:w-[50%] schedule-cell">
<em>Various Speakers &amp; Attendees</em>
<strong>⚡️ Lightning Talks</strong>
<strong>⚡️ Lightning Talks</strong> &mdash;{' '} CD
</div>
</div>

Expand All @@ -359,11 +364,11 @@ export default function Home() {
<strong>
Out of the Frying Pan, Into the Fire: A new Dev's Guide to Navigating Unfamiliar
Codebases
</strong>
</strong> &mdash;{' '} AB
</div>
<div className="md:w-[50%] schedule-cell">
<em>Various Speakers &amp; Attendees</em>
<strong>⚡️ Lightning Talks</strong>
<strong>⚡️ Lightning Talks</strong> &mdash;{' '} CD
</div>
</div>

Expand Down