We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107ef76 commit 37e92a1Copy full SHA for 37e92a1
_includes/header.qmd
@@ -20,11 +20,13 @@
20
<span class="display-6 d-block text-center py-5 display-md-5 display-lg-4">
21
Bayesian inference with probabilistic programming
22
</span>
23
+<div class="d-flex flex-column align-items-center gap-0 pb-5 fs-4">
24
+ <a href="https://turinglang.org/docs/tutorials/docs-00-getting-started/" class="button btn">
25
+ Tutorials
26
+ </a>
27
+</div>
28
<div class="d-flex flex-column align-items-center gap-0 pb-5">
29
<div class="d-flex flex-row flex-wrap panel-wrapper gap-2">
- <a href="https://turinglang.org/docs/tutorials/docs-00-getting-started/" class="button btn">
- Tutorials
- </a>
30
<a href="https://julialang.slack.com/archives/CCYDC34A0" class="button btn">
31
Slack
32
</a>
0 commit comments