Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit 6cdfc55

Browse files
committed
2018 Countdown
1 parent dfbb272 commit 6cdfc55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
<script>
1515
$(function($){
16-
var newDate = new Date(2017, 9, 7);
16+
var newDate = new Date(2018, 9, 6);
1717
$('#countdown-ex1').countdown({until: newDate});
1818
});
1919
</script>
2020

2121
<h2 data-caption-animate="fadeInUp">CODEWEEK.EU</h2>
22-
<p data-caption-animate="fadeInUp" data-caption-delay="200">7th &mdash; 22nd October 2017 <a href="https://twitter.com/search?q=%23codeEU&amp;f=realtime">#codeEU</a></p>
22+
<p data-caption-animate="fadeInUp" data-caption-delay="200">6th &mdash; 21st October 2018 <a href="https://twitter.com/search?q=%23codeEU&amp;f=realtime">#codeEU</a></p>
2323
</div>
2424
</div>
2525
</div>

0 commit comments

Comments
 (0)