Skip to content

Commit

Permalink
Merge pull request #105 from epsy/countdown
Browse files Browse the repository at this point in the history
remove the countdown and leave room to add code for the backend to enable it
  • Loading branch information
PirosB3 authored Jun 18, 2017
2 parents 2ecbfd7 + d7a5e4a commit 071fd82
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pybay/templates/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@
<img alt="logo" class="logo" src="{% static 'new/img/PB_PNG.png' %}">
<span class="uppercase text-white">August 10th to 13th - San Francisco, California</span>
<span class="large-h1 video-tagline">Bringing together Python's most forward-thinking developers</span>
<span class="video-moreinfo">Call for proposals closes in</span>
<div class="video-moreinfo countdown" data-date="2017, 06, 17, 23:59"></div>
<span class="video-moreinfo"><a class="btn" href="/cfp">Submit your talk proposal now</a></span>
{% if countdown %}
<span class="video-moreinfo">{{ countdown.text }}</span>
<div class="video-moreinfo countdown" data-date="{{ countdown.date }} "></div>
<span class="video-moreinfo"><a class="btn" href="{{ countdown.link }}">{{ countdown.cta }}</a></span>
{% endif %}
</div>
</div><!--end of row-->
</div><!--end of container-->
Expand Down

0 comments on commit 071fd82

Please sign in to comment.