Jobs on Twitter.

master
Nick Sergeant 2013-09-05 14:43:21 -04:00
parent 3c26351883
commit 21023b6781
5 changed files with 11 additions and 3 deletions

View File

@ -31,6 +31,10 @@
{% endblock %}
{% block aside-top %}
<div class="job-twitter">
<a href="https://twitter.com/sniptjobs" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @sniptjobs</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
<div class="post-job">
<strong>Want to post a job?</strong>
<p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1840,6 +1840,10 @@ body.jobs {
}
}
}
div.job-twitter {
margin-bottom: 15px;
margin-left: 15px;
}
div.post-job {
background: white;
border: 1px solid #DDDDDD;

View File

@ -41,7 +41,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?90" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?91" />
{% endif %}
{% if has_snipts and not detail %}