Skip to content

Commit cb934d9

Browse files
committed
Adding slides and brand
1 parent 258f3e8 commit cb934d9

11 files changed

+101
-13
lines changed

_brand.yml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
meta:
2+
name:
3+
short: Tidy Survey R
4+
full: Exploring Complex Survey Data Analysis Using R
5+
link:
6+
home: https://tidy-survey-r.github.io/user-2025-survey-data-tutorial/
7+
github: https://github.com/tidy-survey-r/user-2025-survey-data-tutorial
8+
9+
logo:
10+
images:
11+
favicon:
12+
path: images/favicon.png
13+
full:
14+
path: images/logo.png
15+
header:
16+
path: images/header.png
17+
small: favicon
18+
medium: favicon
19+
large: full
20+
21+
color:
22+
palette:
23+
blue: "#0b3954"
24+
teal: "#087e8b"
25+
lightblue: "#bfd7ea"
26+
pink: "#ff8484"
27+
purple: "#8d6b94"
28+
lightblue2: "#ecf3f9"
29+
foreground: blue
30+
background: lightblue
31+
primary: blue
32+
secondary: teal
33+
34+
typography:
35+
fonts:
36+
- family: Ubuntu
37+
source: google
38+
- family: Telex
39+
source: google
40+
- family: Source Code Pro
41+
source: google
42+
base: Telex
43+
headings: Ubuntu
44+
monospace: Source Code Pro
45+
monospace-inline:
46+
family: Source Code Pro
47+
background-color: lightblue2
48+
monospace-block:
49+
family: Source Code Pro
50+
background-color: lightblue2
51+
link:
52+
decoration: underline
53+
54+
defaults:
55+
bootstrap:
56+
# bootstrap variable definitions
57+
quarto:
58+
format:
59+
# basic format-specific settings
60+
html:
61+
revealjs:
62+
shiny:
63+
# shiny specific settings

_quarto.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@ project:
22
type: website
33

44
website:
5-
title: "user-2025-survey-data-tutorial"
5+
favicon: images/favicon.png
6+
title: "user 2025"
67
navbar:
8+
background: primary
9+
search: true
710
left:
811
- href: index.qmd
912
text: Home
10-
- about.qmd
13+
- href: slides.qmd
14+
text: Slides
1115

1216
format:
1317
html:
@@ -17,5 +21,11 @@ format:
1721
css: styles.css
1822
toc: true
1923

24+
editor: source
25+
26+
execute:
27+
echo: true
28+
29+
highlight-style: atom-one
2030

2131

14.8 KB
Loading

images/RebeccaPowell_Headshot.jpeg

26.1 KB
Loading

images/StephanieZimmer_Headshot.jpeg

75.8 KB
Loading

images/cover.png

531 KB
Loading

images/favicon.png

77.6 KB
Loading

images/header.png

1.7 MB
Loading

images/logo.png

1.2 MB
Loading

index.qmd

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
2-
title: "user-2025-survey-data-tutorial"
2+
title: "Complex Survey Data Analysis: A Tidy Introduction with {srvyr} and {survey}"
33
---
44

5-
This is a Quarto website.
5+
This is the website for the tutorial. We include slides and exercises.
66

7-
To learn more about Quarto websites visit <https://quarto.org/docs/websites>.
87

9-
```{r}
10-
1 + 1
11-
```

0 commit comments

Comments
 (0)