Commit 836430b0f17f03be75ac4eff844f3f02287258ca

Authored by Palak Handa
1 parent 7738bbe016
Exists in master and in 1 other branch paytm

minor changes

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
pages/ambassador.html
1 <div class="panel-heading" style="background-color: #42b549;"><img src="images/white.png" style="width: 100px;"></div> 1 <div class="panel-heading" style="background-color: #42b549;"><img src="images/white.png" style="width: 100px;"></div>
2 <form name="applicantForm" id="signupForm"> 2 <form name="applicantForm" id="signupForm">
3 <div style="text-align:center;"> 3 <div style="text-align:center;">
4 <h4>Startup Ambassador</h4> 4 <h4>Startup Ambassador</h4>
5 </div> 5 </div>
6 <div class="col-xs-12 col-md-4 col-md-offset-4"> 6 <div class="col-xs-12 col-md-4 col-md-offset-4">
7 <div class="form-all"> 7 <div class="form-all">
8 <table style="width: 100%;"> 8 <table style="width: 100%;">
9 <tr> 9 <tr>
10 <td> 10 <td>
11 <div class="step-one-form" > 11 <div class="step-one-form" >
12 <!-- form step 1 --> 12 <!-- form step 1 -->
13 <div class="col-xs-12 input-wrapper" > 13 <div class="col-xs-12 input-wrapper" >
14 <div id="snackbar">Error ! Please fill in all fields.</div> 14 <div id="snackbar">Error ! Please fill in all fields.</div>
15 <div class="icon-circle-c"> 15 <div class="icon-circle-c">
16 <i class="material-icons" style="line-height: 31px;">assignment_ind</i> 16 <i class="material-icons" style="line-height: 31px;">assignment_ind</i>
17 </div> 17 </div>
18 <input type="text" class="text-input" required ng-model="data.name" placeholder="Name" id="myBtn" name="name" ng-change="entername(data.name); namekeyPress(data.name)"> 18 <input type="text" class="text-input" required ng-model="data.name" placeholder="Name" id="myBtn" name="name" ng-change="entername(data.name); namekeyPress(data.name)">
19 </div> 19 </div>
20 <div class="clearfix"></div> 20 <div class="clearfix"></div>
21 <div class="col-xs-12 input-wrapper" > 21 <div class="col-xs-12 input-wrapper" >
22 <div id="snackbar">Error ! Please fill in all fields.</div> 22 <div id="snackbar">Error ! Please fill in all fields.</div>
23 <div class="icon-circle-d"> 23 <div class="icon-circle-d">
24 <i class="material-icons" style="line-height: 30px;">email</i> 24 <i class="material-icons" style="line-height: 30px;">email</i>
25 </div> 25 </div>
26 <input type="email" name="email" class="text-input" required class="" ng-model="data.email" placeholder="Email Address" ng-blur="emailcheck(data.email)" ng-focus="removeError()" ng-change="enteremail(data.email); emailkeyPress(data.email)"> 26 <input type="email" name="email" class="text-input" required class="" ng-model="data.email" placeholder="Email Address" ng-blur="emailcheck(data.email)" ng-focus="removeError()" ng-change="enteremail(data.email); emailkeyPress(data.email)">
27 <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label> 27 <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label>
28 <label ng-if="check">Email already exist.</label> 28 <label ng-if="check">Email already exist.</label>
29 </div> 29 </div>
30 <div class="clearfix"></div> 30 <div class="clearfix"></div>
31 <div class="col-xs-12 input-wrapper" > 31 <div class="col-xs-12 input-wrapper" >
32 <div class="icon-circle-e"> 32 <div class="icon-circle-e">
33 <i class="material-icons" style="line-height: 30px;">phone</i> 33 <i class="material-icons" style="line-height: 30px;">phone</i>
34 </div> 34 </div>
35 <input type="number" required class="text-input" ng-model="data.mobile" placeholder="Mobile No." ng-blur="numbercheck(data.mobile)" ng-focus="removeNoError()" ng-change="enternumber(data.mobile); phonekeyPress(data.mobile)"> 35 <input type="number" required class="text-input" ng-model="data.mobile" placeholder="Mobile No." ng-blur="numbercheck(data.mobile)" ng-focus="removeNoError()" ng-change="enternumber(data.mobile); phonekeyPress(data.mobile)">
36 36
37 <label ng-if="numberCheck">Contact Number already exist.</label> 37 <label ng-if="numberCheck">Contact Number already exist.</label>
38 </div> 38 </div>
39 <div class="clearfix"></div> 39 <div class="clearfix"></div>
40 </div> 40 </div>
41 <!-- close step-one-form --> 41 <!-- close step-one-form -->
42 </td> 42 </td>
43 </tr> 43 </tr>
44 </table> 44 </table>
45 </div> 45 </div>
46 <!-- CLOSE form-all --> 46 <!-- CLOSE form-all -->
47 </div> 47 </div>
48 <div class="clearfix"></div> 48 <div class="clearfix"></div>
49 <div style="margin-bottom: 6%;" class="text-center"> 49 <div style="margin-bottom: 12%;" class="text-center">
50 <input type="submit" class="btn submit-button" ng-disabled="applicantForm.$invalid|| check|| numberCheck" value="Submit" ng-click="submit()"> 50 <input type="submit" class="btn submit-button" ng-disabled="applicantForm.$invalid|| check|| numberCheck" value="Submit" ng-click="submit()">
51 </div> 51 </div>
52 <!-- col-xs-12 col-md-8 col-md-offset-2 --> 52 <!-- col-xs-12 col-md-8 col-md-offset-2 -->
53 </form> 53 </form>
54 <!-- CLOSE FORM --> 54 <!-- CLOSE FORM -->
55 <footer> 55 <footer>
56 <img id="footer" class="img-responsive banner"> 56 <img id="footer" class="img-responsive banner">
57 <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technologies.</a> 57 <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technologies.</a>
58 </center> 58 </center>
59 </footer> 59 </footer>
60 <!-- </div> CLOSE CHECK VIEW --> 60 <!-- </div> CLOSE CHECK VIEW -->
61 <div ng-if="verifyView"> 61 <div ng-if="verifyView">
62 <div class="text-center"> 62 <div class="text-center">
63 <input type="button" class="btn submit-button" ng-disabled="applicantForm.$invalid" value="check the status" ng-click="update()"> 63 <input type="button" class="btn submit-button" ng-disabled="applicantForm.$invalid" value="check the status" ng-click="update()">
64 </div> 64 </div>
65 </div> 65 </div>
66 </div> <!-- CLOSE NEW-CONTROLLER --> 66 </div> <!-- CLOSE NEW-CONTROLLER -->
67 <div id="snacsskbar">Registration done successfully.</div> 67 <div id="snacsskbar">Registration done successfully.</div>
68 <div class="modal fade" id="myModal" role="dialog"> 68 <div class="modal fade" id="myModal" role="dialog">
69 <div class="modal-dialog" style="left: auto;"> 69 <div class="modal-dialog" style="left: auto;">
70 <div class="modal-content"> 70 <div class="modal-content">
71 <div class="modal-body" style="text-align:center;margin-top:5%"> 71 <div class="modal-body" style="text-align:center;margin-top:5%">
72 <p style="font-size:22px">Your Refral Code for 10% discount is</p><p style="font-size:24px"><b>{{data.referalToken}}</b></p> 72 <p style="font-size:22px">Your Refral Code for 10% discount is</p><p style="font-size:24px"><b>{{data.referalToken}}</b></p>
73 </div> 73 </div>
74 <div style="text-align:center;margin-bottom:5%"> 74 <div style="text-align:center;margin-bottom:5%">
75 <button style="color: #fff;background-color: #4CAF50;" type="button" class="btn btn-default1" data-dismiss="modal">Close</button> 75 <button style="color: #fff;background-color: #4CAF50;" type="button" class="btn btn-default1" data-dismiss="modal">Close</button>
76 </div> 76 </div>
77 </div> 77 </div>
78 </div> 78 </div>
79 </div> 79 </div>
80 80