Skip to content

Commit 0d04407

Browse files
lesnik512claude
andcommitted
docs: add org wordmark banner to profile README
Replace the `## Modern Python` heading with a centered, theme-aware wordmark banner (light/dark via <picture>), served from brand/org/. Description and sections unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d2f2429 commit 0d04407

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

profile/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## `Modern Python`
1+
<p align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/modern-python/.github/main/brand/org/wordmark-dark.svg">
4+
<img alt="Modern Python" src="https://raw.githubusercontent.com/modern-python/.github/main/brand/org/wordmark.svg" width="360">
5+
</picture>
6+
</p>
27

38
Open-source templates and libraries for building production-ready Python applications — web services, microservices, and the dependency injection that wires them together.
49

0 commit comments

Comments
 (0)