Commit 5cccd798450ca1a0dcbebe36bee1d05e3cd9d672

Authored by Palak Handa
1 parent 8805301f7a
Exists in master and in 1 other branch paytm

closed pune entries

Showing 2 changed files with 5 additions and 5 deletions   Show diff stats
pages/registration.html
... ... @@ -48,11 +48,11 @@
48 48 <h4 class="card-title">Pune</h4>
49 49 <label class="card-sub-title">11th November,2017</label>
50 50 </div>
51   - <div class="pull-right">
  51 + <!-- <div class="pull-right">
52 52 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('pune')">Apply</button>
53   - </div>
  53 + </div> -->
54 54 <div class="clearfix"></div>
55   - <label class="card-sub-title"><span style="color:red"> Post deadline expires in</span> : <span id="pune"></span></label>
  55 + <label class="card-sub-title"><span style="color:red">Closed</span></label>
56 56 </div>
57 57 <div class="card-text2">
58 58 <span><b>Location</b></span>
... ... @@ -74,7 +74,7 @@
74 74 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('mumbai')">Apply</button>
75 75 </div>
76 76 <div class="clearfix"></div>
77   - <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="mumbai"></span>*</label>
  77 + <label class="card-sub-title"><span style="color:red"> Post deadline expires in</span> : <span id="mumbai"></span>*</label>
78 78 </div>
79 79 <div class="card-text2">
80 80 <span><b>Location</b></span>
... ...
... ... @@ -108,7 +108,7 @@
108 108 }
109 109 }, 1000);
110 110  
111   - var mumbai = new Date("Nov 11, 2017 12:00:00").getTime();
  111 + var mumbai = new Date("Nov 13, 2017 12:00:00").getTime();
112 112 // Update the count down every 1 second
113 113 var x = setInterval(function() {
114 114 // Get todays date and time
... ...