Remove corporate marketing page

(imported from commit 24128853fd78ef9e89df7f3353f45ac2531a42e1)
This commit is contained in:
Anders Kaseorg 2015-08-20 16:31:26 -07:00
parent 1b5f9e4374
commit cb88147ca9
7 changed files with 0 additions and 366 deletions

View File

@ -7,8 +7,6 @@ urlpatterns = patterns('',
url(r'^mit/$', TemplateView.as_view(template_name='corporate/mit.html')),
url(r'^zephyr-mirror/$', TemplateView.as_view(template_name='corporate/zephyr-mirror.html')),
# Marketing
url(r'^compare/$', TemplateView.as_view(template_name='corporate/compare.html')),
# signup form
url(r'^signup/$', TemplateView.as_view(template_name='corporate/signup.html'),
name='signup'),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@ -196,11 +196,6 @@ img.screenshot{
}
}
.feature-list div {
padding-bottom: 2.5em;
height: 6em;
}
.landing-page {
padding: 2em 0em;
}
@ -234,13 +229,6 @@ img.screenshot{
width: 33%
}
.spotlighted-feature {
border: 1px solid #ccc;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.signup-button {
margin-top: 1em;
padding: 0.5em 2em;
@ -980,58 +968,6 @@ a.bottom-signup-button {
color: #ddd;
}
.side-by-side {
border-spacing: 3px;
border-collapse: separate;
width: 100%;
font-size: 16px;
}
.side-by-side .logo-header {
width: 80%;
min-width: 100px;
height: auto;
}
.side-by-side .logo-text {
display: none;
}
.side-by-side .product-header {
width: 15%;
}
.side-by-side td,
.side-by-side th {
padding: 10px;
background: #eee;
text-align: center;
border-radius: 2px;
}
.side-by-side .features-header {
background: none;
}
.side-by-side .feature-name {
text-align: left;
padding-left: 20px;
}
.side-by-side .feature-presence {
font-size: 18px;
}
.side-by-side .feature-presence.feature-yes {
color: #005f00;
background: #d2edcd;
}
.side-by-side .feature-presence.feature-no {
color: #a20202;
background: #d2b0b0;
}
@media (max-width: 950px) {
@ -1137,17 +1073,6 @@ a.bottom-signup-button {
}
@media (max-width: 767px) {
.side-by-side .logo-header {
display: none;
}
.side-by-side .logo-text {
display: block;
font-size: 13px;
}
}
@media (max-width: 500px) {
.main-headline-text .tagline {
font-size: 32px;

View File

@ -1,289 +0,0 @@
{% extends "zerver/portico.html" %}
{% block portico_content %}
<div class="feature-page-header">Feature comparison</div>
<table class="side-by-side">
<tr class="header-row">
<th class="features-header">
</th>
<th class="product-header">
<img src="/static/images/comparisons/zulip-logo.png" class="logo-header" title="Zulip" alt="Zulip" />
<span class="logo-text">Zulip</span>
</th>
<th class="product-header">
<img src="/static/images/comparisons/hipchat-logo.png" class="logo-header" title="Hipchat" alt="Hipchat" />
<span class="logo-text">Hipchat</span>
</th>
<th class="product-header">
<img src="/static/images/comparisons/campfire-logo.png" class="logo-header" title="Campfire" alt="Campfire" />
<span class="logo-text">Campfire</span>
</th>
<th class="product-header">
<img src="/static/images/comparisons/irc-logo.png" class="logo-header" title="IRC" alt="Campfire" />
<span class="logo-text">IRC</span>
</th>
</tr>
<tr class="feature-row">
<td class="feature-name">
Desktop and mobile apps
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
</tr>
<tr class="feature-row">
<td class="feature-name">
Receive messages even if offline
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
</tr>
<tr class="feature-row">
<td class="feature-name">
Drag-and-drop image and file sharing
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
</tr>
<tr class="feature-row">
<td class="feature-name">
Image previews
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
</tr>
<tr class="feature-row">
<td class="feature-name">
Integrations with popular services
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
</tr>
<tr class="feature-row">
<td class="feature-name">
REST API
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
</tr>
<tr class="feature-row">
<td class="feature-name">
One-on-one private messages
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
</tr>
<tr class="feature-row">
<td class="feature-name">
Group private messages
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
</tr>
<tr>
<td class="feature-name">
Email notification of missed PMs
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
</tr>
<tr class="feature-row">
<td class="feature-name">
Threaded conversations
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
</tr>
<tr class="feature-row">
<td class="feature-name">
Mute conversations that aren't relevant
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
</tr>
<tr class="feature-row">
<td class="feature-name">
In-app search
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
</tr>
<tr class="feature-row">
<td class="feature-name">
Keyword alerts
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
</tr>
<tr class="feature-row">
<td class="feature-name">
Code syntax highlighting
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
</tr>
<tr class="feature-row">
<td class="feature-name">
Emoji, because <img alt=":ghost:" class="emoji" src="/static/third/gemoji/images/emoji/ghost.png" title=":ghost:" /> <img alt=":thumbsup:" class="emoji" src="/static/third/gemoji/images/emoji/thumbsup.png" title=":thumbsup:" /> <img alt=":trophy:" class="emoji" src="/static/third/gemoji/images/emoji/trophy.png" title=":trophy:" />
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
<td class="feature-presence feature-yes">
<i class="icon-vector-ok"></i>
</td>
<td class="feature-presence feature-no">
<i class="icon-vector-remove"></i>
</td>
</tr>
</table>
<div class="app feature-line">
<div class="app-main feature-line-container centered-content">
<a href="{% url 'signup' %}" class="bottom-signup-button btn btn-large btn-primary">Sign up now</a>
</div>
</div>
{% endblock %}