Skip to content

Commit

Permalink
add holiday party link
Browse files Browse the repository at this point in the history
  • Loading branch information
vipjun committed Dec 2, 2014
1 parent b52de77 commit 0c0472f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Binary file modified static/.DS_Store
Binary file not shown.
4 changes: 1 addition & 3 deletions templates/index.html
Expand Up @@ -16,9 +16,7 @@
{% block content %}

<section class="hero-image">
{% comment %}
<a href="/AnnualDonorParty" style="position:absolute; right:-105px; top:-30px; z-index:200"><img width="250" height="250" alt="DonorParty" src="{{cdn}}/static/images/donorparty.png" onmouseover="this.src='{{cdn}}/static/images/donorparty2.png';" onmouseout="this.src='{{cdn}}/static/images/donorparty.png';" border="0"></a>
{% endcomment %}
<a href="http://events.hackerdojo.com/event/4976837411209216-member-night-dojo-holiday-party" style="position:absolute; right:-105px; top:-30px; z-index:200"><img width="250" height="250" alt="DonorParty" src="{{cdn}}/static/images/holidaypartyweb.jpg" onmouseover="this.src='{{cdn}}/static/images/holidaypartyweb.jpg';" onmouseout="this.src='{{cdn}}/static/images/holidaypartyweb.jpg';" border="0"></a>

<div id="mycarousel" style="overflow:hidden">
<ul style="overflow:none">
Expand Down

0 comments on commit 0c0472f

Please sign in to comment.