@@ -21,9 +21,9 @@ CC-BY-4.0: [Quelle](https://github.com/digital-sustainability/open-source/blob/m
21
21
# 👨🏫 .. 🤔 .. ⭐
22
22
23
23
``` md [|1|3|5-6|8|]
24
- Open Educational Resources: quelloffene Lehrinhalte > 1️⃣
24
+ Einleitung ✅ und einer Übersicht der Features > 1️⃣
25
25
26
- Einleitung ✅ und einer Übersicht der Features > 2️⃣
26
+ Open Educational Resources: quelloffene Lehrinhalte > 2️⃣
27
27
28
28
leichtgewichtiges technisches Setup > 3️⃣
29
29
- Live-Demonstration!
@@ -33,37 +33,37 @@ Referenzen aus der Lehrpraxis > 4️⃣
33
33
---
34
34
# 1️⃣
35
35
36
- ## Open Educational Resources
36
+ ## Übersicht der Features
37
37
--
38
- https://virtuelleakademie.ch/knowledge-base/kategorie/oer-entwickeln/
39
-
40
- <hr >
38
+ <img src =" https://static.slid.es/reveal/logo-v1/reveal-black-text.svg " width =" 800px " >
41
39
42
- https://virtuelleakademie.ch/knowledge-base/cc-lizenzen-richtig-nutzen/
40
+ https://revealjs.com/?demo
43
41
--
44
- # Lizenz(ieren)
42
+ # Top 3
45
43
46
- ** Quelle: [ Markdown ] ( https://raw.githubusercontent. com/bfh/opensource/main/docs/slides/2024-oed/content.md ) ✅ **
44
+ Webseite & [ Links ] ( https://revealjs. com/links/ )
47
45
48
- < hr >
46
+ [ Markdown ] ( https://revealjs.com/markdown/ )
49
47
50
- Binaries: PPTX, PDF, [ Webseite ] ( https://github .com/bfh/opensource/blob/main/docs/slides/2024-oed/content.md#open-educational-resources ) , ... ❌
48
+ [ Media ] ( https://revealjs .com/media/ ) & [ Code ] ( https://revealjs.com/code/ )
51
49
---
52
50
# 2️⃣
53
51
54
- ## Übersicht der Features
52
+ ## Open Educational Resources
55
53
--
56
- < img src = " https://static.slid.es/reveal/logo-v1/reveal-black-text.svg " width = " 800px " >
54
+ https://virtuelleakademie.ch/knowledge-base/kategorie/oer-entwickeln/
57
55
58
- https://revealjs.com/?demo
56
+ <hr >
57
+
58
+ https://virtuelleakademie.ch/knowledge-base/cc-lizenzen-richtig-nutzen/
59
59
--
60
- # Top 3
60
+ # Lizenz(ieren)
61
61
62
- Webseite & [ Links ] ( https://revealjs. com/links/ )
62
+ ** Quelle: [ Markdown ] ( https://raw.githubusercontent. com/bfh/opensource/main/docs/slides/2024-oed/content.md ) ✅ **
63
63
64
- [ Markdown ] ( https://revealjs.com/markdown/ )
64
+ < hr >
65
65
66
- [ Media ] ( https://revealjs .com/media/ ) & [ Code ] ( https://revealjs.com/code/ )
66
+ Binaries: PPTX, PDF, [ Webseite ] ( https://github .com/bfh/opensource/blob/main/docs/slides/2024-oed/content.md#open-educational-resources ) , ... ❌
67
67
---
68
68
# 3️⃣
69
69
@@ -73,17 +73,23 @@ Webseite & [Links](https://revealjs.com/links/)
73
73
74
74
``` bash [|2-4|7|]
75
75
# install Node.js (10.0.0 or later)
76
- git clone https://github.com/hakimel/reveal.js.git
77
- && cd reveal.js && npm install
76
+ git clone https://github.com/hakimel/reveal.js.git \
77
+ && cd reveal.js && npm install \
78
78
&& npm start
79
79
80
80
# BFH Theme
81
- git clone https://github.com/bfh/reveal.js.git
82
- && cd reveal.js && npm install
81
+ git clone https://github.com/bfh/reveal.js.git \
82
+ && cd reveal.js && npm install \
83
83
&& npm start
84
84
```
85
85
--
86
86
# Live-Demo
87
+
88
+ 1 . ` index.html `
89
+
90
+ 2 . ` demo.html `
91
+
92
+ 3 . ` bfh.html `
87
93
---
88
94
# 4️⃣
89
95
0 commit comments