forked from lmu-osc/lmu-osc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathself-training.qmd
More file actions
87 lines (74 loc) · 1.52 KB
/
self-training.qmd
File metadata and controls
87 lines (74 loc) · 1.52 KB
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
81
82
83
84
85
86
87
---
title: "Self-Training"
page-navigation: false
toc: false
listing:
- id: tutorial_categories
type: grid
grid-columns: 3
grid-item-align: center
grid-item-border: true
max-description-length: 175
date-format: long
categories: unnumbered
sort:
- "tutorial-home-order"
contents:
- "training"
- "!training/*/**"
image-placeholder: "assets/img/lmu_osc_logo.jpg"
image-height: 200px
- id: all_tutorials
sort:
- "content_category"
type: table
contents:
- training/*/**.qmd
fields:
- content_category
- title
- description
- categories
field-display-names:
content_category: "Topic"
title: "Tutorial"
description: "Description"
categories: "Tags"
include-in-header:
- text: |
<script src="assets/javascript/clear_filter_button.js" defer></script>
---
```{=html}
<style>
.card {
--bs-card-border-width: 4px !important;
--bs-card-border-color: rgba(0, 153, 51, 0.3) !important;
}
h5, .h5 {
font-size: 2.3rem;
}
.quarto-grid-item .listing-categories .listing-category {
color: #009FE3;
border: solid 1px #009FE3;
border-radius: .25rem;
text-transform: uppercase;
font-size: .85em;
padding-left: .5em;
padding-right: .5em;
padding-top: .15em;
padding-bottom: .15em;
cursor: pointer;
margin-right: 8px;
margin-bottom: 8px;
}
.quarto-grid-item .card-text {
font-size: 1.2em;
}
</style>
```
## Tutorial Categories
:::{#tutorial_categories}
:::
## All Tutorials
:::{#all_tutorials}
:::