Intercom.

master
Nick Sergeant 2013-11-18 14:40:46 -05:00
parent 2216cfc934
commit 16c9d0ffe8
10 changed files with 68 additions and 25 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

@ -2797,6 +2797,38 @@ body.jobs {
} }
} }
div.exclusive-ad {
color: #666666;
margin: 0 0 30px 15px;
padding: 10px;
padding-top: 0;
text-align: center;
@include border-radius(8px);
@include vertical-gradient(#F2F2F2, white);
h3 {
font: bold 12px/16px $Helvetica;
margin: 0;
}
p {
font: normal 12px/16px $Helvetica;
margin-top: 5px;
a {
font-weight: bold;
}
}
a.logo {
display: block;
text-align: center;
img {
display: inline-block;
margin: 10px 0;
}
}
}
body .one .bsa_it_ad { background: transparent; border: none; font-family: inherit; padding: 0 15px 0 10px; margin: 0; text-align: center; } body .one .bsa_it_ad { background: transparent; border: none; font-family: inherit; padding: 0 15px 0 10px; margin: 0; text-align: center; }
body .one .bsa_it_ad:hover img { -moz-box-shadow: 0 0 3px #000; -webkit-box-shadow: 0 0 3px #000; box-shadow: 0 0 3px #000; } body .one .bsa_it_ad:hover img { -moz-box-shadow: 0 0 3px #000; -webkit-box-shadow: 0 0 3px #000; box-shadow: 0 0 3px #000; }
body .one .bsa_it_ad .bsa_it_i { display: block; padding: 0; float: none; margin: 0 0 5px; } body .one .bsa_it_ad .bsa_it_i { display: block; padding: 0; float: none; margin: 0 0 5px; }

BIN
media/img/intercom.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -40,17 +40,7 @@
{% block content %} {% block content %}
<section class="snipts" id="snipts"> <section class="snipts" id="snipts">
{% if not request.user.profile.is_pro %} {% if not request.user.profile.is_pro %}
<div class="google-ads" style="margin-top: 30px;"> {% include 'ad-detail.html' %}
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- New Snipt Leaderboard -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-6776929316186576"
data-ad-slot="5792558066"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
{% endif %} {% endif %}
{% with 'true' as detail %} {% with 'true' as detail %}
{% include "snipts/snipt-list.html" %} {% include "snipts/snipt-list.html" %}

View File

@ -17,17 +17,7 @@
ng-cloak ng-show="$root.account.id" ng-cloak ng-show="$root.account.id"
{% endif %}> {% endif %}>
{% if not request.user.profile.is_pro %} {% if not request.user.profile.is_pro %}
<div class="google-ads" style="margin-top: 30px;"> {% include 'ad-leaderboard.html' %}
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- New Snipt Leaderboard -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-6776929316186576"
data-ad-slot="5792558066"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
{% endif %} {% endif %}
{% autopaginate snipts 10 %} {% autopaginate snipts 10 %}
{% for snipt in snipts %} {% for snipt in snipts %}

11
templates/ad-detail.html Normal file
View File

@ -0,0 +1,11 @@
<div class="google-ads" style="margin-top: 30px;">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- New Snipt Leaderboard -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-6776929316186576"
data-ad-slot="5792558066"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>

View File

@ -0,0 +1,11 @@
<div class="google-ads" style="margin-top: 30px;">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- New Snipt Leaderboard -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-6776929316186576"
data-ad-slot="5792558066"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>

View File

@ -1,3 +1,12 @@
<div class="exclusive-ad">
<h3>Communicate personally with every single customer.</h3>
<p>
Try <a href="https://www.intercom.io/" title="Intercom">Intercom</a>.
</p>
<a class="logo" href="https://www.intercom.io/" title="Sifter: Simple issue tracking for big projects and small teams.">
<img src="{{ STATIC_URL }}img/intercom.png" alt="Sifter: Simple issue tracking for big projects and small teams." />
</a>
</div>
<section class="ad"> <section class="ad">
<div id="carbonads-container"> <div id="carbonads-container">
<div class="carbonad"> <div class="carbonad">

View File

@ -218,7 +218,7 @@
<aside class="main"> <aside class="main">
{% block ad %} {% block ad %}
{% if not request.user.profile.is_pro %} {% if not request.user.profile.is_pro %}
{% include 'ad.html' %} {% include 'ad-sidebar.html' %}
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% block aside-top %}{% endblock %} {% block aside-top %}{% endblock %}