From 400a3340df89591d023b265446a8cdf7f6a3fd44 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 8 Jun 2026 11:46:08 +0100 Subject: [PATCH] Add pgEdge Labs banner to README Add a centered pgEdge Labs banner with automatic light/dark switching to the README, using a element with prefers-color-scheme. The SVG assets live under docs/img/. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 7 +++++++ docs/img/pgedge-labs-dark.svg | 1 + docs/img/pgedge-labs-light.svg | 1 + 3 files changed, 9 insertions(+) create mode 100644 docs/img/pgedge-labs-dark.svg create mode 100644 docs/img/pgedge-labs-light.svg diff --git a/README.md b/README.md index 8723bc7..5224c91 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +
+ + + pgEdge Labs + +
+ # The querymem Postgres Extension We've all heard the warning: diff --git a/docs/img/pgedge-labs-dark.svg b/docs/img/pgedge-labs-dark.svg new file mode 100644 index 0000000..8adef59 --- /dev/null +++ b/docs/img/pgedge-labs-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/img/pgedge-labs-light.svg b/docs/img/pgedge-labs-light.svg new file mode 100644 index 0000000..f3c1713 --- /dev/null +++ b/docs/img/pgedge-labs-light.svg @@ -0,0 +1 @@ + \ No newline at end of file