add recent updates
[libreplanet-static.git] / 2021 / live / jupiter / index.html
1 <!--#include virtual="/2021/includes/header.html"-->
2
3 <title>LibrePlanet 2021 has ended. Thank you.</title>
4
5 <style>
6 .astronaut {
7 display: none;
8 }
9 </style>
10
11 <!--#include virtual="/2021/includes/banner.html"-->
12 <!--#include virtual="/2021/includes/sidebar.html"-->
13
14 <h1>LibrePlanet 2021 has ended. Thank you.</h1>
15
16 <div class="row margin-top">
17 <div class="col-sm-12"> <!-- start of main content -->
18
19 <p>LibrePlanet 2021: Empowering Users was held on March 21, 22, 2021!</p>
20
21 <p>Please note that all online participants in LibrePlanet 2021 interactions are expected to abide by the conference's <a href="/2021/safe-space-policy/">safe space policy</a>.</p>
22
23 <a name="stream"></a>
24 <div id="static-stream">
25 <video class="lp-video" id="speaker-video" controls autoplay>
26 <p><em>Your browser does not support the HTML5 video tag, please upgrade to a recent libre browser.</em></p>
27 </video>
28 </div>
29
30 <script>
31 // embed video url based on page name, and add a ?t=foo datestamp to work around caching issues
32 matchResult = window.location.pathname.match(RegExp("\/2021\/(registered/|libreadventure-iframe/|)live/(jupiter|saturn|neptune)/?"));
33 if (matchResult !== null) {
34 document.getElementById("speaker-video").src = "https://live.fsf.org/stream-room-" + matchResult[2] + ".webm?t=" + (new Date() * 1);
35 }
36 </script>
37
38
39 <!--
40 <iframe src="https://irc.libreplanet.org/irc/"
41 class="irc-client">
42 </iframe>
43 -->
44
45 <p>If the video is not loading for you in LibreAdventure, try clicking on the video, or leaving and revisiting the area.</p>
46
47 </div> <!-- end of main content -->
48
49 <!--#include virtual="/2021/includes/footer.html"-->
50 <!--#include virtual="/2021/includes/common_js.html"-->
51 <!--#include virtual="/2021/includes/close.html" -->