-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.qmd
80 lines (64 loc) · 1.26 KB
/
index.qmd
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
78
79
80
---
title: "Monash EBS Modules"
listing:
- id: starter
contents: modules/starter
template: partials/track-listing.ejs
- id: analysis
contents: modules/analysis
template: partials/track-listing.ejs
- id: writing
contents: modules/writing
template: partials/track-listing.ejs
format:
html:
theme:
- default
- styles/main.scss
- styles/listing.scss
---
:::{.track-listing}
:::{.track}
```{=html}
<input type="checkbox" class = "track-chkbox">
<div class="track-header-card">
<span> Getting started </span>
<i></i>
</div>
```
:::{#starter .listing}
:::
:::
:::
:::{.track-listing}
:::{.track}
```{=html}
<input type="checkbox" class = "track-chkbox">
<div class="track-header-card">
<span> Tidy data analysis </span>
<i></i>
</div>
```
:::{#analysis .listing}
:::
:::
:::
:::{.track-listing}
:::{.track}
```{=html}
<input type="checkbox" class = "track-chkbox">
<div class="track-header-card">
<span> Document writing </span>
<i></i>
</div>
```
:::{#writing .listing}
:::
:::
:::
:::{.footer}
[The team](https://github.com/numbats/monash-learnr-modules/graphs/contributors)
[Contribute](https://github.com/numbats/monash-learnr-modules)
[About](https://numbat.space/)
[Built with Quarto](https://quarto.org/)
:::