Skip to content

Commit

Permalink
update Quarto template
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Sep 21, 2024
1 parent fb8fa5a commit 5e282d2
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 21 deletions.
112 changes: 108 additions & 4 deletions sections/quarto-basics.qmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,111 @@
# Quarto basics
# Section 1

---

## Simple slide

...
## Slide title

Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit[^1]...

<br>

:::: {.columns}

::: {.column width=50%}
**Left column**

Neque porro quisquam est qui dolorem ipsum.

![](images/logo-title-slide.png){width=25%}
:::

::: {.column .center width=50%}
**Right column (content centered)**

Neque porro quisquam est qui dolorem ipsum.

![](images/logo-title-slide.png){width=50%}
:::

::::

Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit...


[^1]: This is a footnote.



# Section 2



## Slide title


:::: {.columns}

::: {.column width=30%}
**Left column**

Neque porro quisquam est.

![](images/logo-title-slide.png){width=55%}
:::

::: {.column width=70%}
**Right column**

Neque porro quisquam est qui dolorem ipsum.

| Header 1 | Header 2 | Header 3 | Header 4 | Header 5 | Header 6 |
|:------------|:-----------:|------------:|------------:|------------:|------------:|
| Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | Row 1 Col 4 | Row 1 Col 5 | Row 1 Col 6 |
| Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 | Row 2 Col 4 | Row 2 Col 5 | Row 2 Col 6 |
| Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 | Row 3 Col 4 | Row 3 Col 5 | Row 3 Col 6 |
| Row 4 Col 1 | Row 4 Col 2 | Row 4 Col 3 | Row 4 Col 4 | Row 4 Col 5 | Row 4 Col 6 |

: Table 1: Table caption
:::

::::

<br>

Insert icons with [Font Awesome](https://fontawesome.com/search) {{< fa brands github >}} or [Academicons](https://jpswalsh.github.io/academicons/) {{< ai sci-hub >}}


<br>

:::: {.columns}

::: {.column width=50%}
:::

::: {.column width=50%}
```{r}
#| echo: true
#| eval: true
# Block code with unicode symbol ----
x <- "I \u2665 Quarto"
print(x)
```
:::

::::



# Resources



## Resources

- [Quarto guide](https://quarto.org/docs/guide/)
- [Markdown syntax](https://quarto.org/docs/authoring/markdown-basics.html)
- [RevealJS guide](https://quarto.org/docs/presentations/revealjs/)

<br>

To use this template, visit the [**Wiki**](https://github.com/biodiversitydata/quarto-template/wiki).
35 changes: 18 additions & 17 deletions sections/table-of-contents.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,31 @@

## Table of contents

<br/><br/><br/><br/>
<br>
<br>
<br>
<br>
<br>
<br>

:::: { .columns }
::: { .column .center width="33%"}
{{< fa paragraph size=2x >}}<br/><br/>Section 1
:::
::: { .column .center width="33%"}
{{< fa paragraph size=2x >}}<br/><br/>Section 2
:::
::: { .column .center width="33%"}
{{< fa paragraph size=2x >}}<br/><br/>Section 3
:::
::::

<br/><br/>

:::: { .columns }
::: { .column .center width="33%"}
{{< fa paragraph size=2x >}}<br/><br/>Section 4
{{< fa code size=2x >}}
<br>
Section 1
:::

::: { .column .center width="33%"}
{{< fa paragraph size=2x >}}<br/><br/>Section 5
{{< fa brands github size=2x >}}
<br>
Section 2
:::

::: { .column .center width="33%"}
{{< fa paragraph size=2x >}}<br/><br/>Section 6
{{< fa book size=2x >}}
<br>
Resources
:::

::::

0 comments on commit 5e282d2

Please sign in to comment.