semicolon
[libreplanet-static.git] / 2018 / live / room101.html
CommitLineData
198341d4 1<!--#include virtual="/2018/includes/header.html"-->
2
02041597 3<title>LibrePlanet 2018 &mdash; Live &mdash; Room 101</title>
198341d4 4
5<!--#include virtual="/2018/includes/banner.html"-->
6<!--#include virtual="/2018/includes/sidebar.html"-->
7
02041597
AE
8<h1> Room 101 </h1>
9
10<p>Now presenting: <strong id="speaker-name"></strong> - "<i id="talk-title"></i>"</p>
11<p id="viewer-counter"></p>
198341d4 12
13<div class="row margin-top">
02041597
AE
14 <div class="col-sm-8"> <!-- start of main content -->
15 <div class="thumbnail"> <!-- start Live Player -->
16 <video class="lp-video" controls>
92487487 17 <source src="http://live.fsf.org/slides-101.webm" type="video/webm" />
02041597
AE
18 <p><em>Your browser does not support the video
19 tag, <a href="http://live.fsf.org/room101.ogv">
20 [ please download ]</a> the video instead.</em></p>
21 </video>
22 </div> <!-- end Live Player -->
198341d4 23 <!--#include virtual="/2018/includes/live_menu.html" -->
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>#libreplanet</strong></li>
02041597 33 <li>Freenode IRC channel for Room 101: <strong>#libreplanet_room101</strong></li>
198341d4 34 <li>Conference hashtag for <a href="https://fsf.org/twitter">microblogging</a>: <strong>#libreplanet</strong></li>
35 </ul>
36
37 <div id="kiwiirc-widget"><!-- Start of Kiwiirc widget -->
38 <h2> IRC </h2>
02041597 39 <iframe src="https://irc0d.libreplanet.org/irc/irc.freenode.net/?theme=mini&amp;#libreplanet_room101"
198341d4 40 class="irc-client">
41 </iframe>
42 </div><!-- End of Kiwiirc widget -->
43 </div> <!-- end of main content -->
44
45 <div class="col-sm-4"> <!-- start of right sidebar column -->
46 <!--#include virtual="/2018/includes/live_sidebar.html" -->
47 </div> <!-- end of right sidebar column -->
48</div>
49
50
51<!--#include virtual="/2018/includes/footer.html"-->
52<!--#include virtual="/2018/includes/common_js.html"-->
02041597 53<script type="text/javascript" src="/2018/assets/js/stream.js"></script>
198341d4 54<script type="text/javascript">
02041597
AE
55 $("#room101").addClass("active").html("<strong>Room 101</strong>");
56 monitorStream('/test.webm');
198341d4 57</script>
58<!--#include virtual="/2018/includes/close.html" -->