zulip/templates/corporate/case-studies/recurse-center-case-study.html

39 lines
1.2 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends "zerver/portico.html" %}
{% set entrypoint = "landing-page" %}
{% set PAGE_TITLE = "Case study: Recurse Center | Zulip" %}
{% set PAGE_DESCRIPTION = "“Switching to Zulip has turned out to be one of the
best decisions weve made,” says Recurse Center co-founder and CEO Nick
Bergson-Shilcock." %}
{% 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: Recurse Center</h1>
</div>
<div class="hero-text">
Learn more about using Zulip for
<br/><a href="/for/communities/">communities</a> and <a href="/for/education/">education</a>.
</div>
</div>
<div class="main">
<div class="padded-content">
<div class="inner-content markdown">
{{ render_markdown_path('corporate/case-studies/recurse-center-case-study.md') }}
</div>
</div>
</div>
</div>
{% endblock %}