Moar Sifter.

master
Nick Sergeant 2012-12-16 23:41:50 -05:00
parent b75e3058bb
commit 66ec8478a6
4 changed files with 55 additions and 2 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

@ -1384,6 +1384,7 @@ body.detail {
section.snipts {
article.snipt {
margin-bottom: 0;
margin-top: 15px;
div.container {
width: 839px;
@ -1413,11 +1414,50 @@ body.detail {
}
}
}
div.sifter {
margin-bottom: 0;
margin-top: 10px;
margin-right: 100px;
a.sifter-logo {
float: left;
img {
height: 30px;
margin: 0;
margin-top: 10px;
}
}
div.right {
float: left;
margin-left: 10px;
padding-top: 10px;
h3 {
margin: 0;
}
p {
margin: 0;
}
}
}
}
div.rochester-made {
width: 840px;
}
}
body.is-pro {
section.main {
div.inner {
section.snipts {
article.snipt {
margin-bottom: 0;
margin-top: 30px;
}
}
}
}
}
body.static {
.static-box {
background: rgba(#FFF, .65);

View File

@ -43,6 +43,19 @@
{% endblock %}
{% block content %}
{% if not request.user.profile.is_pro %}
<div class="sifter group">
<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 class="right">
<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>
</div>
</div>
{% endif %}
<section class="snipts" id="snipts">
{% if request.user.is_authenticated and not request.user.profile.is_pro %}
<div class="alert alert-info site-notice"><a href="/pro/">Snipt Pro</a>: Support the development of Snipt and get exclusive features for only $19/year.</div>