Skip to content

Commit

Permalink
Use absolute URL for logo & make logo link to website (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Nov 27, 2022
1 parent 839dbf3 commit d606c85
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/img/logo-dark.svg" width="400px">
<source media="(prefers-color-scheme: light)" srcset="assets/img/logo-light.svg" width="400px">
<img alt="zydis logo" src="assets/img/logo-dark.svg" width="400px">
</picture>
<a href="https://zydis.re/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/zyantific/zydis/master/assets/img/logo-dark.svg" width="400px">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/zyantific/zydis/master/assets/img/logo-light.svg" width="400px">
<img alt="zydis logo" src="https://raw.githubusercontent.com/zyantific/zydis/master/assets/img/logo-dark.svg" width="400px">
</picture>
</a>
</p>

<p align="center">
Expand Down

0 comments on commit d606c85

Please sign in to comment.