Remove corporate jobs pages

(imported from commit 3f1789f6a4f90a33ddd2352fab85d3cf751b0f46)
This commit is contained in:
Anders Kaseorg 2015-08-20 16:29:55 -07:00
parent 5c6cd40fe7
commit 1b5f9e4374
4 changed files with 4 additions and 96 deletions

View File

@ -2,10 +2,6 @@ from django.conf.urls import patterns, url
from django.views.generic import TemplateView, RedirectView
urlpatterns = patterns('',
# Job postings
url(r'^jobs/$', TemplateView.as_view(template_name='corporate/jobs/index.html')),
url(r'^jobs/lead-designer/$', TemplateView.as_view(template_name='corporate/jobs/lead-designer.html')),
# Zephyr/MIT
url(r'^zephyr/$', TemplateView.as_view(template_name='corporate/zephyr.html')),
url(r'^mit/$', TemplateView.as_view(template_name='corporate/mit.html')),

View File

@ -67,12 +67,6 @@ li {
font-weight: bold;
}
.jobs-lead {
font-weight: normal;
margin-top: 20px;
margin-bottom: 10px;
}
.pitch {
width: 600px;
max-width: 100%;
@ -682,8 +676,7 @@ a.bottom-signup-button {
.feature-page-header,
.integrations-page-header,
.register-page-header,
.api-page-header,
.jobs-page-header {
.api-page-header {
font-weight: 300;
font-size: 40px;
display: block;
@ -707,8 +700,7 @@ a.bottom-signup-button {
.feature-page-header,
.api-page-header,
.apps-page-header,
.integrations-page-header,
.jobs-page-header
.integrations-page-header
{
padding-top: 40px;
}
@ -716,8 +708,7 @@ a.bottom-signup-button {
.apps-page-header,
.integrations-page-header,
.register-page-header,
.api-page-header,
.jobs-page-header {
.api-page-header {
line-height: 42px;
width: auto;
margin-bottom: 10px;
@ -733,8 +724,7 @@ a.bottom-signup-button {
}
.integrations-page-header,
.api-page-header,
.jobs-page-header {
.api-page-header {
text-align: left;
}

View File

@ -1,25 +0,0 @@
{% 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 %}

View File

@ -1,53 +0,0 @@
{% extends "zerver/portico.html" %}
{% block portico_content %}
<h1 class="jobs-page-header">Lead Designer</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 eight 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">What we're looking for</p>
<p>A lead designer. I can't emphasize enough the importance of
this role. Our product is still very much in its formative
stages, so you will have tons of impact.</p>
<p>You'll work closely with our company's founders and
engineers to deliver a seamless and beautiful experience for our
customers, both in our webapp and on our mobile apps (native
Android and iOS).</p>
<p class="lead jobs-lead">About you</p>
<p>This is a startup, so everyone wears many hats. As a result,
we're looking for someone who can do more than just Photoshop
mockups; being able to create usable HTML + CSS + jQuery is an
important part of the job.</p>
<p>We'd ideally like to hire someone (a) full-time, who is (b) in
or willing to relocate to Cambridge, Massachusetts. But above
all, we want the best people, so we're potentially flexible on
both of those details.</p>
<p class="lead jobs-lead">Cash money</p>
<p>Some individuals have posited that mo' money mo' problems, but
we're willing to chance it&mdash;our compensation includes a
highly competitive cash salary and significant equity compensation,
plus benefits including health insurance.</p>
<center><a href="https://docs.google.com/a/zulip.com/forms/d/1DprQpsyG8jCZPdrFQNkXZ-YRmD56Ekn1eufYChfjRSI/viewform" class="btn btn-large btn-primary">
<i class="icon-vector-pencil"></i> Apply now</a></center>
<br />
<p>Questions? Please email us at <a href="mailto:jobs@zulip.com?subject=Lead%20designer%20job%20posting">jobs@zulip.com</a>.</p>
{% endblock %}