Skip to content

Commit 204d124

Browse files
authored
Merge pull request #13 from scientific-python/guenp/logo
add logo
2 parents 0c8573e + 8ac9c21 commit 204d124

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/images/logo.png

1.17 MB
Loading

.github/images/logo_dark.png

1.04 MB
Loading

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
[![Actions Status][actions-badge]][actions-link]
44
[![PyPI version][pypi-version]][pypi-link]
55

6+
<div align="left">
7+
<picture>
8+
<source media="(prefers-color-scheme: dark)" srcset=".github/images/logo_dark.png" width=100>
9+
<source media="(prefers-color-scheme: light)" srcset=".github/images/logo.png" width=100>
10+
<img alt="Telemetric" src=".github/images/logo.png">
11+
</picture>
12+
</div>
13+
614
<!-- SPHINX-START -->
715

816
<!-- prettier-ignore-start -->
@@ -173,4 +181,4 @@ docker run --name jaeger \
173181
jaegertracing/all-in-one:1.35
174182
```
175183

176-
Access the Jaeger UI at http://localhost:16686
184+
Access the Jaeger UI at <http://localhost:16686>

0 commit comments

Comments
 (0)