2016-09-09 19:25:15 +02:00
|
|
|
{% extends "zerver/portico.html" %}
|
2019-10-23 07:46:34 +02:00
|
|
|
{% set entrypoint = "landing-page" %}
|
2017-07-27 03:05:45 +02:00
|
|
|
|
2022-09-05 17:24:21 +02:00
|
|
|
{% set PAGE_TITLE = "History of the Zulip project" %}
|
|
|
|
|
|
|
|
{% set PAGE_DESCRIPTION = "Learn how Zulip grew from a small startup to become
|
|
|
|
the project with the most active open-source development community of any team
|
|
|
|
chat software." %}
|
2017-07-27 03:05:45 +02:00
|
|
|
|
|
|
|
{% block customhead %}
|
2021-04-21 00:46:14 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2017-07-27 03:05:45 +02:00
|
|
|
{% endblock %}
|
|
|
|
|
2016-09-09 19:25:15 +02:00
|
|
|
{% block portico_content %}
|
|
|
|
|
2017-07-27 03:05:45 +02:00
|
|
|
{% include 'zerver/landing_nav.html' %}
|
|
|
|
|
2022-10-05 20:05:19 +02:00
|
|
|
<div class="portico-landing why-page solutions-page">
|
2017-08-17 23:45:30 +02:00
|
|
|
<div class="hero bg-pycon">
|
|
|
|
<div class="bg-dimmer"></div>
|
|
|
|
<div class="content">
|
2022-09-05 17:24:21 +02:00
|
|
|
<h1 class="center">History of the Zulip project</h1>
|
2017-08-17 23:45:30 +02:00
|
|
|
</div>
|
2017-07-27 03:05:45 +02:00
|
|
|
</div>
|
|
|
|
<div class="main">
|
|
|
|
<div class="padded-content">
|
2019-07-23 14:40:11 +02:00
|
|
|
<div class="photo-description">
|
|
|
|
Zulip at the PyCon Sprints in Portland, Oregon.
|
|
|
|
Over seventy-five people sprinted during the four day event.
|
|
|
|
</div>
|
2017-08-23 08:32:51 +02:00
|
|
|
|
2022-10-05 20:05:19 +02:00
|
|
|
<div class="inner-content markdown">
|
|
|
|
{{ render_markdown_path('corporate/history.md') }}
|
|
|
|
</div>
|
2018-10-19 00:58:20 +02:00
|
|
|
|
|
|
|
|
2022-10-05 20:05:19 +02:00
|
|
|
<div class="inner-content history markdown">
|
2018-10-19 00:58:20 +02:00
|
|
|
<div class="sponsors">
|
|
|
|
<div class="sponsor-picture">
|
|
|
|
<a href="https://seedfund.nsf.gov/">
|
2023-01-25 00:08:42 +01:00
|
|
|
<img src="{{ static('images/landing-page/history/nsf-logo.png') }}" alt="" />
|
2018-10-19 00:58:20 +02:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="sponsor-picture">
|
|
|
|
<a href="https://summerofcode.withgoogle.com/">
|
2023-01-25 00:08:42 +01:00
|
|
|
<img src="{{ static('images/landing-page/history/gsoc-logo.png') }}" alt="" />
|
2018-10-19 00:58:20 +02:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
2017-07-27 03:05:45 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2016-09-09 19:25:15 +02:00
|
|
|
|
|
|
|
{% endblock %}
|