Files
zulip/templates/corporate/jobs/index.html
Luke Faraone d6c1bbb5fa Update employee count on jobs page.
Go with an approximate number to avoid twiddling this at least for a few
months :)

(imported from commit d6834d68ae17b0a3cd1229f5d111988851707958)
2014-01-17 11:16:06 -05:00

26 lines
881 B
HTML

{% extends "zerver/portico.html" %}
{% block portico_content %}
<h1 class="jobs-page-header">Jobs at Zulip</h1>
<p class="lead jobs-lead">About us</p>
<p>We're an experienced startup team that previously founded and
built a company that was acquired by Oracle in 2011. There are
currently about ten of us, largely engineers from MIT, and we get
really excited about making a great experience that delights
customers. We're a top-notch product team.</p>
<p>We are well-funded and our investors include a half dozen
entrepreneurs who have each built companies worth &gt;$1
billion.</p>
<p>Now we're building the group conversation product you've always
dreamed of.</p>
<p class="lead jobs-lead">Open positions</p>
<ul>
<li><a href="/jobs/lead-designer">Lead Designer</a></li>
</ul>
{% endblock %}