add questionnaire
[libreplanet-static.git] / 2022 / live / roomgrand.html
CommitLineData
ac6a66d0 1<!--#include virtual="/2022/includes/header.html"-->
6ca5bddc 2
ac6a66d0 3<title>LibrePlanet 2022 &mdash; Live &mdash; Back Bay Grand Room</title>
6ca5bddc 4
ac6a66d0 5<!--#include virtual="/2022/includes/banner.html"-->
6<!--#include virtual="/2022/includes/sidebar.html"-->
6ca5bddc 7
8<h1> Back Bay Grand Room </h1>
9
10<p>Now presenting: <strong id="speaker-name"></strong> - "<i id="talk-title"></i>"</p>
11<p id="viewer-counter"></p>
12
13<div class="row margin-top">
14 <div class="col-sm-8"> <!-- start of main content -->
15 <div class="thumbnail"> <!-- start Live Player -->
16 <video class="lp-video" controls>
17 <source src="https://live.fsf.org/stream-room-grand.webm" type="video/webm" />
18 <p><em>Your browser does not support the video
19 tag, <a href="https://live.fsf.org/stream-room-grand.webm">
20 [ please download ]</a> the video instead.</em></p>
21 </video>
22 </div> <!-- end Live Player -->
ac6a66d0 23 <!--#include virtual="/2022/includes/live_menu.html" -->
6ca5bddc 24 <div class="panel panel-default">
25 <div class="panel-body text-center">
26 Problem streaming? Contact <strong><a class="alt-a" href="mailto:streaming@fsf.org">streaming@fsf.org</a></strong>
27 </div>
28 </div>
29 <p>Join the discussion online!</p>
30
31 <ul>
32 <li>Conference-wide Freenode IRC channel: <strong>/join #libreplanet</strong></li>
33 <li>Freenode IRC channel for Back Bay Grand Room: <strong>/join #libreplanet_room_grand</strong></li>
34 <li>Conference-wide Mumble (voice chat) server: <strong>mumble.fsf.org</strong></li>
35 <li>Conference hashtag for <a href="https://fsf.org/twitter">microblogging</a>: <strong>#libreplanet</strong></li>
36 </ul>
37
38 <div id="kiwiirc-widget"><!-- Start of Kiwiirc widget -->
39 <h2> IRC </h2>
40 <iframe src="https://irc0d.libreplanet.org/irc/irc.freenode.net/?theme=mini&amp;#libreplanet_room_grand"
41 class="irc-client">
42 </iframe>
43 </div><!-- End of Kiwiirc widget -->
44 <div style="margin-top: 20px">
45 <p>To join other channels, such as <strong>#libreplanet_room_grand</strong>, copy and paste this text into the IRC client above after you connect to IRC: <strong>/join #libreplanet_room_grand</strong></p>
46 </div>
47 </div> <!-- end of main content -->
48
49 <div class="col-sm-4"> <!-- start of right sidebar column -->
ac6a66d0 50 <!--#include virtual="/2022/includes/live_sidebar.html" -->
6ca5bddc 51 </div> <!-- end of right sidebar column -->
52</div>
53
54
ac6a66d0 55<!--#include virtual="/2022/includes/footer.html"-->
56<!--#include virtual="/2022/includes/common_js.html"-->
6ca5bddc 57<script type="text/javascript" src="/2020/assets/js/stream.js"></script>
58<script type="text/javascript">
59 $("#room123").addClass("active").html("<strong>Back Bay Grand Room</strong>");
60 monitorStream('/test.webm');
61</script>
ac6a66d0 62<!--#include virtual="/2022/includes/close.html" -->