zulip/templates/zerver/team.html

185 lines
8.6 KiB
HTML
Raw Normal View History

{% extends "zerver/portico.html" %}
{% block title %}
<title>Zulip: the best group chat for open source projects</title>
{% endblock %}
{% block customhead %}
{{ super() }}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% stylesheet 'portico' %}
{% stylesheet 'landing-page' %}
<script>
var contributors_list = {{ contrib|safe }};
</script>
{{ render_bundle('landing-page') }}
{% endblock %}
{% block portico_content %}
{% include 'zerver/landing_nav.html' %}
<div class="portico-landing why-page no-slide">
<div class="hero bg-pycon drone">
<div class="bg-dimmer"></div>
<div class="content">
2017-10-31 20:27:56 +01:00
<h1 class="center">The Zulip team</h1>
<p>Learn about the people behind Zulip!</p>
</div>
</div>
<div class="main">
2017-11-13 12:08:01 +01:00
<div class="padded-content">
<div class="team">
<h1>The core team at Kandra Labs</h1>
<p>
Over 350 people have contributed to the Zulip
codebase, from high school students to 30 year
industry veterans, from people launching new careers
2017-11-16 02:33:41 +01:00
to people looking for community. Meet the leadership
below!
2017-11-13 12:08:01 +01:00
</p>
2017-10-31 20:27:56 +01:00
2017-11-13 12:08:01 +01:00
<div class="team-profiles">
<!-- Tim -->
<div class="profile bdfl">
<div class="profile-picture">
<img src="/static/images/team/tim.png" alt="" />
</div>
2017-11-13 12:08:01 +01:00
<div class="profile-information">
<div class="profile-name">Tim Abbott</div>
<div class="profile-role">Founder and project leader</div>
<div class="profile-description">
<p>
Before Zulip, Tim was a founder and CTO of
Ksplice, which provided rebootless linux
kernel updates (a feat many previously thought
impossible) to over 100,000 production
servers. He was also the youngest ever
Architect at Oracle, one of the most senior
engineers at Dropbox and has been active in
the open source community for over a
decade. Tim has three degrees from MIT, and
lives in San Francisco with his wife and
daughter.
</p>
2017-11-13 12:08:01 +01:00
</div>
</div>
</div>
<div class="core-team">
<!-- Rishi -->
<div class="profile">
<img class="profile-picture" src="/static/images/team/rishi.png" alt="" />
<div class="profile-name">Rishi Gupta</div>
<div class="profile-role">Product</div>
</div>
<!-- Brock -->
<div class="profile">
<img class="profile-picture" src="/static/images/team/brock.jpg" alt="" />
<div class="profile-name">Brock Whittaker</div>
<div class="profile-role">Web</div>
</div>
<!-- Steve -->
<div class="profile">
<img class="profile-picture" src="/static/images/team/steve.png" alt="" />
<div class="profile-name">Steve Howell</div>
<div class="profile-role">Full Stack</div>
</div>
<!-- Greg -->
<div class="profile">
<img class="profile-picture" src="/static/images/team/greg.png" alt="" />
<div class="profile-name">Greg Price</div>
<div class="profile-role">Infrastructure</div>
</div>
<!-- Boris -->
<div class="profile">
<img class="profile-picture" src="/static/images/team/boris.jpg" alt="" />
<div class="profile-name">Boris Yankov</div>
<div class="profile-role">Mobile</div>
</div>
2017-11-13 12:08:01 +01:00
</div>
</div>
2017-11-16 02:33:41 +01:00
<h3>Kandra Labs</h3>
<p>
Kandra Labs provides commercial Zulip hosting and on-premise support
at <a href="https://zulipchat.com/plans">https://zulipchat.com</a>,
and employs the core developers of the project. It was
started in June 2016 to help sustain the growth of the Zulip
project. Kandra Labs is funded by
an <a href="https://seedfund.nsf.gov/">SBIR grant</a> from
the US National Science Foundation.
</p>
2017-11-13 12:08:01 +01:00
<!-- Contributors -->
<h1>Our amazing community</h1>
<p>
While the team at Kandra Labs provides important
leadership, Zulip is built by an incredible
distributed community of developers from all
around the world. You can read about
the <a href="/history">project's history</a> if
you want to learn more about Zulip's origins.
</p>
<p>
Here, we recognize the top contributors to the
2017-11-16 02:33:41 +01:00
Zulip server project on GitHub. Zulip's community
2017-11-23 13:01:40 +01:00
is unusual in how many people outside the core
2017-11-13 12:08:01 +01:00
team have made major contributions to the project.
</p>
<input id="total" type="radio" name="tabs" checked>
<label for="total"><i class="fa fa-globe" aria-hidden="true"></i>&nbsp; Total</label>
<input id="server" type="radio" name="tabs">
<label for="server"><i class="fa fa-server" aria-hidden="true"></i>&nbsp; Zulip server</label>
<input id="desktop" type="radio" name="tabs">
<label for="desktop"><i class="fa fa-desktop" aria-hidden="true"></i>&nbsp; Desktop</label>
<input id="mobile" type="radio" name="tabs">
<label for="mobile"><i class="fa fa-mobile" aria-hidden="true"></i>&nbsp; Mobile</label>
<input id="python-zulip-api" type="radio" name="tabs">
<label for="python-zulip-api"><i class="fa fa-code" aria-hidden="true"></i>&nbsp; Python API</label>
2018-01-15 15:54:22 +01:00
<input id="zulip-js" type="radio" name="tabs">
<label for="zulip-js"><i class="fa fa-code" aria-hidden="true"></i>&nbsp; JavaScript API</label>
<input id="zulipbot" type="radio" name="tabs">
<label for="zulipbot"><i class="fa fa-at" aria-hidden="true"></i>&nbsp; Zulipbot</label>
<div id="tab-total" class="contributors"></div>
<div id="tab-server" class="contributors"></div>
<div id="tab-desktop" class="contributors"></div>
<div id="tab-mobile" class="contributors"></div>
<div id="tab-python-zulip-api" class="contributors"></div>
2018-01-15 15:54:22 +01:00
<div id="tab-zulip-js" class="contributors"></div>
<div id="tab-zulipbot" class="contributors"></div>
<!-- Compiled using underscore -->
<script type="text/template" id="contributors-template">
2017-11-13 12:08:01 +01:00
<div class="person">
<a href="https://github.com/<%= name %>" target="_blank" class="no-underline">
2017-11-13 12:08:01 +01:00
<div class="avatar">
<img class="avatar_img" src="<%= avatar %>" alt="{{ _('Avatar') }}" />
2017-11-13 12:08:01 +01:00
</div>
<div class='info'>
<b>@<%= name %></b><br />
<%= commits %> commits
2017-11-13 12:08:01 +01:00
</div>
</a>
</div>
</script>
2017-11-13 12:08:01 +01:00
<p class="last-updated">
Statistic last updated: {{ date }}
</p>
</div>
</div>
</div>
</div>
{% endblock %}