2021-07-19 06:55:57 +02:00
|
|
|
{% extends "zerver/portico.html" %}
|
|
|
|
{% set entrypoint = "landing-page" %}
|
|
|
|
|
|
|
|
{% block title %}
|
|
|
|
<title>Case study: Zulip at University of California San Diego</title>
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block customhead %}
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block portico_content %}
|
|
|
|
|
|
|
|
{% include 'zerver/landing_nav.html' %}
|
|
|
|
|
2021-07-22 14:22:08 +02:00
|
|
|
<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: University of California San Diego</h1>
|
|
|
|
</div>
|
|
|
|
<div class="hero-text">
|
2021-07-23 19:35:01 +02:00
|
|
|
Learn more about <a href="/for/education">Zulip for Education</a>.
|
2021-07-22 14:22:08 +02:00
|
|
|
</div>
|
2021-07-19 06:55:57 +02:00
|
|
|
</div>
|
|
|
|
<div class="main">
|
|
|
|
<div class="padded-content">
|
|
|
|
<div class="inner-content markdown">
|
|
|
|
{{ render_markdown_path('zerver/for/ucsd-case-study.md') }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% endblock %}
|