Skip to content

Commit

Permalink
Adding podcast link to homepage.
Browse files Browse the repository at this point in the history
  • Loading branch information
elena committed Feb 11, 2014
1 parent 1d1852a commit 691fb29
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
15 changes: 13 additions & 2 deletions _layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,21 @@
<h2 class="mw">I make websites.</h2>

<br />
{% include social.html %}
<br /><br /><br />

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="/static/js/jqueryrotate.js"></script>
<script type="text/javascript">$(document).ready(function(){$("#t1").rotate(-15); $("#t3").rotate(15);});</script>

{% include social.html %}
<br /><br /><br />

<div id="pc">
<p>Check out my Django podcast:</p>
<p><a href="/django-news-podcast">Django News & Update podcast project.</a><br>
(<a href="https://github.com/elena/django-news-podcast"><em>source</em></a>)</p>
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/132520133&amp;color=ff5500&amp;auto_play=false&amp;hide_related=false&amp;show_artwork=true"></iframe>
</div>

</div><!-- END cn -->
<!-- END ct -->

Expand All @@ -32,3 +40,6 @@ <h2 class="mw">I make websites.</h2>
{% include source.html %}
</center>
{% include footer.html %}


#ct {box-shadow: 0 0 30px rgba(100, 100, 100, 0.4);
14 changes: 9 additions & 5 deletions static/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 691fb29

Please sign in to comment.