"Freenode IRC channel for ",
stream.name,
": ",
+ m("br"),
m("strong", ["/join ", stream.ircChannel])
];
} else {
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?"),
])
"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")
<title>LibrePlanet 2021 ~ Live</title>
+<style>
+.special-irc { background-color: #e0e8ff; padding: 5px; margin-left: -5px; }
+.special-irc a { border-bottom: thin solid blue }
+.special-irc a:hover, .special-irc a:focus { color: #46f }
+</style>
+
<!--#include virtual="/2021/includes/banner.html"-->
<!--#include virtual="/2021/includes/sidebar.html"-->