forked from aaronlifshin/homepage_redesign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalltime-googlemoderator.html
39 lines (27 loc) · 1.03 KB
/
calltime-googlemoderator.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
layout: landing-calltime2
title: MAYDAY.US - Interact with the livestream
omit_title_suffix: true
cssid: pulse
og_title: Interact with the livestream
og_description: Engage with MAYDAY.US
---
{% capture content %}
<div class="page-header">
<h1>Engage with the livestream </h1>
</div>
<div class="page-body videostream">
<div class="videocontent">
<!--
<iframe width="960" height="540" src="//www.youtube-nocookie.com/embed/HOjNW3l05gE?rel=0" frameborder="0" allowfullscreen></iframe>
!-->
<h3>Next Call Time at 9 p.m. EST, Thursday, July 10.<h3>
<h4>Before the meeting begins, you can use Google Moderator below to ask questions. </h4>
<P>Submit questions now and we'll start off the interview with the best questions you've submitted.</P>
</div>
<div id="moderator-embed-target"></div>
<script type="text/javascript">
MODERATOR_embed("https://www.google.com/moderator/#16/e=217bd9", "moderator-embed-target");
</script>
{% endcapture %}
{% include noSidebar-calltime.html %}