diff --git a/quarto-slides/nhsr-quarto.scss b/quarto-slides/nhsr-quarto.scss new file mode 100644 index 0000000..f4daeb6 --- /dev/null +++ b/quarto-slides/nhsr-quarto.scss @@ -0,0 +1,59 @@ +/*-- scss:defaults --*/ + +$body-color: #000; +$link-color: #8A1538; +$body-bg: #FFF; +$code-block-bg: #FFF; +$code-bg: #FFF; +$dark-bg-text-color: #FFF; +$dark-bg-link-color: #FFF; + +@import 'https://fonts.googleapis.com/css?family=Lato'; + +h1, h2, h3, h4, p { + font-family: 'Lato', Arial, sans-serif; +} + +h1, h2 { + color: #005EB8; + text-align: center; +} + +/*-- scss:rules --*/ + +.container{ + display: flex; +} + +.col{ + flex: 1; +} + +.reveal .slide blockquote { + border-left: 3px solid $text-muted; + padding-left: 0.5em; +} + +.reveal .footer { + color: #005EB8; + font-family: 'Lato', Arial, sans-serif; + padding-bottom: 25px; +} + +.reveal .slide-menu-button { + left: 100px; + top: 30px; + padding-left: 20px; + color: #005EB8; + } + +.reveal .progress { + background: #FFF; + color: #005EB8; + height: 2%; +} + +.reveal section h2 { + color: #005EB8; +} + diff --git a/quarto-slides/session-break-slide.html b/quarto-slides/session-break-slide.html new file mode 100644 index 0000000..f673050 --- /dev/null +++ b/quarto-slides/session-break-slide.html @@ -0,0 +1,2846 @@ + + + + + + + + + + + + + +Introduction to R and Rstudio + + + + + + + + + + + + + + + + + + +
+
+ +

Introduction to R and Rstudio

+

Session - Break

+ +
+
+
+Zoë Turner +
+
+
+ +
+
+
+
+ +
+10:00 +
+
+
+ + +
+
+
+ + + + + \ No newline at end of file diff --git a/quarto-slides/session-break-slide.qmd b/quarto-slides/session-break-slide.qmd new file mode 100644 index 0000000..c9804a8 --- /dev/null +++ b/quarto-slides/session-break-slide.qmd @@ -0,0 +1,28 @@ +--- +title: "Introduction to R and Rstudio" +subtitle: "Session - Break" +execute: + echo: false + eval: true +--- + +```{r} +#| label: "libs" +#| include: false +#| eval: true +#| echo: false +library(countdown) +``` + +```{r} +countdown::countdown(minutes = 10, + color_border = "#005EB8", + color_text = "#005EB8", + color_running_text = "white", + color_running_background = "#005EB8", + color_finished_text = "#005EB8", + color_finished_background = "white", + margin = "0.9em", + font_size = "2em") +``` +