Skip to content

Commit

Permalink
include as iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed May 2, 2024
1 parent d02f614 commit b16543e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion talk/2004-05-02-quarto/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@ slides = "https://cderv.github.io/2024-quarto-evolution-rmd/#/title-slide"
```{ojs}
slides_button = html`<p class="text-center">
<a class="btn btn-primary btn-lg cv-download" href="${slides}" target="_blank">
<i class="fa-solid fa-file-arrow-down"></i>&ensp;Télécharger les slides
<i class="fa-solid fa-file-arrow-down"></i>&ensp;Voir les slides
</a>
</p>`
```

```{=html}
<div>
<iframe class="slide-deck" style="width: 100%; height: 500px" src="https://cderv.github.io/2024-quarto-evolution-rmd/#/title-slide/"></iframe>
</div>
```

0 comments on commit b16543e

Please sign in to comment.