Skip to content

Commit c7af289

Browse files
add logo in README and try large logo
1 parent 25bfd55 commit c7af289

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<p align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://turinglang.org/assets/logo/turing-logo-dark.svg">
4+
<img src="https://turinglang.org/assets/logo/turing-logo-light.svg" alt="Turing.jl logo" width="300">
5+
</picture>
6+
</p>
7+
<p align="center"><i>Bayesian inference with probabilistic programming</i></p>
8+
19
# `Turing.jl` Website
210

311
This repository contains the quarto source for the `Turing.jl` website.

_brand.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
logo:
2-
small:
2+
large:
33
light: assets/logo/turing-logo-light.svg
4-
dark: assets/logo/turing-logo-dark.svg
4+
dark: assets/logo/turing-logo-dark.svg

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ <h5>
7878
</a>
7979
</div>
8080
</div>
81-
</footer>
81+
</footer>

0 commit comments

Comments
 (0)