Skip to content

Commit

Permalink
1 > 2 + 2 > 1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusTiede authored May 4, 2024
1 parent 80d3899 commit 7a36ea5
Showing 1 changed file with 28 additions and 22 deletions.
50 changes: 28 additions & 22 deletions docs/slides/2024-oed/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand All @@ -33,37 +33,37 @@ Referenzen aus der Lehrpraxis > 4️⃣
---
# 1️⃣

## Open Educational Resources
## Übersicht der Features
--
https://virtuelleakademie.ch/knowledge-base/kategorie/oer-entwickeln/

<hr>
<img src="https://static.slid.es/reveal/logo-v1/reveal-black-text.svg" width="800px">

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/)

<hr>
[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
--
<img src="https://static.slid.es/reveal/logo-v1/reveal-black-text.svg" width="800px">
https://virtuelleakademie.ch/knowledge-base/kategorie/oer-entwickeln/

https://revealjs.com/?demo
<hr>

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/)
<hr>

[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️⃣

Expand All @@ -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️⃣

Expand Down

0 comments on commit 7a36ea5

Please sign in to comment.