-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
81 lines (65 loc) · 2.08 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
81
---
title: "Course Title"
subtitle: "Master of Environmental Data Science (MEDS)"
description: "Winter 2025"
title-block-banner: false
toc: false
---
::: {.center-text}
![](images/bren-meds-hex.png){width="25%" fig-alt="Alt text here."}
:::
::: {.center-text .gray-text}
*Add your own relevant image to the `images/` folder, then update the file name in `index.qmd` so that it points to the correct image.*
:::
<br>
::: {.callout-tip}
### Some tips for getting started:
- make updates to this landing page by editing the `index.qmd` file in your repo's root directory
- the landing page of your website *must* be named `index` -- do not change this name; it also should live in the root directory of your project
- crop headshots in the shape of a circle before adding them to your repo (if you want them to appear as circles)
:::
## Course Description
Add your course description here (can be copied over from your syllabus or the affiliated Bren course page)
## Teaching Team
<br>
<!-- Create responsive grid with two columns, which stack vertically when browser window is made smaller (or when viewed on a mobile device) -->
::: {.grid}
<!-- Left-hand column -->
::: {.g-col-12 .g-col-md-6}
::: {.center-text .body-text-l}
**Instructor**
:::
```{r}
#| eval: true
#| echo: false
#| fig-align: "center"
#| out-width: "45%"
knitr::include_graphics("images/tbd.png")
```
::: {.center-text}
[**Instructor's Name**]{.teal-text}
**Email:** [[email protected]](mailto::[email protected])
**Learn more:** link to preferred online profile here
:::
:::
<!-- Right-hand column -->
::: {.g-col-12 .g-col-md-6}
::: {.center-text .body-text-l}
**TA**
:::
```{r}
#| eval: true
#| echo: false
#| fig-align: "center"
#| out-width: "45%"
knitr::include_graphics("images/tbd.png")
```
::: {.center-text}
[**TA's Name**]{.teal-text}
**Email:** [[email protected]](mailto::[email protected])
**Learn more:** link to preferred online profile here
:::
:::
:::
## Acknowledgements
Add any acknowledgements here (e.g. any resources or people you drew lots of inspiration or help from when building your materials?)