diff --git a/docs/index.md b/docs/index.md index 03f2c75..3bb4bd0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,15 +7,16 @@ hide:
-# Practical Python +![Practical Python Logo](/static/logo.svg) A Discord community for people who write Python. {{ member_count }} of us so far. [Join the Discord]({{ discord_invite }}){ .md-button .md-button--primary } -
+# +
- :material-brain:{ .lg .middle } __New Here?__ diff --git a/docs/static/logo.svg b/docs/static/logo.svg new file mode 100644 index 0000000..0fc8568 --- /dev/null +++ b/docs/static/logo.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 1ea0caf..8609927 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -22,7 +22,7 @@ .pp-hero { text-align: center; - padding: 3.2rem 0 2.4rem; + padding: 0 0 2.4rem; } .md-typeset .pp-hero h1 { @@ -32,7 +32,7 @@ } .md-typeset .pp-hero p { - max-width: 34rem; + max-width: 44rem; margin-inline: auto; font-size: 0.9rem; }