Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/quarto-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Render and Publish

# you need these permissions to publish to GitHub pages
permissions:
permissions:
contents: write
pages: write

Expand Down
8 changes: 8 additions & 0 deletions docs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ lock file via:
pixi install
```

## Introductory presentation

::: {.responsive-iframe}

<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vQfmlOQR0NYAqMX5IcALvKOB1WgNh82sHs_RU-QBzmiO4y2MCo9NK4l4oCcYRyBqCsYpDeU1rsdbu56/pubembed?start=false&loop=false&delayms=3000" frameborder="0" width="1280" height="749" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>

:::

## License

Content in this repository is licensed under the [MIT License](LICENSE.txt).
37 changes: 26 additions & 11 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,32 @@

.sidebar-logo {
max-width: 150px;
}
}

.sidebar-title {
font-size: 1.7rem;
}
.sidebar-title {
font-size: 1.7rem;
}

.platform-table td {
vertical-align: middle;
}
.platform-table td {
vertical-align: middle;
}

.platform-table td > div.sourceCode {
margin-top: 0.3rem;
margin-bottom: 0.3rem;
}
.platform-table td > div.sourceCode {
margin-top: 0.3rem;
margin-bottom: 0.3rem;
}

.responsive-iframe {
position: relative;
padding-bottom: 56.25%; /* 16:9 aspect ratio */
height: 0;
overflow: hidden;
}

.responsive-iframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}