Skip to content

Commit d41d67b

Browse files
author
Manuel Rauber
committed
Updates the counter
1 parent 538d80e commit d41d67b

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

index.html

+2-11
Original file line numberDiff line numberDiff line change
@@ -66,20 +66,11 @@
6666
</div>
6767

6868
<div class="triangle content clock yellow" id="tickets">
69-
<h1>GRAB YOUR TICKET</h1>
69+
<h1>END OF CODING PHASE</h1>
7070
<div id="clock-wrapper"></div>
7171
<p class="small">
72-
September 30<sup>th</sup> &amp; October 1<sup>st</sup><br/>
73-
at the <a data-scroll href="#location">Karlshochschule</a> <br/>in Karlsruhe, Germany
72+
Still looking for Pitch Visitor tickets? Head up to <a href="https://eventbrite.com/tickets-external?eid=34015469184&ref=etckt">Eventbrite</a> to grab one!
7473
</p>
75-
76-
<p class="small top-gap">
77-
We refund the full ticket price (except Pitch Visitor) when attending the event.
78-
</p>
79-
<div class="eventbrite" style="width:100%; text-align:left;">
80-
<iframe src="//eventbrite.com/tickets-external?eid=34015469184&ref=etckt" frameborder="0" height="720" width="100%" vspace="0"
81-
hspace="0" marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true"></iframe>
82-
</div>
8374
</div>
8475

8576
<div class="triangle content location" id="location">

js/countdown.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'use strict';
33

44
$(document).ready(function () {
5-
var finalDate = moment('2017-09-30T09:30:00+02:00');
5+
var finalDate = moment('2017-10-01T12:00:00+02:00');
66
var now = moment().unix();
77

88
$('div#clock-wrapper').FlipClock(finalDate.unix() - now, {

0 commit comments

Comments
 (0)