Skip to content

Commit 3076838

Browse files
author
awu
committed
docs: update README.md to include responsive images for branding
1 parent 14b158d commit 3076838

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Wundii\Data-Mapper-Symfony-Bundle
1+
<div style="text-align:center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wundii/data-mapper/refs/heads/main/assets/data-mapper-dark.png">
4+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/wundii/data-mapper/refs/heads/main/assets/data-mapper-light.png">
5+
<img src="https://raw.githubusercontent.com/wundii/data-mapper/refs/heads/main/assets/data-mapper-light.png" alt="wundii/data-mapper-symfony-bundle" style="width: 100%; max-width: 600px; height: auto;">
6+
</picture>
7+
</div>
28

39
[![PHP-Tests](https://img.shields.io/github/actions/workflow/status/wundii/data-mapper-symfony-bundle/code_quality.yml?branch=main&style=for-the-badge)](https://github.com/wundii/data-mapper-symfony-bundle/actions/workflows/code_quality.yml)
410
[![PHPStan](https://img.shields.io/badge/PHPStan-level%2010-brightgreen.svg?style=for-the-badge)](https://phpstan.org/)

0 commit comments

Comments
 (0)