diff --git a/docs/slides/2024-oed/content.md b/docs/slides/2024-oed/content.md
index 66b5db5..6d7bdb1 100644
--- a/docs/slides/2024-oed/content.md
+++ b/docs/slides/2024-oed/content.md
@@ -21,9 +21,9 @@ CC-BY-4.0: [Quelle](https://github.com/digital-sustainability/open-source/blob/m
# 👨🏫 .. 🤔 .. ⭐
```md [|1|3|5-6|8|]
-Open Educational Resources: quelloffene Lehrinhalte > 1️⃣
+Einleitung ✅ und einer Übersicht der Features > 1️⃣
-Einleitung ✅ und einer Übersicht der Features > 2️⃣
+Open Educational Resources: quelloffene Lehrinhalte > 2️⃣
leichtgewichtiges technisches Setup > 3️⃣
- Live-Demonstration!
@@ -33,37 +33,37 @@ Referenzen aus der Lehrpraxis > 4️⃣
---
# 1️⃣
-## Open Educational Resources
+## Übersicht der Features
--
-https://virtuelleakademie.ch/knowledge-base/kategorie/oer-entwickeln/
-
-
+
-https://virtuelleakademie.ch/knowledge-base/cc-lizenzen-richtig-nutzen/
+https://revealjs.com/?demo
--
-# Lizenz(ieren)
+# Top 3
-**Quelle: [Markdown](https://raw.githubusercontent.com/bfh/opensource/main/docs/slides/2024-oed/content.md) ✅**
+Webseite & [Links](https://revealjs.com/links/)
-
+[Markdown](https://revealjs.com/markdown/)
-Binaries: PPTX, PDF, [Webseite](https://github.com/bfh/opensource/blob/main/docs/slides/2024-oed/content.md#open-educational-resources), ... ❌
+[Media](https://revealjs.com/media/) & [Code](https://revealjs.com/code/)
---
# 2️⃣
-## Übersicht der Features
+## Open Educational Resources
--
-
+https://virtuelleakademie.ch/knowledge-base/kategorie/oer-entwickeln/
-https://revealjs.com/?demo
+
+
+https://virtuelleakademie.ch/knowledge-base/cc-lizenzen-richtig-nutzen/
--
-# Top 3
+# Lizenz(ieren)
-Webseite & [Links](https://revealjs.com/links/)
+**Quelle: [Markdown](https://raw.githubusercontent.com/bfh/opensource/main/docs/slides/2024-oed/content.md) ✅**
-[Markdown](https://revealjs.com/markdown/)
+
-[Media](https://revealjs.com/media/) & [Code](https://revealjs.com/code/)
+Binaries: PPTX, PDF, [Webseite](https://github.com/bfh/opensource/blob/main/docs/slides/2024-oed/content.md#open-educational-resources), ... ❌
---
# 3️⃣
@@ -73,17 +73,23 @@ Webseite & [Links](https://revealjs.com/links/)
```bash [|2-4|7|]
# install Node.js (10.0.0 or later)
-git clone https://github.com/hakimel/reveal.js.git
- && cd reveal.js && npm install
+git clone https://github.com/hakimel/reveal.js.git \
+ && cd reveal.js && npm install \
&& npm start
# BFH Theme
-git clone https://github.com/bfh/reveal.js.git
- && cd reveal.js && npm install
+git clone https://github.com/bfh/reveal.js.git \
+ && cd reveal.js && npm install \
&& npm start
```
--
# Live-Demo
+
+1. `index.html`
+
+2. `demo.html`
+
+3. `bfh.html`
---
# 4️⃣