Move the blogging feature up a bit on the homepage.

master
Nick Sergeant 2013-05-13 15:06:03 -04:00
parent 1871ec8ef6
commit 9b1cbf5788
5 changed files with 11 additions and 11 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

@ -2583,10 +2583,10 @@ body.homepage {
margin: 10px 0;
}
&.blog {
background: url('../img/homepage-feature-blog.png') 720px top no-repeat;
background: url('../img/homepage-feature-blog.png') 78px top no-repeat;
}
&.browse {
background: url('../img/homepage-feature-browse.png') 78px top no-repeat;
background: url('../img/homepage-feature-browse.png') 720px top no-repeat;
}
&.share {
background: url('../img/homepage-feature-share.png') 720px top no-repeat;

View File

@ -40,7 +40,7 @@
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/highlightjs-themes/tomorrow.css" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/blog-themes/default/style.css" />
{% else %}
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?86" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?87" />
{% endif %}
{% if has_snipts and not detail %}

View File

@ -95,18 +95,18 @@
<p>Mark a snipt as <code class="good">public</code> to share it with the world. Share on Twitter, comment with Disqus, etc.</p>
</div>
</div>
<div class="feature row browse">
<div class="inner">
<h2>Browse, search, learn.</h2>
<p><a href="/public/">Browse</a> and <a href="/search/">search</a> through public snipts to learn new approaches and best practices.</p>
</div>
</div>
<div class="feature row blog">
<div class="inner">
<h2>Fast, code-focused blogging.</h2>
<p><a href="/blogging/">A full blog in seconds</a>: mark a snipt as "Blog Post", and blog with ease. Markdown support built-in. Your domain, or ours.</p>
</div>
</div>
<div class="feature row browse">
<div class="inner">
<h2>Browse, search, learn.</h2>
<p><a href="/public/">Browse</a> and <a href="/search/">search</a> through public snipts to learn new approaches and best practices.</p>
</div>
</div>
</div>
</section>
{% endblock %}