Commit 7b2bef22782026c9e02d414a021493bf6c755acc

Authored by Palak Handa
1 parent 39b23bb65f
Exists in master and in 1 other branch paytm

background image added

... ... @@ -484,7 +484,7 @@ stroke-dashoffset:0
484 484 }
485 485  
486 486 #front {
487   - background-image: url(/images/backgroundimage.jpeg);
  487 + background-image: url(/images/backgroundimage-light.jpeg);
488 488 background-repeat: inherit;
489 489  
490 490 }
... ...
images/backgroundimage-light.jpeg

205 KB

... ... @@ -78,11 +78,11 @@
78 78 </div><br>
79 79 </div>
80 80 </div>
81   - <footer>
82   - <img id="footer" class="img-responsive banner">
83   - <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technologies.</a> </center>
84   - </footer>
85 81 </form>
  82 +<footer style="margin-top: 45%;">
  83 + <img id="footer" class="img-responsive banner">
  84 + <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technologies.</a> </center>
  85 +</footer>
86 86 <span ng-show="span == true">
87 87 <span id="chennai"></span>
88 88 <span id="pune"></span>
... ...
pages/registration.html
... ... @@ -561,7 +561,7 @@
561 561 <option value="anyOther">Any other</option>
562 562 </select>
563 563 </div> -->
564   - <!-- <div class="col-xs-12 col-md-12 f-family line-adjust">
  564 +<!-- <div class="col-xs-12 col-md-12 f-family line-adjust">
565 565 <strong>Which city meet-up would you like to attend? </strong>
566 566 <p class="line-space" ></p>
567 567 </div>
... ... @@ -763,6 +763,24 @@
763 763  
764 764 <div class="clearfix"></div>
765 765 </div> -->
  766 + <div class="col-xs-12 col-md-12 input-wrapper f-family">
  767 + <div class="icon-circle-abcdefg">
  768 + <i class="material-icons" style="line-height: 30px;">open_with</i>
  769 + </div>
  770 + <select name="quantity" ng-model="data.quantity" ng-change="selectTicket(data.quantity); industrykeyPress(data.quantity)" required style="background-color: #fff;border-radius: 0; font-size: 12px;">
  771 + <option selected disabled value="">Number of Tickets *</option>
  772 + <option value="1">1</option>
  773 + <option value="2">2</option>
  774 + <option value="3">3</option>
  775 + <option value="4">4</option>
  776 + <option value="5">5</option>
  777 + <option value="6">6</option>
  778 + <option value="7">7</option>
  779 + <option value="8">8</option>
  780 + <option value="9">9</option>
  781 + <option value="10">10</option>
  782 + </select>
  783 + </div>
766 784 <div class="col-xs-12 input-wrapper">
767 785 <div class="referel-icon" style="z-index: 999;">
768 786 <i class="material-icons" style="line-height: 30px;">code</i>
... ...
... ... @@ -292,6 +292,7 @@
292 292 $scope.data.stage = 'Pitch your Idea';
293 293 $scope.data.networkDinner = "true";
294 294 $scope.discountAmount = 0;
  295 + // $scope.data.quantity = "1";
295 296 $scope.check = false;
296 297 $scope.numberCheck = false;
297 298 $scope.paymentResult = {};
... ... @@ -505,11 +506,13 @@
505 506 if($scope.data.citymeetup == "chandigarh"){
506 507 if ($scope.data.stage == "Pitch your Idea") {
507 508 console.log("$scope.data", $scope.data)
508   - $scope.ticketAmnt = 3000;
  509 + $scope.ticketAmnt = 3000;
  510 + $scope.ticketAmnt = parseInt($scope.data.quantity)*$scope.ticketAmnt;
509 511 }
510 512  
511 513 if ($scope.data.stage == "Pitch your Startup") {
512   - $scope.ticketAmnt = 3500;
  514 + $scope.ticketAmnt = 3500;
  515 + $scope.ticketAmnt = parseInt($scope.data.quantity)*$scope.ticketAmnt;
513 516 }
514 517  
515 518 // if ($scope.data.stage == "Growth") {
... ... @@ -522,11 +525,13 @@
522 525 if($scope.data.citymeetup == "chandigarh"){
523 526 if ($scope.data.stage == "Pitch your Idea") {
524 527 console.log("$scope.data", $scope.data)
525   - $scope.ticketAmnt = 1000;
  528 + $scope.ticketAmnt = 1000 ;
  529 + $scope.ticketAmnt = parseInt($scope.data.quantity)*$scope.ticketAmnt;
526 530 }
527 531  
528 532 if ($scope.data.stage == "Pitch your Startup") {
529   - $scope.ticketAmnt = 1500;
  533 + $scope.ticketAmnt = 1500;
  534 + $scope.ticketAmnt = parseInt($scope.data.quantity)*$scope.ticketAmnt;
530 535 }
531 536  
532 537 // if ($scope.data.stage == "Growth") {
... ... @@ -806,16 +811,18 @@
806 811 $('.icon-circle-abc').css('background-color', 'rgb(66, 181, 73)');
807 812 }
808 813  
809   - $scope.industrykeyPress = function() {
810   - $scope.addOther = false;
811   - $scope.hideSelectBox = true;
812   - $('.icon-circle-abcdefg').css('background-color', 'rgb(66, 181, 73)');
813   - var e = document.getElementById("dataIndustry");
814   - var dataIndustry = e.options[e.selectedIndex].value;
815   - if(dataIndustry == "others") {
816   - $scope.addOther = true;
817   - $scope.hideSelectBox = false;
818   - }
  814 + $scope.industrykeyPress = function(quantity) {
  815 + console.log("fghj",quantity)
  816 + $('.icon-circle-abcdefg').css('background-color', 'rgb(66, 181, 73)');
  817 + // $scope.addOther = false;
  818 + // $scope.hideSelectBox = true;
  819 + // $('.icon-circle-abcdefg').css('background-color', 'rgb(66, 181, 73)');
  820 + // var e = document.getElementById("dataIndustry");
  821 + // var dataIndustry = e.options[e.selectedIndex].value;
  822 + // if(dataIndustry == "others") {
  823 + // $scope.addOther = true;
  824 + // $scope.hideSelectBox = false;
  825 + // }
819 826 }
820 827  
821 828 $scope.industryNamekeyPress = function(firstName) {
... ...