Site announcement

master
Nick Sergeant 2012-07-19 11:33:00 -04:00
parent bed2e17023
commit 4ea368713f
6 changed files with 26 additions and 3 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

@ -1312,6 +1312,27 @@ div.empty-snipts {
text-shadow: 0 1px 1px #FFF;
@include border-radius(8px);
}
div.site-notice {
margin: 20px;
padding-right: 14px;
text-align: center;
a {
color: #3A87AD;
font-weight: bold;
text-decoration: underline;
}
}
article.snipt {
&:first-of-type {
margin-top: 20px;
}
}
body.detail {
div.site-notice {
margin-right: 100px;
}
}
// Pages
body.detail {

View File

@ -44,6 +44,7 @@
{% block content %}
<section class="snipts" id="snipts">
<div class="alert alert-info site-notice">Announcing <a href="/pro/">Snipt Pro</a>. Support Snipt and get exclusive features for only $19/year.</div>
{% with 'true' as detail %}
{% include "snipts/snipt-list.html" %}
{% endwith %}

View File

@ -13,6 +13,7 @@
{% block content %}
<section class="snipts" id="snipts">
<div class="alert alert-info site-notice">Announcing <a href="/pro/">Snipt Pro</a>. Support the development of Snipt and get exclusive features for only $19/year.</div>
{% autopaginate snipts 10 %}
{% for snipt in snipts %}
{% include "snipts/snipt-list.html" %}

View File

@ -14,7 +14,7 @@
<div class="static-box">
<h2>Snipt <span class="pro">Pro</span> members</h2>
<p><strong>Congratulations!</strong> You're now a Snipt Pro.</p>
<p>You should <a target="blank" href="http://twitter.com/intent/tweet?text=I'm now a Snipt Pro. Are you? https://snipt.net/pro/">tell the world</a>. If you ever need anything at all, <a href="mailto:nick@snipt.net">email Nick</a> directly.</p>
<p>You should <a target="blank" href="http://twitter.com/intent/tweet?text=I'm now a @Snipt Pro. Are you? https://snipt.net/pro/">tell the world</a>. If you ever need anything at all, <a href="mailto:nick@snipt.net">email Nick</a> directly.</p>
<p>We'll bill you again (for $19 USD) exactly one year from now. We'll give you a heads up.</p>
<p>Also, you rock. :)</p>
</div>