-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (63 loc) · 2.97 KB
/
index.html
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="./assets/css/index.css" />
</head>
<body>
<header>
<h1>Medienhaus</h1>
<p>Here you can find several Medienhaus-related hyperlinks.</p>
</header>
<hr />
<main>
<p>
To access the <em>soon-to-be-deprecated</em> <code>medienhaus/classroom</code> communication service, which was previously hosted in this location, please navigate to: <a href="https://spaces.udk-berlin.de/classroom/" rel="external nofollow noreferrer" target="_blank"><code>https://spaces.udk-berlin.de/classroom/</code></a>
</p>
<p>
We encourage you to start using <a href="https://spaces.udk-berlin.de/" rel="external nofollow noreferrer" target="_blank"><strong>udk/spaces</strong></a> for communication and collaboration purposes, as the <code>medienhaus/classroom</code> communication service will likely be shut down for good towards the end of 2024.
</p>
<hr />
<ul>
<li>
<strong>Medienhaus mailing lists</strong>
<br />
→ <a href="https://lists.medienhaus.udk-berlin.de/" rel="external nofollow noreferrer" target="_blank">https://lists.medienhaus.udk-berlin.de/</a>
</li>
<hr />
<li>
<strong>udkCloud</strong>
<br />
→ <a href="https://cloud.udk-berlin.de/" rel="external nofollow noreferrer" target="_blank">https://cloud.udk-berlin.de/</a>
<br />
→ <a href="https://www.oase.udk-berlin.de/dienste/cloud-dienst/" rel="external nofollow noreferrer" target="_blank">https://www.oase.udk-berlin.de/dienste/cloud-dienst/</a>
</li>
<hr />
<li>
<strong>udk/rundgang</strong> (content management system)
<br />
→ <a href="https://content.udk-berlin.de/" rel="external nofollow noreferrer" target="_blank">https://content.udk-berlin.de/</a>
</li>
<hr />
<li>
<strong>udk/spaces</strong> (communication and collaboration system)
<br />
→ <a href="https://spaces.udk-berlin.de/" rel="external nofollow noreferrer" target="_blank">https://spaces.udk-berlin.de/</a>
</li>
<hr />
<li>
<strong>udk/stream</strong> (video-on-demand and live-streaming system)
<br />
→ <a href="https://stream.udk-berlin.de/" rel="external nofollow noreferrer" target="_blank">https://stream.udk-berlin.de/</a>
</li>
</ul>
</main>
<hr />
<footer>
<p>
In case you’d like to suggest some more links to be listed here, please contact us via mail: <a href="mailto:[email protected]?subject=Medienhaus website" rel="external nofollow noreferrer"><code>[email protected]</code></a>
</p>
</footer>
</body>
</html>