docs: Add fancy new Banner

This commit is contained in:
Marc Rousavy 2023-09-01 16:45:17 +02:00
parent b2ea240bbb
commit 65aa9b49b7
4 changed files with 5 additions and 16 deletions

View File

@ -1,9 +1,11 @@
<a href="https://margelo.io"> <a href="https://margelo.io">
<img src="./docs/static/img/banner.svg" width="100%" /> <picture>
<source media="(prefers-color-scheme: dark)" srcset="./docs/static/img/banner-dark.png" />
<source media="(prefers-color-scheme: light)" srcset="./docs/static/img/banner-light.png" />
<img alt="VisionCamera" src="./docs/static/img/banner-light.png" />
</picture>
</a> </a>
<h1 align="center">Vision Camera</h1>
<div align="center"> <div align="center">
<img src="docs/static/img/11.png" width="50%"> <img src="docs/static/img/11.png" width="50%">
<br /> <br />

BIN
docs/static/img/banner-dark.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

BIN
docs/static/img/banner-light.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 54 KiB