Skip to content

Commit 7a36ea5

Browse files
authored
1 > 2 + 2 > 1
1 parent 80d3899 commit 7a36ea5

File tree

1 file changed

+28
-22
lines changed

1 file changed

+28
-22
lines changed

docs/slides/2024-oed/content.md

+28-22
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ CC-BY-4.0: [Quelle](https://github.com/digital-sustainability/open-source/blob/m
2121
# 👨‍🏫 .. 🤔 .. ⭐
2222

2323
```md [|1|3|5-6|8|]
24-
Open Educational Resources: quelloffene Lehrinhalte > 1️⃣
24+
Einleitung ✅ und einer Übersicht der Features > 1️⃣
2525

26-
Einleitung ✅ und einer Übersicht der Features > 2️⃣
26+
Open Educational Resources: quelloffene Lehrinhalte > 2️⃣
2727

2828
leichtgewichtiges technisches Setup > 3️⃣
2929
- Live-Demonstration!
@@ -33,37 +33,37 @@ Referenzen aus der Lehrpraxis > 4️⃣
3333
---
3434
# 1️⃣
3535

36-
## Open Educational Resources
36+
## Übersicht der Features
3737
--
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">
4139

42-
https://virtuelleakademie.ch/knowledge-base/cc-lizenzen-richtig-nutzen/
40+
https://revealjs.com/?demo
4341
--
44-
# Lizenz(ieren)
42+
# Top 3
4543

46-
**Quelle: [Markdown](https://raw.githubusercontent.com/bfh/opensource/main/docs/slides/2024-oed/content.md)**
44+
Webseite & [Links](https://revealjs.com/links/)
4745

48-
<hr>
46+
[Markdown](https://revealjs.com/markdown/)
4947

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/)
5149
---
5250
# 2️⃣
5351

54-
## Übersicht der Features
52+
## Open Educational Resources
5553
--
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/
5755

58-
https://revealjs.com/?demo
56+
<hr>
57+
58+
https://virtuelleakademie.ch/knowledge-base/cc-lizenzen-richtig-nutzen/
5959
--
60-
# Top 3
60+
# Lizenz(ieren)
6161

62-
Webseite & [Links](https://revealjs.com/links/)
62+
**Quelle: [Markdown](https://raw.githubusercontent.com/bfh/opensource/main/docs/slides/2024-oed/content.md)**
6363

64-
[Markdown](https://revealjs.com/markdown/)
64+
<hr>
6565

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), ... ❌
6767
---
6868
# 3️⃣
6969

@@ -73,17 +73,23 @@ Webseite & [Links](https://revealjs.com/links/)
7373

7474
```bash [|2-4|7|]
7575
# 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 \
7878
&& npm start
7979

8080
# 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 \
8383
&& npm start
8484
```
8585
--
8686
# Live-Demo
87+
88+
1. `index.html`
89+
90+
2. `demo.html`
91+
92+
3. `bfh.html`
8793
---
8894
# 4️⃣
8995

0 commit comments

Comments
 (0)