Case study: End Point Dev
+Software consultancy
+diff --git a/corporate/urls.py b/corporate/urls.py index add29f5da8..1c0e338b80 100644 --- a/corporate/urls.py +++ b/corporate/urls.py @@ -89,6 +89,11 @@ landing_page_urls = [ landing_view, {"template_name": "corporate/case-studies/idrift-case-study.html"}, ), + path( + "case-studies/end-point/", + landing_view, + {"template_name": "corporate/case-studies/end-point-case-study.html"}, + ), path( "case-studies/tum/", landing_view, diff --git a/templates/corporate/case-studies/end-point-case-study.html b/templates/corporate/case-studies/end-point-case-study.html new file mode 100644 index 0000000000..b4e486e7cd --- /dev/null +++ b/templates/corporate/case-studies/end-point-case-study.html @@ -0,0 +1,37 @@ +{% extends "zerver/portico.html" %} +{% set entrypoint = "landing-page" %} + +{% set PAGE_TITLE = "Case study: End Point Dev software consultancy | Zulip" %} + +{% set PAGE_DESCRIPTION = "Learn how Zulip takes the pain out of remote + collaboration in a distributed company with hundreds of ongoing projects." %} + +{% block customhead %} + +{% endblock %} + +{% block portico_content %} + +{% include 'zerver/landing_nav.html' %} + +
Software consultancy
+