Skip to content

Commit f0ceaa1

Browse files
committed
Added talks link
1 parent 9ce2833 commit f0ceaa1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

website/src/components/Talks.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,23 @@ export const Talks = () => {
4242
></audio>
4343
</div>
4444
</li>
45+
<li>
46+
<div>
47+
<p>
48+
<a href="https://www.meetup.com/KarmaJS/events/265554520/">
49+
KarmaJS Nov'19 Stockholm
50+
</a>
51+
</p>
52+
<iframe
53+
width="560"
54+
height="315"
55+
src="https://www.youtube.com/embed/8jH5gaEEDv4"
56+
frameborder="0"
57+
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
58+
allowfullscreen
59+
></iframe>
60+
</div>
61+
</li>
4562
</ul>
4663
<Spacing />
4764
</Center>

0 commit comments

Comments
 (0)