Mercurial > public > sg101
comparison gpp/templates/core/social_block.html @ 341:871a54546808
Created a social side block so we can remove the obtrusive twitter bulletin.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 27 Feb 2011 01:03:17 +0000 |
parents | |
children | a1e3724f0799 |
comparison
equal
deleted
inserted
replaced
340:2541d27ca056 | 341:871a54546808 |
---|---|
1 {% extends 'side_block.html' %} | |
2 {% block block_title %}SG101 on the Web{% endblock %} | |
3 {% block block_content %} | |
4 <p class="centeredImage"> | |
5 <a href="http://www.twitter.com/SurfGuitar101"><img src="http://twitter-badges.s3.amazonaws.com/twitter-a.png" alt="Follow SurfGuitar101 on Twitter"/></a><br /> | |
6 <a href="http://www.youtube.com/user/surfguitar101?feature=creators_cornier-http%3A//s.ytimg.com/yt/img/creators_corner/YouTube/40x40_yt_white.png"><img src="http://s.ytimg.com/yt/img/creators_corner/YouTube/40x40_yt_white.png" alt="Subscribe to me on YouTube"/></a><img src="http://www.youtube-nocookie.com/gen_204?feature=creators_cornier-http%3A//s.ytimg.com/yt/img/creators_corner/YouTube/40x40_yt_white.png" style="display: none"/> | |
7 </p> | |
8 {% endblock %} |