Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a new example slide #1

Merged
merged 2 commits into from
Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added img/bg_logo_wide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Some example slides - [also look at example RevealJS slides in the Quarto docs](
* bullet points with highlighting
* two-column slides
* how to include a slide from a separate MD file
* preview and link to a webpage

## Just a code block, nothing gets executed...

Expand Down Expand Up @@ -85,4 +86,17 @@ from pathlib import Path
print("Hello world")
```

{{< include slides/extra_slide.qmd >}}
{{< include slides/extra_slide.qmd >}}

## An example image

Include an image:

![](img/bg_logo_wide.png){width=900 fig-align=center}


## Link and a preview a webpage:

::: {style="text-align: center; margin-top: 1em"}
[interoperable Python-based tools for computational neuroanatomy](https://brainglobe.info/index.html){preview-link="true" style="text-align: center"}
:::