We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f268b commit 3129144Copy full SHA for 3129144
index.html
@@ -22,9 +22,10 @@ <h2>
22
23
<div>
24
<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>
+ <script type="text/javascript">
+ url = parent.document.location.search;
+ 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>
29
<h3>
30
Hack Nights
31
</h3>
0 commit comments