🎨 Updates Django logos

Fixes #214
This commit is contained in:
Jeff Triplett
2023-04-05 13:46:03 -05:00
parent 807535a8bf
commit c6088a532b
3 changed files with 49 additions and 1 deletions

View File

@@ -4,10 +4,17 @@
> A curated list of awesome things related to Django. Maintained by [William Vincent](https://github.com/wsvincent) and [Jeff Triplett](https://github.com/jefftriplett).
<br>
<div align="center">
<img width="400" src="./assets/django-logo.svg" alt="Django logo">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./assets/django-logo-negative.svg">
<img alt="Dark and Light mode version of the Django logo" src="./assets/django-logo-positive.svg">
</picture>
</div>
<br>
Please consider supporting Django by making a donation to the <a rel="sponsored" href="https://www.djangoproject.com/fundraising/">Django Software Foundation</a>,
sponsoring via <a rel="sponsored" href="https://github.com/sponsors/django">GitHub Sponsors</a>,
or buying <a rel="sponsored" href="https://django.threadless.com/">official merchandise</a>.