This repository was archived by the owner on Jun 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (42 loc) · 1.85 KB
/
index.html
File metadata and controls
50 lines (42 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
---
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="utf-8">
<title>E-mailové konference Ubuntu.cz</title>
<link rel="icon" href="{{ '/img/picto-ubuntu.svg' | relative_url }}" type="image/svg+xml">
<link rel="icon" href="{{ '/img/icon.ico' | relative_url }}" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" media="screen" href="{{ '/css/style.css' | relative_url }}">
</head>
<body>
<header>
<img src="{{ '/img/picto-ubuntu.svg' | relative_url }}" alt="logo Ubuntu">
<h1>E-mailové konference Ubuntu.cz</h1>
Z důvodu <a href="https://forum.ubuntu.cz/index.php/topic,84555.0.html" target="_blank">havárie serveru</a>,
na kterém byly konference provozovány, jsme jejich provoz v srpnu 2019 ukončili.
</header>
<main>
<details>
<summary><h2>Co se stalo s překladatelskou konferencí L10N.cz</h2></summary>
Konference L10N.cz dostala vlastní náhradu. Navštivte prosím <a href="https://lists.l10n.cz/">lists.l10n.cz</a>.
</details>
<details>
<summary><h2>Potřebuji poradit s Ubuntu</h2></summary>
Pro vyhledání pomoci nebo pro diskutování o operačním systému Ubuntu prosím navštivte <a href="https://forum.ubuntu.cz/">fórum</a>.
</details>
<details>
<summary><h2>Hledám archiv e-mailové konference</h2></summary>
E-maily z konferencí se bohužel nepodařilo obnovit. Zkuste se podívat na server <a id="lists-web-archive" href="https://web.archive.org/">web.archive.org</a>.
</details>
</main>
<footer>
Omlouváme se za komplikace.<br>
tým Ubuntu.cz
</footer>
<script>
document.getElementById("lists-web-archive").href = 'https://web.archive.org/web/' + window.location.href;
</script>
</body>
</html>