master
Nick Sergeant 2012-02-20 14:19:33 -05:00
parent 857ff40940
commit da440c6602
4 changed files with 26 additions and 1 deletions

View File

@ -1291,6 +1291,16 @@ body.static div#disqus_thread {
width: 709px; }
body.static div#disqus_thread div#dsq-content {
margin-top: 23px; }
body.api-contest a.aea {
border-top: 1px solid #ADA278;
float: right;
margin: -30px 0 0 20px;
-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2); }
body.api-contest a.aea img {
display: block; }
.autumn { background-color: #FFF; color: #000; }
.autumn .hll { background-color: #ffffcc }
.autumn .c { color: #aaaaaa; font-style: italic } /* Comment */

View File

@ -978,3 +978,15 @@ body.static {
}
}
}
body.api-contest {
a.aea {
border-top: 1px solid #ADA278;
float: right;
margin: -30px 0 0 20px;
@include box-shadow(3px, 3px, 10px, rgba(0, 0, 0, .2));
img {
display: block;
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@ -2,11 +2,14 @@
{% block page-title %}API Contest - {{ block.super }}{% endblock %}
{% block body-class %}{{ block.super }} api static{% endblock %}
{% block body-class %}{{ block.super }} api static api-contest{% endblock %}
{% block sub-header %}{% endblock %}
{% block content %}
<div class="static-box">
<a href="http://aneventapart.com" class="aea" title="An Event Apart">
<img src="{{ STATIC_URL }}images/an-event-apart.gif" alt="An Event Apart" />
</a>
<h3>Snipt API Contest</h3>
<p>Build an app that uses the new Snipt API and be entered to win two conference passes to <a href="http://aneventapart.com">An Event Apart</a> of your choosing (worth $1,800+). Public voting determines the winner.
<h4>Rules</h4>