Make the landing page wider
* Add max-width for logos only * Fix margin on sponsor images and add reference to the PostgREST team * Fix information on v8 changelog
This commit is contained in:
committed by
Steve Chavez
parent
21e54aacda
commit
37c2a8aa7b
@@ -2,10 +2,6 @@
|
|||||||
max-width: initial;
|
max-width: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
#postgrest-documentation {
|
|
||||||
max-width: 800px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#postgrest-documentation > h1 {
|
#postgrest-documentation > h1 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@@ -53,3 +49,11 @@ div.line-block {
|
|||||||
#thanks ul{
|
#thanks ul{
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.image-container {
|
||||||
|
max-width: 800px;
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-bottom: 24px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
PostgREST Documentation
|
PostgREST Documentation
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
.. container:: image-container
|
||||||
|
|
||||||
.. figure:: _static/logo.png
|
.. figure:: _static/logo.png
|
||||||
|
|
||||||
.. image:: https://img.shields.io/github/stars/postgrest/postgrest.svg?style=social
|
.. image:: https://img.shields.io/github/stars/postgrest/postgrest.svg?style=social
|
||||||
@@ -30,6 +32,8 @@ PostgREST is a standalone web server that turns your PostgreSQL database directl
|
|||||||
Sponsors
|
Sponsors
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
.. container:: image-container
|
||||||
|
|
||||||
.. image:: _static/cybertec-new.png
|
.. image:: _static/cybertec-new.png
|
||||||
:target: https://www.cybertec-postgresql.com/en/?utm_source=postgrest.org&utm_medium=referral&utm_campaign=postgrest
|
:target: https://www.cybertec-postgresql.com/en/?utm_source=postgrest.org&utm_medium=referral&utm_campaign=postgrest
|
||||||
:width: 13em
|
:width: 13em
|
||||||
|
|||||||
+5
-4
@@ -72,9 +72,6 @@ Fixed
|
|||||||
* Removed single column restriction to allow composite foreign keys in join tables.
|
* Removed single column restriction to allow composite foreign keys in join tables.
|
||||||
|br| -- `@goteguru <https://github.com/goteguru>`_
|
|br| -- `@goteguru <https://github.com/goteguru>`_
|
||||||
|
|
||||||
* Fix how the PostgREST version is shown in the help text when the .git directory is not available.
|
|
||||||
|br| -- `@monacoremo <https://github.com/monacoremo>`_
|
|
||||||
|
|
||||||
* Fix expired JWTs starting an empty transaction on the db.
|
* Fix expired JWTs starting an empty transaction on the db.
|
||||||
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_
|
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_
|
||||||
|
|
||||||
@@ -148,6 +145,10 @@ Changed
|
|||||||
Thanks
|
Thanks
|
||||||
------
|
------
|
||||||
|
|
||||||
|
Big thanks from the `PostgREST team <https://github.com/orgs/PostgREST/people>`_ to our sponsors!
|
||||||
|
|
||||||
|
.. container:: image-container
|
||||||
|
|
||||||
.. image:: ../_static/cybertec-new.png
|
.. image:: ../_static/cybertec-new.png
|
||||||
:target: https://www.cybertec-postgresql.com/en/?utm_source=postgrest.org&utm_medium=referral&utm_campaign=postgrest
|
:target: https://www.cybertec-postgresql.com/en/?utm_source=postgrest.org&utm_medium=referral&utm_campaign=postgrest
|
||||||
:width: 13em
|
:width: 13em
|
||||||
@@ -172,10 +173,10 @@ Thanks
|
|||||||
:target: https://oblivious.ai/?utm_source=sponsor&utm_campaign=postgrest
|
:target: https://oblivious.ai/?utm_source=sponsor&utm_campaign=postgrest
|
||||||
:width: 13em
|
:width: 13em
|
||||||
|
|
||||||
* `Daniel Babiak <https://github.com/dbabiak>`_
|
|
||||||
* Evans Fernandes
|
* Evans Fernandes
|
||||||
* `Jan Sommer <https://github.com/nerfpops>`_
|
* `Jan Sommer <https://github.com/nerfpops>`_
|
||||||
* `Franz Gusenbauer <https://www.igutech.at/>`_
|
* `Franz Gusenbauer <https://www.igutech.at/>`_
|
||||||
|
* `Daniel Babiak <https://github.com/dbabiak>`_
|
||||||
* Tsingson Qin
|
* Tsingson Qin
|
||||||
* Michel Pelletier
|
* Michel Pelletier
|
||||||
* Jay Hannah
|
* Jay Hannah
|
||||||
|
|||||||
Reference in New Issue
Block a user