diff --git a/static/images/landing-page/logos/fhir.png b/static/images/landing-page/logos/fhir.png new file mode 100644 index 0000000000..5aa89d992f Binary files /dev/null and b/static/images/landing-page/logos/fhir.png differ diff --git a/static/images/landing-page/logos/hail.png b/static/images/landing-page/logos/hail.png new file mode 100644 index 0000000000..e93cf1e406 Binary files /dev/null and b/static/images/landing-page/logos/hail.png differ diff --git a/static/images/landing-page/logos/mixxx.png b/static/images/landing-page/logos/mixxx.png new file mode 100644 index 0000000000..27c694e15e Binary files /dev/null and b/static/images/landing-page/logos/mixxx.png differ diff --git a/static/images/landing-page/logos/openshot.png b/static/images/landing-page/logos/openshot.png new file mode 100644 index 0000000000..c0e7af39df Binary files /dev/null and b/static/images/landing-page/logos/openshot.png differ diff --git a/static/images/landing-page/logos/wikimedia-outreach.png b/static/images/landing-page/logos/wikimedia-outreach.png new file mode 100644 index 0000000000..fba73c1fe2 Binary files /dev/null and b/static/images/landing-page/logos/wikimedia-outreach.png differ diff --git a/static/images/landing-page/logos/wildfly.png b/static/images/landing-page/logos/wildfly.png new file mode 100644 index 0000000000..b3b936f12d Binary files /dev/null and b/static/images/landing-page/logos/wildfly.png differ diff --git a/static/styles/landing-page.scss b/static/styles/landing-page.scss index 0a09d01754..f1a5fedc4e 100644 --- a/static/styles/landing-page.scss +++ b/static/styles/landing-page.scss @@ -1797,6 +1797,38 @@ nav ul li.active::after { background-color: transparent; } +.portico-landing.hello .testimonials .company-box .company.wildfly { + background-image: url(/static/images/landing-page/logos/wildfly.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; +} + +.portico-landing.hello .testimonials .company-box .company.openshot { + background-image: url(/static/images/landing-page/logos/openshot.png); + background-color: transparent; + height: 52px; +} + +.portico-landing.hello .testimonials .company-box .company.wikimedia-outreach { + background-image: url(/static/images/landing-page/logos/wikimedia-outreach.png); + background-color: transparent; +} + +.portico-landing.hello .testimonials .company-box .company.fhir { + background-image: url(/static/images/landing-page/logos/fhir.png); + background-color: transparent; +} + +.portico-landing.hello .testimonials .company-box .company.mixxx { + background-image: url(/static/images/landing-page/logos/mixxx.png); + background-color: transparent; + height: 45px; +} + .portico-landing.hello .apps { position: relative; padding: 200px 80px 100px 80px; diff --git a/templates/zerver/for-open-source.html b/templates/zerver/for-open-source.html index d843e8cc77..9d7f5ab146 100644 --- a/templates/zerver/for-open-source.html +++ b/templates/zerver/for-open-source.html @@ -13,7 +13,7 @@ {% include 'zerver/landing_nav.html' %} -
Engage your community with fun, thoughtful, and organized discussion
@@ -25,6 +25,98 @@