mirror of https://github.com/zulip/zulip.git
38 lines
1.3 KiB
HTML
38 lines
1.3 KiB
HTML
{% extends "zerver/portico.html" %}
|
|
{% set entrypoint = "landing-page" %}
|
|
|
|
{% set PAGE_TITLE = "Case study: Rust programming language community | Zulip" %}
|
|
|
|
{% set PAGE_DESCRIPTION = "Learn why Rust development would not be moving at the
|
|
pace that it has been without Zulip, and the organized, searchable conversations it enables." %}
|
|
|
|
{% 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-pycon">
|
|
<div class="bg-dimmer"></div>
|
|
<div class="content">
|
|
<h1 class="center">Case study: Rust<br/>programming language community</h1>
|
|
</div>
|
|
<div class="hero-text">
|
|
Learn more about using Zulip for<br /> <a href="/for/open-source/">open
|
|
source projects</a> and <a href="/for/communities/">communities</a>.
|
|
</div>
|
|
</div>
|
|
<div class="main">
|
|
<div class="padded-content">
|
|
<div class="inner-content markdown">
|
|
{{ render_markdown_path('corporate/case-studies/rust-case-study.md') }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %}
|