Skip to content

Commit 2b81a3c

Browse files
committed
Linked the youtube recording to the talk page
1 parent 7bc40bd commit 2b81a3c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

website/app/talk/page.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,26 @@ export default function TalkPage() {
3434

3535
return (
3636
<div>
37+
<div style={{ padding: '2rem 2rem 1rem', textAlign: 'center' }}>
38+
<h1>Augmented Coding: Mapping the Uncharted Territory</h1>
39+
</div>
3740
<PatternMap
3841
patternDataByNumber={patternDataByNumber}
3942
patternDataByLabel={patternDataByLabel}
4043
/>
44+
<div style={{ padding: '1rem 2rem 2rem', textAlign: 'center' }}>
45+
<p>
46+
Explore the interactive map above, or{' '}
47+
<a
48+
href="https://www.youtube.com/watch?v=_LSK2bVf0Lc&t=5301s"
49+
target="_blank"
50+
rel="noopener noreferrer"
51+
>
52+
watch the guided walkthrough
53+
</a>
54+
{' '}on YouTube.
55+
</p>
56+
</div>
4157
</div>
4258
);
4359
}

0 commit comments

Comments
 (0)