Skip to content

Commit

Permalink
Update footer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
damianodamiani authored Jul 5, 2024
1 parent 4f866fb commit 08e4a05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions layouts/partials/docs/inject/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
<span>
<picture>
<source srcset='{{ "images/ChinaComx-Logo-full.png" | relURL }}' media="(prefers-color-scheme: light)">
<img src='{{ "images/ChinaComx-Logo-full.png" | relURL }}' style="height: auto; width: 18%;" />
<img src='{{ "images/ChinaComx-Logo-full.png" | relURL }}' style="height: auto; width: 17%;" />
</picture>
<picture>
<source srcset='{{ "images/LOGO_ERC-FLAG_FP.png" | relURL }}' media="(prefers-color-scheme: light)">
<img src='{{ "images/lLOGO_ERC-FLAG_FP.png" | relURL }}' style="height: auto; width: 18%;" />
<img src='{{ "images/lLOGO_ERC-FLAG_FP.png" | relURL }}' style="height: auto; width: 17%;" />
</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%;" />
<img src='translations/images/logo04-heidelberg-cats.png' style="height: auto; width: 25%;" />
</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: 27%;" />
<img src='{{ "images/logo02-readc.png" | relURL }}' style="height: auto; width: 25%;" />
</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: 18%;" />
<img src='{{ "images/logo03-uni.png" | relURL }}' style="height: auto; width: 16%;" />
</picture>
</span>
</div>

0 comments on commit 08e4a05

Please sign in to comment.