Skip to content

Commit 3129144

Browse files
committed
Add Demo Night Streaming Interface
Add Demo Night Streaming Interface from Introvoke
1 parent b4f268b commit 3129144

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ <h2>
2222

2323
<div>
2424
<h3>Demo Night 2022</h3>
25-
<a href="https://www.eventbrite.com/e/code-for-boston-demo-night-2022-tickets-260802315747?aff=cfbwebsite">
26-
<img class="event" src="/img/demo-night-2022.png">
27-
</a>
25+
<script type="text/javascript">
26+
url = parent.document.location.search;
27+
document.write('<iframe title="introvoke event" width="100%" height="80vh" src="https://embed.introvoke.com/event/b4dcee16-3ef3-4968-963e-aa878918096c' + url + '" frameborder="0" allow="camera *; microphone *; autoplay; display-capture *" allowfullscreen style="height: 80vh; border-radius: 12px; border: 1px solid #dbdfec; box-shadow: 3px 3px 10px 0 rgb(20 20 43 / 4%); width:100%"></iframe>');
28+
</script>
2829
<h3>
2930
Hack Nights
3031
</h3>

0 commit comments

Comments
 (0)