Commit 5dc669c2cad43db47f90feaa3a875cddb928dfbe
1 parent
b7aed74674
Exists in
master
and in
1 other branch
jaipur entries closed
Showing
2 changed files
with
18 additions
and
18 deletions
Show diff stats
pages/registration.html
... | ... | @@ -119,11 +119,11 @@ |
119 | 119 | <h4 class="card-title">Jaipur</h4> |
120 | 120 | <label class="card-sub-title">17th November,2017</label> |
121 | 121 | </div> |
122 | - <div class="pull-right"> | |
122 | + <!-- <div class="pull-right"> | |
123 | 123 | <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('jaipur')">Apply</button> |
124 | - </div> | |
124 | + </div> --> | |
125 | 125 | <div class="clearfix"></div> |
126 | - <label class="card-sub-title"><span style="color:red"> Post deadline expires in</span> : <span id="jaipur"></span></label> | |
126 | + <label class="card-sub-title"><span style="color:red">Closed</span></label> | |
127 | 127 | </div> |
128 | 128 | <div class="card-text2"> |
129 | 129 | <span><b>Location</b></span> |
... | ... | @@ -273,7 +273,7 @@ |
273 | 273 | <div class="stages card-align"> |
274 | 274 | <div class="col-xs-6 no-padding"> |
275 | 275 | <div class="card stages-card"> |
276 | - <input type="radio" ng-model="data.stage" class="stageRadio" value="Idea" name="Idea" id="ideation" ng-required="Idea" ng-checked="true" checked="true" ng-click="stage('Idea')"> | |
276 | + <input type="radio" ng-model="data.stage" class="stageRadio" value="Pitch your Idea" name="Pitch your Idea" id="ideation" ng-required="Idea" ng-checked="true" checked="true" ng-click="stage('Pitch your Idea')"> | |
277 | 277 | <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="ideation"> |
278 | 278 | <img class="stage-img stage-idea" src="images/idea-stage.png" alt="Lights"> |
279 | 279 | <div class="card-content f-family"> |
... | ... | @@ -290,7 +290,7 @@ |
290 | 290 | </div> |
291 | 291 | <div class="col-xs-6 no-padding-mobile"> |
292 | 292 | <div class="card stages-card margin-auto-mobile"> |
293 | - <input type="radio" ng-model="data.stage" class="stageRadio" value="Product" name="Product" id="Proof" ng-required="Product" ng-click="stage('Product')"> | |
293 | + <input type="radio" ng-model="data.stage" class="stageRadio" value="Pitch your Startup" name="Pitch your Startup" id="Proof" ng-required="Product" ng-click="stage('Pitch your Startup')"> | |
294 | 294 | <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Proof"> |
295 | 295 | <img class="stage-img stage-product" src="images/production-stage.png" alt="Lights"> |
296 | 296 | <div class="card-content f-family"> | ... | ... |
script.js
... | ... | @@ -289,7 +289,7 @@ |
289 | 289 | |
290 | 290 | //$scope.author = 'Swarn Singh'; |
291 | 291 | $scope.data = {}; |
292 | - $scope.data.stage = 'Idea'; | |
292 | + $scope.data.stage = 'Pitch your Idea'; | |
293 | 293 | $scope.discountAmount = 0; |
294 | 294 | $scope.check = false; |
295 | 295 | $scope.numberCheck = false; |
... | ... | @@ -497,18 +497,18 @@ |
497 | 497 | //$scope.userId = result.data.id; |
498 | 498 | |
499 | 499 | if($scope.data.citymeetup == "pune"){ |
500 | - if ($scope.data.stage == "Idea") { | |
500 | + if ($scope.data.stage == "Pitch your Idea") { | |
501 | 501 | console.log("$scope.data", $scope.data) |
502 | 502 | $scope.ticketAmnt = 700; |
503 | 503 | } |
504 | 504 | |
505 | - if ($scope.data.stage == "Product") { | |
505 | + if ($scope.data.stage == "Pitch your Startup") { | |
506 | 506 | $scope.ticketAmnt = 1400; |
507 | 507 | } |
508 | 508 | |
509 | - if ($scope.data.stage == "Growth") { | |
510 | - $scope.ticketAmnt = 1400; | |
511 | - } | |
509 | + // if ($scope.data.stage == "Growth") { | |
510 | + // $scope.ticketAmnt = 1400; | |
511 | + // } | |
512 | 512 | } |
513 | 513 | else if($scope.data.citymeetup == "mainevent"){ |
514 | 514 | // if ($scope.data.stage == '') { |
... | ... | @@ -525,18 +525,18 @@ |
525 | 525 | // } |
526 | 526 | } |
527 | 527 | else{ |
528 | - if ($scope.data.stage == "Idea") { | |
528 | + if ($scope.data.stage == "Pitch your Idea") { | |
529 | 529 | console.log("$scope.data", $scope.data) |
530 | 530 | $scope.ticketAmnt = 500; |
531 | 531 | } |
532 | 532 | |
533 | - if ($scope.data.stage == "Product") { | |
533 | + if ($scope.data.stage == "Pitch your Startup") { | |
534 | 534 | $scope.ticketAmnt = 1000; |
535 | 535 | } |
536 | 536 | |
537 | - if ($scope.data.stage == "Growth") { | |
538 | - $scope.ticketAmnt = 1000; | |
539 | - } | |
537 | + // if ($scope.data.stage == "Growth") { | |
538 | + // $scope.ticketAmnt = 1000; | |
539 | + // } | |
540 | 540 | } |
541 | 541 | // if ($scope.data.stage == "Visitor") { |
542 | 542 | // $scope.ticketAmnt = 500; |
... | ... | @@ -685,7 +685,7 @@ |
685 | 685 | $scope.stagekeyPress(); |
686 | 686 | console.log("stage--2",stage) |
687 | 687 | |
688 | - if (stage == 'Idea') { | |
688 | + if (stage == 'Pitch your Idea') { | |
689 | 689 | $scope.Productshow = "no"; |
690 | 690 | $scope.current = 10; |
691 | 691 | $scope.proto = true; |
... | ... | @@ -704,7 +704,7 @@ |
704 | 704 | $scope.Product = false; |
705 | 705 | $scope.Growth = false; |
706 | 706 | // $scope.Visitor = false; |
707 | - } else if (stage == 'Product') { | |
707 | + } else if (stage == 'Pitch your Startup') { | |
708 | 708 | $scope.Productshow = "no"; |
709 | 709 | $scope.current = 10; |
710 | 710 | $scope.proto = true; | ... | ... |