Introduce partner and funder logos
Change-Id: I71e00aaa51c2dffe74335c7c4f170e8d507356d6
diff --git a/README.Rmd b/README.Rmd
index 6925f7e..39d0246 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -11,7 +11,7 @@
## Screenshots
-Generated from [examples/ids.Rmd](./examples/ids.Rmd), see live demo [here](http://10.0.1.45/slides/2023-10-08-Revealjs-demo/ids.html).
+Generated from [examples/ids.Rmd](./examples/ids.Rmd), see live demo [here](http://10.0.1.45/slides/2023-10-08-Revealjs-demo/ids.html). A small starting-point deck is [examples/minimal.Rmd](./examples/minimal.Rmd).

@@ -255,6 +255,26 @@
center: true
```
+## Title Slide: QR Code and Logos
+
+Three optional yaml entries brand the title slide for external audiences:
+
+``` yaml
+title: "Habits"
+website: "https://korap.ids-mannheim.de/gerrit/IDS-Mannheim/revealjs"
+partner_logo: "dnb-logo.svg"
+funder_logo: "textplus-logo.svg"
+output: revealjs.ids::revealjs_presentation
+```
+
+- `website` places a linked QR code (pointing to the URL) in the top left of the title slide. Requires the `qrcode` package.
+
+- `partner_logo`, a path or URL to a second institution's logo, shows it next to the IDS logo in the top right of *every* slide -- for presentations given by authors from two institutions.
+
+- `funder_logo`, a path or URL to a funder logo, shows it in the bottom left of the title slide, opposite the Leibniz Gemeinschaft membership logo. It is lifted above the footer band on print (pdf) pages.
+
+Local logo files (svg, png, jpg, gif, webp) are embedded in the html as data URIs, so they do not need to be shipped with the presentation; http(s) URLs are used as-is. A linked QR code at any other place on a slide can be produced with `revealjs.ids::qrlink("https://...")` in inline R code. On the title slide the navigation chrome (arrows, slide number, menu button) is hidden, for a bare first impression.
+
## Slide Transitions
You can use the `transition` and `background_transition` options to specify the global default slide transition style: