Skip to content

Commit ac22c35

Browse files
rustyconoverclaude
andcommitted
README: move DuckDB + Haybarn logos up under the intro
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3d95228 commit ac22c35

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ that gives DuckDB one SQL function — `easter_date(year)` — returning the dat
1414
Western (Gregorian) Easter Sunday. It has no external data and almost no code,
1515
which makes it a clean, copyable example of a VGI scalar-function worker.
1616

17+
<p align="center">
18+
<a href="https://duckdb.org">
19+
<picture>
20+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Query-farm/vgi-easter-python/main/assets/duckdb-inline-darkmode.png">
21+
<img alt="DuckDB" height="44" src="https://raw.githubusercontent.com/Query-farm/vgi-easter-python/main/assets/duckdb-inline-lightmode.png">
22+
</picture>
23+
</a>
24+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
25+
<a href="https://github.com/Query-farm-haybarn">
26+
<img alt="Haybarn" height="64" src="https://raw.githubusercontent.com/Query-farm/vgi-easter-python/main/assets/haybarn-logo.png">
27+
</a>
28+
</p>
29+
1730
## Quick start
1831

1932
In DuckDB:
@@ -113,19 +126,6 @@ cut a release, bump `version` in `pyproject.toml` and publish a GitHub Release.
113126

114127
## Built with
115128

116-
<p align="center">
117-
<a href="https://duckdb.org">
118-
<picture>
119-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Query-farm/vgi-easter-python/main/assets/duckdb-inline-darkmode.png">
120-
<img alt="DuckDB" height="44" src="https://raw.githubusercontent.com/Query-farm/vgi-easter-python/main/assets/duckdb-inline-lightmode.png">
121-
</picture>
122-
</a>
123-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
124-
<a href="https://github.com/Query-farm-haybarn">
125-
<img alt="Haybarn" height="64" src="https://raw.githubusercontent.com/Query-farm/vgi-easter-python/main/assets/haybarn-logo.png">
126-
</a>
127-
</p>
128-
129129
- **[DuckDB](https://duckdb.org)** attaches and queries the worker — install the
130130
VGI extension with `INSTALL vgi FROM community; LOAD vgi;`.
131131
- **[vgi-python](https://pypi.org/project/vgi-python/)** is the VGI worker SDK

0 commit comments

Comments
 (0)