Case study: GUT contact
+Support agency
+diff --git a/corporate/urls.py b/corporate/urls.py index c9a09f76b9..d1fc38b4d1 100644 --- a/corporate/urls.py +++ b/corporate/urls.py @@ -149,6 +149,11 @@ landing_page_urls = [ landing_view, {"template_name": "corporate/case-studies/idrift-case-study.html"}, ), + path( + "case-studies/gut-contact/", + landing_view, + {"template_name": "corporate/case-studies/gut-contact-case-study.html"}, + ), path( "case-studies/end-point/", landing_view, diff --git a/templates/corporate/case-studies/gut-contact-case-study.html b/templates/corporate/case-studies/gut-contact-case-study.html new file mode 100644 index 0000000000..00db460a7c --- /dev/null +++ b/templates/corporate/case-studies/gut-contact-case-study.html @@ -0,0 +1,37 @@ +{% extends "zerver/portico.html" %} +{% set entrypoint = "landing-page" %} + +{% set PAGE_TITLE = "Case study: GUT contact | Zulip" %} + +{% set PAGE_DESCRIPTION = "Learn how Zulip makes communication easy for 1000 + agents at GUT contact, a support agency." %} + +{% block customhead %} + +{% endblock %} + +{% block portico_content %} + +{% include 'zerver/landing_nav.html' %} + +
Support agency
+