Sifter is awesome.

master
Nick Sergeant 2012-12-16 23:24:02 -05:00
parent e1dd58eeac
commit 1d79730174
6 changed files with 43 additions and 18 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -602,6 +602,35 @@ section.main {
margin: 50px 0 30px 0;
text-align: center;
}
div.sifter {
color: #666666;
margin: 0 0 30px 15px;
padding: 10px;
padding-top: 0;
@include border-radius(8px);
@include vertical-gradient(#F2F2F2, white);
h3 {
font: bold 12px/16px $Helvetica;
margin: 0;
}
p {
font: normal 12px/16px $Helvetica;
margin-top: 10px;
a {
font-weight: bold;
}
}
a.sifter-logo {
text-align: center;
img {
display: inline-block;
margin: 10px 0;
}
}
}
}
section.main-edit {
div.inner {
@ -1342,18 +1371,6 @@ body.detail {
margin-right: 100px;
}
}
article.snipt {
&:first-of-type {
margin-top: 20px;
}
}
body.is-pro {
article.snipt {
&:first-of-type {
margin-top: 30px;
}
}
}
// Pages
body.detail {
@ -1457,7 +1474,7 @@ body.static {
}
}
aside.main {
padding-top: 20px;
padding-top: 30px;
nav.footer {
margin-top: 10px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -174,6 +174,17 @@
<section class="main group" id="main">
{% block aside %}
<aside class="main">
{% if not request.user.profile.is_pro %}
<div class="sifter">
<h3>Building things is hard.</h3>
<p>
Issue tracking shouldn't be. <a href="https://sifterapp.com/" title="Sifter: Simple issue tracking for big projects and small teams.">Sifter</a> makes it simple.
</p>
<a class="sifter-logo" href="https://sifterapp.com/" title="Sifter: Simple issue tracking for big projects and small teams.">
<img src="{{ STATIC_URL }}images/sifter-black-white.png" alt="Sifter: Simple issue tracking for big projects and small teams." />
</a>
</div>
{% endif %}
{% if tag or favorites %}
<section class="tag-detail">
<div class="heading">
@ -195,9 +206,6 @@
<li class="blog">
<a href="https://blog.snipt.net/">Blog</a>
</li>
<li class="jobs roadmap">
<a href="/jobs/">Jobs</a>
</li>
{% if not request.user.profile.is_pro %}
<li class="pro">
<a href="/pro/">Go Pro</a>