Commit 3775d3cb92746f49bacfd4ef89f822d59379cb4c

Authored by Palak Handa
1 parent 3e15ef9662
Exists in master and in 1 other branch paytm

update location

... ... @@ -1150,7 +1150,7 @@ input.hidden {
1150 1150 line-height: normal;
1151 1151 }
1152 1152 .card-sub-title{
1153   - font-size: 12px;
  1153 + font-size: 15px;
1154 1154 color: #666;
1155 1155 font-weight: normal;
1156 1156 margin-bottom: 0;
... ... @@ -1189,3 +1189,4 @@ input.hidden {
1189 1189 .card-text3 {
1190 1190 border-top: 1px solid rgba(0, 0, 0, .05) !important;
1191 1191 }
  1192 +
... ...
pages/registration.html
... ... @@ -231,18 +231,20 @@
231 231 <img class="card-img-top" src="images/maineventChandigarh.jpg" style="width:100%;">
232 232 <div class="card-block">
233 233 <div class="pull-left">
234   - <h4 class="card-title" style="font-size:22px;">Main Invest Edition, Chandigarh</h4>
235   - <label class="card-sub-title" style="font-size:15px;">December, 2017</label>
  234 + <h4 class="card-title" style="font-size:22px;">Startup Jalsa 2017, Chandigarh</h4>
  235 + <h4 class="card-title" style="font-size:16px;">Main Invest Edition</h4>
  236 + <label class="card-sub-title" style="font-size:15px;">16th-17th December</label>
236 237 </div>
237 238 <div class="pull-right">
238 239 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 25px;" ng-click="register('chandigarh')">Apply</button>
239 240 </div>
240 241 <div class="clearfix"></div>
241   - <!-- <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="maininvest"></span>*</label> -->
  242 + <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="maininvest"></span>*</label>
242 243 </div>
243 244 <div class="card-text2">
244 245 <span style="font-size:15px;"><b>Location</b></span>
245   - <div class="card-text" style="font-size:15px;">To be decided</div>
  246 + <div class="card-text" style="font-size:15px;">Lake Club, Sector 1, Chandigarh</div>
  247 + <div class="card-text" style="font-size:15px;">Starts at 11am on 16th December, Ends at 7pm on 17th December</div>
246 248 </div>
247 249 <!-- <div class="card-text3">
248 250 <p>
... ... @@ -759,6 +761,13 @@
759 761 <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply Promo</button>
760 762 </div>
761 763 <span style="padding-left:10px">* One ticket is valid for one person.</span>
  764 + <!-- <div>
  765 + <div class="checkbox">
  766 + <label style="padding-left:10px;">
  767 + <input type="checkbox" ng-click="IfDinnerCheck()" ng-model="data.networkDinner" value="network Dinner">Networking Dinner with Investors and Speakers
  768 + </label>
  769 + </div>
  770 + </div> -->
762 771 <div class="clearfix"></div>
763 772 <div class="text-center">
764 773 <input type="submit" style="width:200px" class="btn submit-button" ng-disabled="applicantForm.$invalid|| check|| numberCheck" value="Submit" ng-click="calculateAmount()">
... ...
... ... @@ -59,7 +59,7 @@
59 59 hide: false
60 60 };
61 61  
62   - var maininvest = new Date("Nov 30, 2017 12:00:00").getTime();
  62 + var maininvest = new Date("Dec 16, 2017 11:00:00").getTime();
63 63 // Update the count down every 1 second
64 64 var x = setInterval(function() {
65 65 // Get todays date and time
... ... @@ -421,6 +421,14 @@
421 421 }
422 422 };
423 423  
  424 + // $scope.IfDinnerCheck = function(){
  425 + // if(eventType == 'none'){
  426 + // $scope.registration.events.pop(eventName)
  427 + // }else{
  428 + // $scope.registration.events.push(eventType)
  429 + // }
  430 + // }
  431 +
424 432 /*THIS CODE FOR ENABLED SUBMIT BUTTON AFTER UPLOAD IMAGE*/
425 433 $(document).ready(
426 434 function() {
... ...