-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
77 lines (57 loc) · 1.82 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
title: "The Jolly COVID Postman"
subtitle:
author:
date:
output:
xaringan::moon_reader:
lib_dir: libs
css: xaringan-themer.css
nature:
highlightStyle: github
highlightLines: true
countIncrementalSlides: false
---
```{r setup, include=FALSE}
options(htmltools.dir.version = FALSE)
if(!require(remotes)) install.packages("remotes")
if(!require(fontawesome)) remotes::install_github("rstudio/fontawesome")
```
```{r xaringan-themer, include = FALSE}
library(xaringanthemer)
mono_light(
base_color = "#002147",
#title_slide_background_image = "figures/jolly_postman_scaled.png",
#title_slide_background_size = "contain",
#title_slide_text_color = "#002147",
header_font_google = google_font("Fira Sans"),
text_font_google = google_font("Fira Sans Condensed"),
code_font_google = google_font("Fira Mono"),
text_slide_number_font_size = "0.5em"
)
```
background-image: url(figures/jolly_postman_scaled.png)
background-size: contain
---
background-image: url(pages/medium/01_Jolly_postman_main_text_medium.png)
background-size: cover
---
background-image: url(pages/medium/02_Jolly_postman_main_text_medium.png)
background-size: cover
---
background-image: url(pages/medium/03_Jolly_postman_main_text_medium.png)
background-size: cover
---
background-image: url(pages/medium/04_Jolly_postman_main_text_medium.png)
background-size: cover
---
background-image: url(pages/medium/05_Jolly_postman_main_text_medium.png)
background-size: cover
---
background-image: url(pages/medium/06_Jolly_postman_main_text_medium.png)
background-size: cover
---
class: center, middle, inverse
# Download a copy of the Jolly COVID Postman
[Small (1.1 MB)](Jolly_COVID_Postman_small.pdf) | [Medium (3.6 MB)](Jolly_COVID_Postman_medium.pdf) | [Large (10.1 MB)](Jolly_COVID_Postman_large.pdf)
:---: | :---: | :---: