diff --git a/static/images/landing-page/logos/mariadb.png b/static/images/landing-page/logos/mariadb.png new file mode 100644 index 0000000000..e93f3ce909 Binary files /dev/null and b/static/images/landing-page/logos/mariadb.png differ diff --git a/static/styles/landing-page.scss b/static/styles/landing-page.scss index f1a5fedc4e..a9dd550fad 100644 --- a/static/styles/landing-page.scss +++ b/static/styles/landing-page.scss @@ -1802,6 +1802,11 @@ nav ul li.active::after { background-color: transparent; } +.portico-landing.hello .testimonials .company-box .company.mariadb { + background-image: url(/static/images/landing-page/logos/mariadb.png); + background-color: transparent; +} + .portico-landing.hello .testimonials .company-box .company.hail { background-image: url(/static/images/landing-page/logos/hail.png); background-color: transparent; diff --git a/templates/zerver/for-open-source.html b/templates/zerver/for-open-source.html index dbe5527365..e441b20879 100644 --- a/templates/zerver/for-open-source.html +++ b/templates/zerver/for-open-source.html @@ -108,6 +108,7 @@