This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
84 lines (84 loc) · 3.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
80
81
82
83
84
<!DOCTYPE html>
<html dir="ltr" lang="de-DE">
<head>
<meta charset="utf-8">
<title>OER-Display</title>
<!-- Description -->
<meta name="description" content="Prototyp für die Präsentation einer Good-Practice-Sammlung von OER">
<!-- Mobile -->
<meta name="viewport" content="width=device-width initial-scale=1.0">
<!-- Favicon -->
<!-- Open Graph -->
<meta property="og:title" content="OER-Display">
<meta property="og:type" content="website">
<meta property="og:url" content="https://slub.github.io/oer-display/">
<meta property="og:image" content="vendor/img/facebook-open-graph-preview-192x192.png">
<meta property="og:description" content="Prototyp für die Präsentation einer Good-Practice-Sammlung von OER">
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="assets/css/fonts.css">
<link rel="stylesheet" type="text/css" href="assets/css/layout.css">
<link href="vendor/css/bootstrap.min.css" rel="stylesheet">
<link href="vendor/css/catalogue.css" rel="stylesheet">
<!-- Scripts -->
<script src="assets/js/build.js"></script>
<script>init();</script>
</head>
<body>
<div class="csc-default">
<header>
<nav class="navbar navbar-static-top">
<div class="container relative">
<div class="navbar-header">
<a class="navbar-brand" href="https://slubdd.de/"></a>
<a class="navbar-brand" id="tu" href="https://tu-dresden.de/"></a>
</div>
</div>
</nav>
</header>
<div class="page-wrapper">
<div class="search-wrapper" role="search">
<div id="search-net-background"></div>
</div>
<div class="container content index">
<div class="row">
<div class="col-md-12 navbar-resultlist">
<div class="resultCount"></div>
<div id="resultOptions"></div>
<div class="displayBreadcrumb">
<ol class="rootline">
<li><a href="https://www.slub-dresden.de/" title="SLUB Dresden">SLUB Dresden</a></li>
<li><a href="https://www.slub-dresden.de/mitmachen/" title="Mitmachen">Mitmachen</a></li>
<li><a href="https://www.slub-dresden.de/mitmachen/open-educational-resources/" title="Open Educational Resources">Open Educational Resources</a></li>
<li>OER-Display</li>
</ol>
</div>
<div class="displayText">
<h1>OER-Display</h1>
<p>Im OER-Display stellen wir prototypische und besonders anschauliche OER vor. Ziel ist es, die Bandbreite der technischen und didaktischen Möglichkeiten digitaler Lehre zu illustrieren und Lehrende bei der Erstellung von OER zu inspirieren.</p>
<p>Das Portfolio an hier präsentierten OER wird laufend ergänzt und soll sukzessive um offene Lehr- und Lernmaterialien aus anderen Bereichen der TU Dresden erweitert werden.</p>
<p>Wenn Sie Interesse haben, Ihre eigenen OER hier zur Verfügung zu stellen, <a href="https://www.slub-dresden.de/besuchen/wissensbar/thema/204#book-me-now">spezifische Beratung</a> zu OER wünschen oder einfach nur Interesse am Thema haben, kontaktieren Sie uns unter <a href="mailto:[email protected]">[email protected]</a>.</p>
</div>
<br>
</div>
</div>
<div class="row">
<div class="col-md-9 primary">
<div> <!-- class="results" role="main" -->
<article>
<header>
<ol id="oer" class="oer-content"></ol>
</header>
</article>
</div>
</div>
<div class="col-md-3 secondary" role="complementary">
<section> <!-- class="facets" -->
<article class="facet"></article>
</section>
</div>
</div>
</div>
</div>
</div>
</body>
</html>