2022-02-04 21:36:29 +01:00
|
|
|
|
{% extends "zerver/portico.html" %}
|
|
|
|
|
{% set entrypoint = "landing-page" %}
|
|
|
|
|
|
2022-09-05 17:24:21 +02:00
|
|
|
|
{% set PAGE_TITLE = "Case study: iDrift AS, distributed tech company | Zulip" %}
|
|
|
|
|
|
|
|
|
|
{% set PAGE_DESCRIPTION = "Learn why using Zulip significantly increases the
|
|
|
|
|
size of the team for which a manager can meaningfully know what’s going on." %}
|
2022-02-04 21:36:29 +01:00
|
|
|
|
|
|
|
|
|
{% block customhead %}
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block portico_content %}
|
|
|
|
|
|
|
|
|
|
{% include 'zerver/landing_nav.html' %}
|
|
|
|
|
|
|
|
|
|
<div class="portico-landing why-page solutions-page case-study-page">
|
|
|
|
|
<div class="hero bg-education">
|
|
|
|
|
<div class="bg-dimmer"></div>
|
|
|
|
|
<div class="content">
|
|
|
|
|
<h1 class="center">Case study: iDrift AS</h1>
|
|
|
|
|
<p>Distributed tech company</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="hero-text">
|
2023-03-23 04:25:08 +01:00
|
|
|
|
Learn more about using Zulip for <a href="/for/business/">business</a>.
|
2022-02-04 21:36:29 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="main">
|
|
|
|
|
<div class="padded-content">
|
|
|
|
|
<div class="inner-content markdown">
|
2022-07-26 06:12:33 +02:00
|
|
|
|
{{ render_markdown_path('corporate/case-studies/idrift-case-study.md') }}
|
2022-02-04 21:36:29 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|