Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoss authored Jul 11, 2024
1 parent fe84fc7 commit 4070a5f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,22 +148,38 @@ Hier sind alle [Reveal.js Transitions](https://revealjs.com/transitions/) mögli
{% fragment "<h2>Team</h2><p>Calvin Hinzer, Christian Hahn, Volker Schaefer, Christian Noss</p>" %}
```

### SimpleText
Erzeugt einen kompletten Screen. Headline kann auch `false` sein.
```
{% simpleText "Headline", "Text" %}
```

### Question
Erzeugt einen kompletten Screen.
```
{% question "Was guckst Du?" %}
```

### Question and Answer
Erzeugt einen kompletten Screen.
```
{% qa "Was ist ein System?", "A group of things, pieces of equipment, etc. that are connected or work together.<br><small>Cambridge Dictionary</small>" %}
```

### CodeSmall
Erzeugt einen kompletten Screen.
```
{% codeSmall "Title", "Text", "Code", "Sprache" %}
{% codeSmall "Hello World", "kleines Beispiel", "<h1>Hello World</h1>", "html" %}
```

### Important
```
{% important "Smartphone, Server, Baum, Werkzeugkiste und Flugzeug" %}
```

### Interlude
Erzeugt einen kompletten Screen.
```
{% interlude "Lean back", "Lean forward"%}
```
Expand All @@ -179,6 +195,7 @@ Hier sind alle [Reveal.js Transitions](https://revealjs.com/transitions/) mögli
```

### Fullscreen Screenshot
Erzeugt einen kompletten Screen.
```
{% screenshotFs "./images/brain.jpg", '{"transition":"fade", "classes":"no-shadow", "width":"20%", "bu":"Davon muss ich mir erst mal ein Bild machen."}' %}
```
Expand Down

0 comments on commit 4070a5f

Please sign in to comment.