Skip to content

Commit 8b6a0ce

Browse files
Gordon J. Köhnclaude
andcommitted
style: bold finale slide with Red Queen and full quote
- Drop Resources slide (redundant) - New finale slide with blue background - "Run twice as fast" as bold headline - Full Lewis Carroll quote with white text - Large Red Queen image (450px) - Simple CTA: Fork. Adapt. Ship. - CSS fixes for white text on blue backgrounds Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ca3c296 commit 8b6a0ce

File tree

2 files changed

+41
-17
lines changed

2 files changed

+41
-17
lines changed

docs/custom.scss

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,27 @@ $text-muted: #6c757d;
156156
border-radius: 0 8px 8px 0;
157157
}
158158

159+
// Blockquotes on blue background slides
160+
.reveal section[data-background-color="#2E86AB"] blockquote {
161+
border-left-color: white;
162+
background: rgba(255, 255, 255, 0.1);
163+
color: white;
164+
}
165+
166+
// Text on blue background slides
167+
.reveal section[data-background-color="#2E86AB"] {
168+
color: white;
169+
}
170+
171+
.reveal section[data-background-color="#2E86AB"] h3 {
172+
color: white;
173+
}
174+
175+
.reveal section[data-background-color="#2E86AB"] a {
176+
color: white;
177+
text-decoration: underline;
178+
}
179+
159180
// Better table styling
160181
.reveal table {
161182
border-collapse: collapse;

docs/slides.qmd

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,28 +1009,31 @@ Watch Hypothesis generate **600 test cases** (200 per property) in under a secon
10091009
| Coverage | pytest-cov + interrogate automate quality |
10101010
| Workflows | CI/CD catches issues before they reach main |
10111011

1012-
## Resources
1012+
## {background-color="#2E86AB"}
10131013

1014-
- **Repository:** [github.com/cbg-ethz/hive-protocol](https://github.com/cbg-ethz/hive-protocol)
1015-
- **Pixi:** [pixi.sh](https://pixi.sh)
1016-
- **Ruff:** [docs.astral.sh/ruff](https://docs.astral.sh/ruff)
1017-
- **Pydantic:** [docs.pydantic.dev](https://docs.pydantic.dev)
1018-
- **Hypothesis:** [hypothesis.readthedocs.io](https://hypothesis.readthedocs.io)
1019-
- **pytest-cov:** [pytest-cov.readthedocs.io](https://pytest-cov.readthedocs.io)
1020-
- **Interrogate:** [interrogate.readthedocs.io](https://interrogate.readthedocs.io)
1014+
::: {.columns}
1015+
::: {.column width="65%"}
10211016

1022-
## Next Steps
1017+
::: {.r-fit-text}
1018+
Run **twice as fast**
1019+
:::
10231020

1024-
1. **Today:** Fork the repository
1025-
2. **This week:** Adapt it to your project
1026-
3. **Ongoing:** Share with your lab
1021+
<br>
10271022

1028-
. . .
1023+
> *"Now, here, you see, it takes all the running you can do, to keep in the same place. If you want to get somewhere else, you must run **at least twice as fast as that**!"*
1024+
>
1025+
> — Lewis Carroll, *Through the Looking-Glass*
10291026
1030-
::: {.center}
1031-
[⬢ HIVE-PROTOCOL ⬢]{.hive-brand .hive-brand-small}
1032-
:::
1027+
<br>
1028+
1029+
### Next Step
10331030

1034-
**Questions?**
1031+
**Fork. Adapt. Ship.**
10351032

10361033
[github.com/cbg-ethz/hive-protocol](https://github.com/cbg-ethz/hive-protocol)
1034+
1035+
:::
1036+
::: {.column width="35%"}
1037+
![](images/red-queen.png){height="450px"}
1038+
:::
1039+
:::

0 commit comments

Comments
 (0)