2022-05-05 22:57:37 +02:00
|
|
|
|
{% extends "zerver/portico.html" %}
|
|
|
|
|
{% set entrypoint = "landing-page" %}
|
|
|
|
|
|
2022-09-05 17:24:21 +02:00
|
|
|
|
{% set PAGE_TITLE = "Case study: Recurse Center | Zulip" %}
|
|
|
|
|
|
|
|
|
|
{% set PAGE_DESCRIPTION = "“Switching to Zulip has turned out to be one of the
|
|
|
|
|
best decisions we’ve made,” says Recurse Center co-founder and CEO Nick
|
|
|
|
|
Bergson-Shilcock." %}
|
2022-05-05 22:57:37 +02: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: Recurse Center</h1>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="hero-text">
|
|
|
|
|
Learn more about using Zulip for
|
2023-03-23 04:25:08 +01:00
|
|
|
|
<br/><a href="/for/communities/">communities</a> and <a href="/for/education/">education</a>.
|
2022-05-05 22:57:37 +02: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/recurse-center-case-study.md') }}
|
2022-05-05 22:57:37 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|