Showroom promo.

master
Nick Sergeant 2013-08-25 11:52:14 -04:00
parent b094207db7
commit e7a74d6d71
6 changed files with 16 additions and 118 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

@ -220,7 +220,7 @@ header.main {
a.mini-profile {
border-right: 1px solid rgba(#4D6768, .25);
display: block;
padding: 14px 13px 11px 13px;
padding: 14px 13px 8px 13px;
span.avatar {
background-repeat: no-repeat;
@ -720,35 +720,6 @@ 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 {
@ -1750,33 +1721,6 @@ 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;
@ -1784,6 +1728,17 @@ body.detail {
div.site-notice, a.go-pro {
margin-right: 100px;
}
div.showroom-container {
background: transparent url('http://showroom.is/static/img/background.jpg') top left repeat;
border: 1px solid #DDDDDD;
border-left: 0;
margin: 30px 0;
a.go-pro {
border: 0;
margin: 0 auto;
}
}
}
body.error {
section.main {
@ -2076,33 +2031,6 @@ body.search {
body.snipt-page {
section.main {
div.inner {
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;
}
}
}
section.snipts {
article.snipt {
div.container {

View File

@ -44,16 +44,8 @@
{% block content %}
{% if not request.user.profile.is_pro %}
<div class="sifter group">
<a class="sifter-logo" href="https://sifterapp.com/from/snipt" title="Sifter: Simple issue tracking for big projects and small teams.">
<img src="{{ STATIC_URL }}img/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/from/snipt" title="Sifter: Simple issue tracking for big projects and small teams.">Sifter</a> makes it simple.
</p>
</div>
<div class="showroom-container">
<a class="go-pro" href="http://showroom.is/"></a>
</div>
{% endif %}
<section class="snipts" id="snipts">

View File

@ -19,16 +19,5 @@
{% endblock %}
{% block aside-top %}
{% 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/from/snipt" 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/from/snipt" title="Sifter: Simple issue tracking for big projects and small teams.">
<img src="{{ STATIC_URL }}img/sifter-black-white.png" alt="Sifter: Simple issue tracking for big projects and small teams." />
</a>
</div>
{% endif %}
{% include "snipts/tags-public.html" %}
{% endblock %}

View File

@ -23,16 +23,5 @@
{% block aside-top %}
{% include "profile.html" %}
{% 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/from/snipt" 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/from/snipt" title="Sifter: Simple issue tracking for big projects and small teams.">
<img src="{{ STATIC_URL }}img/sifter-black-white.png" alt="Sifter: Simple issue tracking for big projects and small teams." />
</a>
</div>
{% endif %}
{% include "snipts/tags-user.html" %}
{% endblock %}