From: Andrew Engelbrecht Date: Tue, 16 Mar 2021 21:47:13 +0000 (-0400) Subject: styling / tweaks to registration / room names on live X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=39a9abec6495739b4f6d0fc64d27ae77b0b19fa7;p=libreplanet-static.git styling / tweaks to registration / room names on live --- diff --git a/2021/assets/js/stream.js b/2021/assets/js/stream.js index 3482b390..ec32f1ed 100644 --- a/2021/assets/js/stream.js +++ b/2021/assets/js/stream.js @@ -311,6 +311,7 @@ app.view = function(ctrl) { "Freenode IRC channel for ", stream.name, ": ", + m("br"), m("strong", ["/join ", stream.ircChannel]) ]; } else { @@ -318,7 +319,7 @@ app.view = function(ctrl) { m("strong", [ m("a", { target: "_blank", href: "https://my.fsf.org/civicrm/event/info?reset=1&id=92" }, "Register"), ]), - " to access IRC rooms. ", + " to access more IRC rooms. ", m("strong", [ m("a", { href: "/2021/registered/live/" }, "Already registered?"), ]) @@ -338,7 +339,10 @@ app.view = function(ctrl) { "Conference-wide Freenode IRC channel: ", m("strong", "/join #libreplanet") ]), - m("li", irc_info), + m("li", + m("div", { class: "special-irc" }, + irc_info) + ), // m("li", [ // "Conference-wide Mumble (voice chat) server: ", // m("strong", "mumble.fsf.org") diff --git a/2021/live/index.html b/2021/live/index.html index f11559fb..b9113a16 100755 --- a/2021/live/index.html +++ b/2021/live/index.html @@ -2,6 +2,12 @@ LibrePlanet 2021 ~ Live + +