Update README with responsive logo images

Added responsive logo images for dark and light themes.
add-logo-in-readme
fadrian06 5 days ago committed by GitHub
parent d8fe78449c
commit 5f5ea34755
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,3 +1,9 @@
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/flightphp/docs/blob/redesigned-logos/public/images/redesign/logo+icon+slogan@dark.jpg?raw=true" />
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/flightphp/docs/refs/heads/redesigned-logos/public/images/redesign/logo%2Bicon%2Bslogan%40light.jpg" />
<img alt="Flight PHP Logo" src="https://raw.githubusercontent.com/flightphp/docs/refs/heads/redesigned-logos/public/images/redesign/logo%2Bicon%2Bslogan%40light.jpg" width="100%" />
</picture>
[![Version](https://poser.pugx.org/flightphp/core/version)](https://packagist.org/packages/flightphp/core) [![Version](https://poser.pugx.org/flightphp/core/version)](https://packagist.org/packages/flightphp/core)
[![Monthly Downloads](https://poser.pugx.org/flightphp/core/d/monthly)](https://packagist.org/packages/flightphp/core) [![Monthly Downloads](https://poser.pugx.org/flightphp/core/d/monthly)](https://packagist.org/packages/flightphp/core)
![PHPStan: Level 6](https://img.shields.io/badge/PHPStan-level%206-brightgreen.svg?style=flat) ![PHPStan: Level 6](https://img.shields.io/badge/PHPStan-level%206-brightgreen.svg?style=flat)

Loading…
Cancel
Save