mirror of https://github.com/zulip/zulip.git
38 lines
1.1 KiB
HTML
38 lines
1.1 KiB
HTML
{% 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 %}
|
|
<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: GUT contact</h1>
|
|
<p>Support agency</p>
|
|
</div>
|
|
<div class="hero-text">
|
|
Learn more about using Zulip for <a href="/for/business/">business</a>.
|
|
</div>
|
|
</div>
|
|
<div class="main">
|
|
<div class="padded-content">
|
|
<div class="inner-content markdown">
|
|
{{ render_markdown_path('corporate/case-studies/gut-contact-case-study.md') }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %}
|