Commit 14eaca52f28c54a06d0e636e297f47b51f94e1ff
1 parent
edb6fd8260
Exists in
master
and in
1 other branch
minor change
Showing
3 changed files
with
28 additions
and
28 deletions
Show diff stats
css/custom.css
pages/ambassador.html
1 | 1 | <div class="header"> |
2 | 2 | <div> |
3 | - <h2 class="startup-jalsa">STARTUP JALSA 2018</h2> | |
3 | + <h1 class="startup-jalsa">STARTUP JALSA 2018</h1> | |
4 | 4 | </div> |
5 | 5 | <div class="clearfix"></div> |
6 | 6 | </div> |
... | ... | @@ -126,7 +126,7 @@ |
126 | 126 | <div class="icon-circle-x"> |
127 | 127 | <i class="material-icons" style="line-height: 30px;">line_weight</i> |
128 | 128 | </div> |
129 | - <textarea name="intro" class="text-input textarea" ng-model="data.intro" placeholder="Your Answer.." ng-change="enterproblem(data.intro); startupNamekeyPress(data.intro)" required></textarea> | |
129 | + <textarea name="intro" class="text-input textarea" ng-model="data.intro" placeholder="Your Answer.." maxlength="200" ng-change="enterproblem(data.intro); startupNamekeyPress(data.intro)" required></textarea> | |
130 | 130 | </div> |
131 | 131 | <div class="col-xs-12 col-md-12 f-family line-adjust"> |
132 | 132 | <strong>Who are your customers?</strong> | ... | ... |
script.js
... | ... | @@ -806,23 +806,23 @@ |
806 | 806 | // } |
807 | 807 | /*******FOR FILL THE DATA AND SHOWS ICON GREEN*/ |
808 | 808 | $scope.stagekeyPress = function() { |
809 | - $('.icon-circle-a').css('background-color', 'rgb(66, 181, 73)'); | |
809 | + $('.icon-circle-a').css('background-color', 'rgb(92, 198, 208)'); | |
810 | 810 | } |
811 | 811 | $scope.sectorkeyPress = function() { |
812 | - $('.icon-circle-b').css('background-color', 'rgb(66, 181, 73)'); | |
812 | + $('.icon-circle-b').css('background-color', 'rgb(92, 198, 208)'); | |
813 | 813 | } |
814 | 814 | |
815 | 815 | $scope.productLaunchkeyPress = function() { |
816 | - $('.icon-circle-ab').css('background-color', 'rgb(66, 181, 73)'); | |
816 | + $('.icon-circle-ab').css('background-color', 'rgb(92, 198, 208)'); | |
817 | 817 | } |
818 | 818 | |
819 | 819 | $scope.launchPeriodkeyPress = function() { |
820 | - $('.icon-circle-abc').css('background-color', 'rgb(66, 181, 73)'); | |
820 | + $('.icon-circle-abc').css('background-color', 'rgb(92, 198, 208)'); | |
821 | 821 | } |
822 | 822 | |
823 | 823 | $scope.industrykeyPress = function(quantity) { |
824 | 824 | console.log("fghj",quantity) |
825 | - $('.icon-circle-abcdefg').css('background-color', 'rgb(66, 181, 73)'); | |
825 | + $('.icon-circle-abcdefg').css('background-color', 'rgb(92, 198, 208)'); | |
826 | 826 | // $scope.addOther = false; |
827 | 827 | // $scope.hideSelectBox = true; |
828 | 828 | // $('.icon-circle-abcdefg').css('background-color', 'rgb(66, 181, 73)'); |
... | ... | @@ -839,12 +839,12 @@ |
839 | 839 | if (firstName == undefined) { |
840 | 840 | $('.icon-circle-o').css('background-color', 'rgb(102, 102, 102)'); |
841 | 841 | } else { |
842 | - $('.icon-circle-o').css('background-color', 'rgb(66, 181, 73)'); | |
842 | + $('.icon-circle-o').css('background-color', 'rgb(92, 198, 208)'); | |
843 | 843 | } |
844 | 844 | } |
845 | 845 | |
846 | 846 | $scope.amountkeyPress = function() { |
847 | - $('.icon-circle-bc').css('background-color', 'rgb(66, 181, 73)'); | |
847 | + $('.icon-circle-bc').css('background-color', 'rgb(92, 198, 208)'); | |
848 | 848 | } |
849 | 849 | |
850 | 850 | $scope.firstNamekeyPress = function(name) { |
... | ... | @@ -852,7 +852,7 @@ |
852 | 852 | if (name == undefined) { |
853 | 853 | $('.icon-circle-c').css('background-color', 'rgb(102, 102, 102)'); |
854 | 854 | } else { |
855 | - $('.icon-circle-c').css('background-color', 'rgb(66, 181, 73)'); | |
855 | + $('.icon-circle-c').css('background-color', 'rgb(92, 198, 208)'); | |
856 | 856 | } |
857 | 857 | } |
858 | 858 | |
... | ... | @@ -861,7 +861,7 @@ |
861 | 861 | if (email == undefined) { |
862 | 862 | $('.icon-circle-d').css('background-color', 'rgb(102, 102, 102)'); |
863 | 863 | } else { |
864 | - $('.icon-circle-d').css('background-color', 'rgb(66, 181, 73)'); | |
864 | + $('.icon-circle-d').css('background-color', 'rgb(92, 198, 208)'); | |
865 | 865 | } |
866 | 866 | } |
867 | 867 | |
... | ... | @@ -894,7 +894,7 @@ |
894 | 894 | if (number == undefined || number == '') { |
895 | 895 | $('.icon-circle-e').css('background-color', 'rgb(102, 102, 102)'); |
896 | 896 | } else { |
897 | - $('.icon-circle-e').css('background-color', 'rgb(66, 181, 73)'); | |
897 | + $('.icon-circle-e').css('background-color', 'rgb(92, 198, 208)'); | |
898 | 898 | } |
899 | 899 | } |
900 | 900 | |
... | ... | @@ -903,7 +903,7 @@ |
903 | 903 | if (city == undefined) { |
904 | 904 | $('.icon-circle-f').css('background-color', 'rgb(102, 102, 102)'); |
905 | 905 | } else { |
906 | - $('.icon-circle-f').css('background-color', 'rgb(66, 181, 73)'); | |
906 | + $('.icon-circle-f').css('background-color', 'rgb(92, 198, 208)'); | |
907 | 907 | } |
908 | 908 | } |
909 | 909 | |
... | ... | @@ -911,7 +911,7 @@ |
911 | 911 | if (q == undefined) { |
912 | 912 | $('.icon-circle-x').css('background-color', 'rgb(102, 102, 102)'); |
913 | 913 | } else { |
914 | - $('.icon-circle-x').css('background-color', 'rgb(66, 181, 73)'); | |
914 | + $('.icon-circle-x').css('background-color', 'rgb(92, 198, 208)'); | |
915 | 915 | } |
916 | 916 | } |
917 | 917 | |
... | ... | @@ -919,32 +919,32 @@ |
919 | 919 | if (technology == undefined || technology == '') { |
920 | 920 | $('.icon-circle-h').css('background-color', 'rgb(102, 102, 102)'); |
921 | 921 | } else { |
922 | - $('.icon-circle-h').css('background-color', 'rgb(66, 181, 73)'); | |
922 | + $('.icon-circle-h').css('background-color', 'rgb(92, 198, 208)'); | |
923 | 923 | } |
924 | 924 | } |
925 | 925 | $scope.companykeyPress = function(problem) { |
926 | 926 | if (problem == undefined) { |
927 | 927 | $('.icon-circle-i').css('background-color', 'rgb(102, 102, 102)'); |
928 | 928 | } else { |
929 | - $('.icon-circle-i').css('background-color', 'rgb(66, 181, 73)'); | |
929 | + $('.icon-circle-i').css('background-color', 'rgb(92, 198, 208)'); | |
930 | 930 | } |
931 | 931 | } |
932 | 932 | $scope.productNamekeyPress = function(solution) { |
933 | 933 | if (solution == undefined) { |
934 | 934 | $('.icon-circle-j').css('background-color', 'rgb(102, 102, 102)'); |
935 | 935 | } else { |
936 | - $('.icon-circle-j').css('background-color', 'rgb(66, 181, 73)'); | |
936 | + $('.icon-circle-j').css('background-color', 'rgb(92, 198, 208)'); | |
937 | 937 | } |
938 | 938 | } |
939 | 939 | $scope.businesskeyPress = function(business) { |
940 | - $('.icon-circle-p').css('background-color', 'rgb(66, 181, 73)'); | |
940 | + $('.icon-circle-p').css('background-color', 'rgb(92, 198, 208)'); | |
941 | 941 | } |
942 | 942 | |
943 | 943 | $scope.websitekeyPress = function(prototype) { |
944 | 944 | if (prototype == undefined || prototype == '') { |
945 | 945 | $('.icon-circle-k').css('background-color', 'rgb(102, 102, 102)'); |
946 | 946 | } else { |
947 | - $('.icon-circle-k').css('background-color', 'rgb(66, 181, 73)'); | |
947 | + $('.icon-circle-k').css('background-color', 'rgb(92, 198, 208)'); | |
948 | 948 | } |
949 | 949 | } |
950 | 950 | |
... | ... | @@ -952,7 +952,7 @@ |
952 | 952 | if (market == undefined || market == '') { |
953 | 953 | $('.icon-circle-l').css('background-color', 'rgb(102, 102, 102)'); |
954 | 954 | } else { |
955 | - $('.icon-circle-l').css('background-color', 'rgb(66, 181, 73)'); | |
955 | + $('.icon-circle-l').css('background-color', 'rgb(92, 198, 208)'); | |
956 | 956 | } |
957 | 957 | } |
958 | 958 | |
... | ... | @@ -960,7 +960,7 @@ |
960 | 960 | if (risk == undefined || risk == '') { |
961 | 961 | $('.icon-circle-m').css('background-color', 'rgb(102, 102, 102)'); |
962 | 962 | } else { |
963 | - $('.icon-circle-m').css('background-color', 'rgb(66, 181, 73)'); | |
963 | + $('.icon-circle-m').css('background-color', 'rgb(92, 198, 208)'); | |
964 | 964 | } |
965 | 965 | } |
966 | 966 | |
... | ... | @@ -968,7 +968,7 @@ |
968 | 968 | if (team == undefined || team == '') { |
969 | 969 | $('.icon-circle-n').css('background-color', 'rgb(102, 102, 102)'); |
970 | 970 | } else { |
971 | - $('.icon-circle-n').css('background-color', 'rgb(66, 181, 73)'); | |
971 | + $('.icon-circle-n').css('background-color', 'rgb(92, 198, 208)'); | |
972 | 972 | } |
973 | 973 | } |
974 | 974 | |
... | ... | @@ -976,7 +976,7 @@ |
976 | 976 | if (pitch == undefined) { |
977 | 977 | $('.icon-circle-z').css('background-color', 'rgb(102, 102, 102)'); |
978 | 978 | } else { |
979 | - $('.icon-circle-z').css('background-color', 'rgb(66, 181, 73)'); | |
979 | + $('.icon-circle-z').css('background-color', 'rgb(92, 198, 208)'); | |
980 | 980 | } |
981 | 981 | } |
982 | 982 | |
... | ... | @@ -984,7 +984,7 @@ |
984 | 984 | if (discount == undefined) { |
985 | 985 | $('.icon-circle-o').css('background-color', 'rgb(102, 102, 102)'); |
986 | 986 | } else { |
987 | - $('.icon-circle-o').css('background-color', 'rgb(66, 181, 73)'); | |
987 | + $('.icon-circle-o').css('background-color', 'rgb(92, 198, 208)'); | |
988 | 988 | } |
989 | 989 | } |
990 | 990 | |
... | ... | @@ -998,7 +998,7 @@ |
998 | 998 | if (financial == undefined) { |
999 | 999 | $('.icon-circle-q').css('background-color', 'rgb(102, 102, 102)'); |
1000 | 1000 | } else { |
1001 | - $('.icon-circle-q').css('background-color', 'rgb(66, 181, 73)'); | |
1001 | + $('.icon-circle-q').css('background-color', 'rgb(92, 198, 208)'); | |
1002 | 1002 | } |
1003 | 1003 | } |
1004 | 1004 | |
... | ... | @@ -1007,7 +1007,7 @@ |
1007 | 1007 | if (financial == undefined) { |
1008 | 1008 | $('.icon-circle-y').css('background-color', 'rgb(102, 102, 102)'); |
1009 | 1009 | } else { |
1010 | - $('.icon-circle-y').css('background-color', 'rgb(66, 181, 73)'); | |
1010 | + $('.icon-circle-y').css('background-color', 'rgb(92, 198, 208)'); | |
1011 | 1011 | } |
1012 | 1012 | } |
1013 | 1013 | |
... | ... | @@ -1015,7 +1015,7 @@ |
1015 | 1015 | if (referalToken == undefined || referalToken == '') { |
1016 | 1016 | $('.referel-icon').css('background-color', 'rgb(102, 102, 102)'); |
1017 | 1017 | }else { |
1018 | - $('.referel-icon').css('background-color', 'rgb(66, 181, 73)'); | |
1018 | + $('.referel-icon').css('background-color', 'rgb(92, 198, 208)'); | |
1019 | 1019 | } |
1020 | 1020 | } |
1021 | 1021 | ... | ... |