Posting jobs.

master
Nick Sergeant 2013-09-05 13:47:24 -04:00
parent 21a825f10a
commit 9101922fe5
4 changed files with 25 additions and 2 deletions

View File

@ -29,3 +29,12 @@
</ul>
</section>
{% endblock %}
{% block aside-top %}
<div class="post-job">
<strong>Want to post a job?</strong>
<p>
Job posts are currently <i>invite only</i>. If you'd like to be considered for future posts, please email <a href="mailto:jobs@snipt.net">jobs@snipt.net</a>.
</p>
</div>
{% endblock %}

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,20 @@ body.jobs {
}
}
}
div.post-job {
background: white;
border: 1px solid #DDDDDD;
margin-bottom: 30px;
margin-left: 15px;
padding: 15px;
@include border-radius;
p {
font-size: 12px;
margin-bottom: 0;
margin-top: 15px;
}
}
}
body.pro {
div.pro-hero {