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

Commit 3f8b760

Browse files
authored
Merge pull request #186 from alainvd/master
2018 Countdown
2 parents b8d530a + e3cb895 commit 3f8b760

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)