Skip to content

Commit 490e92f

Browse files
Updated Typir logo (#84)
* added cropped versions of the logo * In the README.md, the white logo is shown in dark themes, while the black logo is shown in light themes.
1 parent e092981 commit 490e92f

File tree

5 files changed

+45
-37
lines changed

5 files changed

+45
-37
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<div id="typir-logo" align="center">
2-
<a href="https://github.com/TypeFox/typir">
3-
<img alt="Typir logo including the name 'typir' and a stylised tapir" width="40%" max-width="100%" height="auto" src="./resources/logo/logo-black.svg#svgView(viewBox(180, 200, 280, 397))">
4-
</a>
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="./resources/logo/logo-white.svg" sizes="40vw"/>
4+
<source media="(prefers-color-scheme: light)" srcset="./resources/logo/logo-black.svg" sizes="40vw"/>
5+
<img alt="Typir logo including the name 'typir' and a stylised tapir" src="./resources/logo/logo-black.svg" width="40%"/>
6+
</picture>
57
<h3>
68
the library for type systems and type checking for software languages in the web
79
</h3>

resources/logo/logo-black.svg

Lines changed: 5 additions & 17 deletions
Loading

resources/logo/logo-white.svg

Lines changed: 5 additions & 17 deletions
Loading

0 commit comments

Comments
 (0)