Skip to content
Snippets Groups Projects
Commit 2abbc822 authored by waffle's avatar waffle
Browse files

Add callout about Mumble outage

parent 5bd86454
Branches master
No related tags found
No related merge requests found
......@@ -186,3 +186,17 @@ body[lang="en"] [data-lang="de"] {
body[lang="de"] [data-lang="en"] {
display: none;
}
.callout {
padding: .5em;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
border-radius: 3px;
}
.callout--error {
background-color: rgb(148, 0, 0);
color: #fff;
}
.callout--success {
background-color: rgb(0, 148, 12);
color: #fff;
}
......@@ -28,6 +28,8 @@
<p>For listeners sitting in the audience of conference talks as they happen, we provide low-latency translation streams
via <a href="https://wiki.mumble.info/">Mumble</a>.</p>
<p class="callout callout--error">Mumble is currently unavailable. We’re sorry about this and are working hard on a fix.</p>
<p>For this, you'll need a Mumble client. We recommend the following clients:</p>
<ul>
......@@ -77,6 +79,8 @@
<p>Für Menschen, die die Vorträge direkt im Saal verfolgen, bieten wir <a href="https://wiki.mumble.info/">Mumble</a>-Streams
mit niedriger Latenz an.</p>
<p class="callout callout--error">Mumble ist momentan nicht verfügbar. Das tut uns leid; wir arbeiten an der Lösung.</p>
<p>Du benötigst einen Mumble-Client. Wir empfehlen die folgenden Clients:</p>
<ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment