diff --git a/_static/2ndquadrant.png b/_static/2ndquadrant.png new file mode 100644 index 000000000..3b6a75589 Binary files /dev/null and b/_static/2ndquadrant.png differ diff --git a/_static/css/custom.css b/_static/css/custom.css index 588d99d4c..d4c0ceef8 100644 --- a/_static/css/custom.css +++ b/_static/css/custom.css @@ -9,3 +9,11 @@ div.highlight { div.line-block { margin-bottom: 0px !important; } + +#sponsors{ + text-align: center; +} + +#sponsors h1{ + text-align: left; +} diff --git a/_static/logo.png b/_static/logo.png index 030673cfb..7d23fffc4 100644 Binary files a/_static/logo.png and b/_static/logo.png differ diff --git a/_static/retool.png b/_static/retool.png new file mode 100644 index 000000000..abf26a1ef Binary files /dev/null and b/_static/retool.png differ diff --git a/index.rst b/index.rst index 3d72f2994..a16caa4dd 100644 --- a/index.rst +++ b/index.rst @@ -26,12 +26,14 @@ PostgREST is a standalone web server that turns your PostgreSQL database directl Sponsors -------- -.. image:: _static/timescaledb.png - :target: https://www.timescale.com?utm_campaign=postgrest&utm_source=sponsor&utm_medium=referral&utm_content=docs - :width: 222px - :align: center -`TimescaleDB `_ is an scalable time-series database packaged as a PostgreSQL extension. See our tutorial for using `TimescaleDB with PostgREST `_. +.. image:: _static/2ndquadrant.png + :target: https://www.2ndquadrant.com/en/?utm_campaign=external%20websites&utm_source=postgrest&utm_medium=logo + :width: 13em + +.. image:: _static/retool.png + :target: https://tryretool.com/?utm_source=sponsor&utm_campaign=postgrest + :width: 13em Motivation ----------