Skip to content

Commit

Permalink
update index template bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vipjun committed Sep 22, 2015
1 parent a66cb8b commit b83d9bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file modified main.pyc
Binary file not shown.
5 changes: 2 additions & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
<meta property="fb:admins" content="556346067"/>
{% endblock %}
{% block content %}

<section class="hero-image">
<a href="http://www.hackerdojo.com/Scholarship" style="position:absolute; right:-105px; top:-30px; z-index:200"><img width="250" height="250" alt="DonorParty" src="{{cdn}}/static/images/scholarship-200x200.png" onmouseover="this.src='{{cdn}}/static/images/scholarship-200x200.png';" onmouseout="this.src='{{cdn}}/static/images/scholarship-200x200.png';" border="0"></a>

{% comment %}
<div id="mycarousel" style="overflow:hidden">
Expand Down Expand Up @@ -76,6 +73,8 @@

<div align="center">
<iframe width="560" height="315" src="//www.youtube.com/embed/mcg2By317ZI" frameborder="2" allowfullscreen></iframe>
<section class="hero-image2">
<a href="http://www.hackerdojo.com/Scholarship" style="position:absolute; right:10px; top:240px; z-index:200"><img width="250" height="250" alt="Hacker Dojo Scholarship" src="{{cdn}}/static/images/scholarship-200x200.png"; border="2"></a>
</div>

<div style="clear:both">&nbsp;</div>
Expand Down

0 comments on commit b83d9bf

Please sign in to comment.