Hello pages fixes: minor layout fixes, new cover image

(imported from commit 744bf64ecab9e37f745f517d376117c5cc123fca)
This commit is contained in:
Allen Rabinovich 2013-10-07 11:26:37 -07:00
parent 959a5c4835
commit bb62b816f1
5 changed files with 29 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 KiB

After

Width:  |  Height:  |  Size: 510 KiB

View File

@ -432,12 +432,17 @@ input.text-error {
}
.main-headline {
padding-top: 41px;
background-color: #333;
background-image: url('/static/images/landing-page/hd-back2.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%, rgba(0,0,0,0.6) 100%), url('/static/images/landing-page/hd-back2.jpg');
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(54%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6))), url('/static/images/landing-page/hd-back2.jpg');
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%,rgba(0,0,0,0.6) 100%), url('/static/images/landing-page/hd-back2.jpg');
background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%,rgba(0,0,0,0.6) 100%), url('/static/images/landing-page/hd-back2.jpg');
background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%,rgba(0,0,0,0.6) 100%), url('/static/images/landing-page/hd-back2.jpg');
background: radial-gradient(ellipse at center, rgba(0,0,0,0) 54%,rgba(0,0,0,0.6) 100%), url('/static/images/landing-page/hd-back2.jpg');
background-position: center center, center center;
background-size: auto, cover;
}
@ -772,7 +777,7 @@ a.bottom-signup-button {
display: block;
text-align: center;
color: #fff;
text-shadow: 0px 0px 6px rgba(0,0,0,0.9);
text-shadow: 0px 0px 4px rgba(0,0,0,1);
font-weight: 300;
}
@ -784,7 +789,7 @@ a.bottom-signup-button {
.main-headline-text .footnote {
display: block;
font-size: 18px;
color: #eee;
color: #fff;
margin-top: 15px;
}
@ -792,6 +797,7 @@ a.bottom-signup-button {
margin-top: 15px;
margin-bottom: 15px;
font-size: 22px;
box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}
.app-main,
@ -884,6 +890,16 @@ a.bottom-signup-button {
margin-right: 10px;
}
.centered-button {
text-align: center;
}
.button-muted {
display: block;
font-size: 12px;
color: #ddd;
}
@media (max-width: 950px) {
.feature-line .feature-text {

View File

@ -10,8 +10,10 @@
<p><strong>Don't want to make it yourself?</strong> Zulip <a href="/integrations">already integrates with lots of services</a>.</p>
<br/>
<a href="https://zulip.com/dist/api/python-zulip_0.2.1.tar.gz" class="btn btn-large btn-primary btn-block"><i class="icon-vector-download"></i> Download Python bindings and examples</a>
<span class="pull-right muted">Version 0.2.1</span>
<div class="centered-button">
<a href="https://zulip.com/dist/api/python-zulip_0.2.1.tar.gz" class="btn btn-large btn-primary"><i class="icon-vector-download"></i> Download Python bindings and examples<span class="button-muted">Version 0.2.1</span></a>
</div>
<p>&nbsp;</p>

View File

@ -118,7 +118,7 @@
<div class="app-main feature-line-container">
<div class="feature-text">
<span class="tagline">
..and&nbsp;all&nbsp;the obvious&nbsp;stuff,&nbsp;too.
&hellip;and&nbsp;all&nbsp;the obvious&nbsp;stuff,&nbsp;too.
</span>
<span class="description">
<p>Drag-and-drop file uploads, image pasting, group private messages,

View File

@ -527,6 +527,7 @@ following, to the stream <code>commits</code> with a subject that matches the re
<p><b>Congratulations! You're done!</b><br />
Updates from JIRA will be sent to the Zulip stream you specified in the JIRA web-hook.
</p>
<img class="screenshot" src="/static/images/integrations/jira/001.png">
<p>
<a href="#services">^ Back to top</a>
@ -692,7 +693,7 @@ key=NAGIOS_BOT_API_KEY
<img class="screenshot" src="/static/images/integrations/pivotal/001.png">
<p><b>Congratulations! You're done!</b><br /> When you make changes in Pivotal Tracker they will be reflected in Zulip:
<p><b>Congratulations! You're done!</b><br /> When you make changes in Pivotal Tracker they will be reflected in Zulip:</p>
<img class="screenshot" src="/static/images/integrations/pivotal/002.png">
<p>
<a href="#services">^ Back to top</a>
@ -722,7 +723,7 @@ key=NAGIOS_BOT_API_KEY
<img class="screenshot" src="/static/images/integrations/newrelic/001.png">
<p><b>Congratulations! You're done!</b><br /> Your New Relic events will
appear in Zulip:
appear in Zulip:</p>
<img class="screenshot" src="/static/images/integrations/newrelic/002.png">
<p>
<a href="#services">^ Back to top</a>