Skip to content

Commit

Permalink
Merge pull request #4 from chinacomx/add-logo-to-footer
Browse files Browse the repository at this point in the history
add logo to footer
  • Loading branch information
damianodamiani authored Mar 20, 2024
2 parents 7717835 + b068838 commit 0ef4c28
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions layouts/partials/docs/inject/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@
<span>
<picture>
<source srcset='{{ "images/logo01-erc-dark.png" | relURL }}' media="(prefers-color-scheme: dark)">
<img src='{{ "images/logo01-erc.jpg" | relURL }}' style="height: auto; width: 27%;" />
<img src='{{ "images/logo01-erc.jpg" | relURL }}' style="height: auto; width: 18%;" />
</picture>
<picture>
<source srcset='{{ "images/logo03-uni-dark.png" | relURL }}' media="(prefers-color-scheme: dark)">
<img src='{{ "images/logo03-uni.png" | relURL }}' style="height: auto; width: 27%;" />
<img src='{{ "images/logo03-uni.png" | relURL }}' style="height: auto; width: 18%;" />
</picture>
<picture>
<source srcset='{{ "images/logo02-readc-light.png" | relURL }}' media="(prefers-color-scheme: light)">
<source srcset='{{ "images/logo02-readc.png" | relURL }}' media="(prefers-color-scheme: dark)">
<img src='{{ "images/logo02-readc.png" | relURL }}' style="height: auto; width: 35%;" />
<img src='{{ "images/logo02-readc.png" | relURL }}' style="height: auto; width: 27%;" />
</picture>
<picture>
<source srcset='/translations/images/logo04-heidelberg-cats.png' media="(prefers-color-scheme: light)">
<source srcset='/translations/images/logo04-heidelberg-cats-dark.png' media="(prefers-color-scheme: dark)">
<img src='translations/images/logo04-heidelberg-cats.png' style="height: auto; width: 28%;" />
</picture>
</span>
</div>

0 comments on commit 0ef4c28

Please sign in to comment.