diff --git a/docs/index.html b/docs/index.html index afd6642..a101b74 100644 --- a/docs/index.html +++ b/docs/index.html @@ -20,6 +20,40 @@ margin: 0 0.8em 0.2em -1em; /* quarto-specific, see https://github.com/quarto-dev/quarto-cli/issues/4556 */ vertical-align: middle; } +/* CSS for syntax highlighting */ +pre > code.sourceCode { white-space: pre; position: relative; } +pre > code.sourceCode > span { line-height: 1.25; } +pre > code.sourceCode > span:empty { height: 1.2em; } +.sourceCode { overflow: visible; } +code.sourceCode > span { color: inherit; text-decoration: inherit; } +div.sourceCode { margin: 1em 0; } +pre.sourceCode { margin: 0; } +@media screen { +div.sourceCode { overflow: auto; } +} +@media print { +pre > code.sourceCode { white-space: pre-wrap; } +pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; } +} +pre.numberSource code + { counter-reset: source-line 0; } +pre.numberSource code > span + { position: relative; left: -4em; counter-increment: source-line; } +pre.numberSource code > span > a:first-child::before + { content: counter(source-line); + position: relative; left: -1em; text-align: right; vertical-align: baseline; + border: none; display: inline-block; + -webkit-touch-callout: none; -webkit-user-select: none; + -khtml-user-select: none; -moz-user-select: none; + -ms-user-select: none; user-select: none; + padding: 0 4px; width: 4em; + } +pre.numberSource { margin-left: 3em; padding-left: 4px; } +div.sourceCode + { } +@media screen { +pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; } +} @@ -129,6 +163,7 @@

On this page

  • Agenda (roughly)
  • Posit.cloud project
  • +
  • Clone this project to your machine
  • It’s dangerous to learn alone!
  • I need help!
  • Reminders
  • @@ -237,6 +272,14 @@

    Posit.cloud project

  • Create new project with “ShinyOwl” Template
  • +
    +

    Clone this project to your machine

    +
    +
    install.packages("usethis")
    +usethis::use_course("https://github.com/laderast/shinyowl")
    +renv::restore()
    +
    +

    It’s dangerous to learn alone!

    Introduce yourself to your neighbors so you can learn together. Don’t suffer in silence.

    diff --git a/docs/layouts/slides.html b/docs/layouts/slides.html index 06ff36c..0c86dd1 100644 --- a/docs/layouts/slides.html +++ b/docs/layouts/slides.html @@ -660,8 +660,8 @@

    Laying out value boxes

    -
    - +
    +
    @@ -681,7 +681,7 @@

    Exercise

    countdown::countdown(minutes = 5)
    -
    +
    05:00
    @@ -793,7 +793,7 @@

    Exercise

    countdown::countdown(minutes = 5)
    -
    +
    05:00
    diff --git a/docs/modules/slides.html b/docs/modules/slides.html index 2229a35..3031a0b 100644 --- a/docs/modules/slides.html +++ b/docs/modules/slides.html @@ -527,7 +527,7 @@

    Exercise: Try it out

    countdown::countdown(minutes = 3)
    -
    +
    03:00
    @@ -709,7 +709,7 @@

    Exercise: Use a Shiny Module

    countdown::countdown(minutes = 5)
    -
    +
    05:00