Blame view
pages/ambassador.html
4.83 KB
5348de778
|
1 |
<div class="header"> |
b96c88383
|
2 3 4 5 |
<div> <h1 class="startup-jalsa">STARTUP JALSA 2018</h1> </div> <div class="clearfix"></div> |
5348de778
|
6 7 |
</div> <!-- CLOSE HEADER --> |
b96c88383
|
8 9 |
<form name="applicantForm" id="signupForm"> <div class="col-xs-12 col-md-4 col-md-offset-4"> |
be08b6f5e
|
10 |
<div class="form-all"> |
b96c88383
|
11 |
<table style="width: 100%;"> |
be08b6f5e
|
12 13 |
<tr> <td> |
b96c88383
|
14 |
<div class="step-one-form" > |
be08b6f5e
|
15 |
<!-- form step 1 --> |
b96c88383
|
16 |
<div class="col-xs-12 input-wrapper" > |
be08b6f5e
|
17 18 |
<div id="snackbar">Error ! Please fill in all fields.</div> <div class="icon-circle-c"> |
7e3bb1018
|
19 |
<i class="material-icons" style="line-height: 31px;">person</i> |
be08b6f5e
|
20 |
</div> |
b96c88383
|
21 |
<input type="text" class="text-input" required ng-model="data.name" placeholder="Name" id="myBtn" name="name" ng-change="entername(data.name); firstNamekeyPress(data.name)"> |
be08b6f5e
|
22 |
</div> |
b96c88383
|
23 24 |
<div class="clearfix"></div> <div class="col-xs-12 input-wrapper" > |
be08b6f5e
|
25 26 27 28 |
<div id="snackbar">Error ! Please fill in all fields.</div> <div class="icon-circle-d"> <i class="material-icons" style="line-height: 30px;">email</i> </div> |
b96c88383
|
29 |
<input type="email" name="email" ng-pattern="/^[^\s@]+@[^\s@]+\.[^\s@]+$/" class="text-input" required class="" ng-model="data.email" placeholder="Email Address" ng-change="enteremail(data.email); emailkeyPress(data.email)"> |
479efd032
|
30 |
<!-- <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label> |
b96c88383
|
31 |
<label ng-if="check">Email already exist.</label> --> |
be08b6f5e
|
32 |
</div> |
b96c88383
|
33 34 |
<div class="clearfix"></div> <div class="col-xs-12 input-wrapper" > |
be08b6f5e
|
35 36 37 |
<div class="icon-circle-e"> <i class="material-icons" style="line-height: 30px;">phone</i> </div> |
b96c88383
|
38 |
<input type="text" ng-pattern="/^\d*(?:\.\d{1,2})?$/" title="Please enter only numberic numbers" maxlength="10" required class="text-input" ng-model="data.mobile" placeholder="Mobile No." ng-change="enternumber(data.mobile); phonekeyPress(data.mobile)"> |
5348de778
|
39 |
<!-- <label class="error-message f-family" id="invalidNumber">Please enter only numeric value in mobile number field.</label> --> |
b96c88383
|
40 |
<!-- <label ng-if="numberCheck">Contact Number already exist.</label> --> |
edb6fd826
|
41 |
</div> |
b96c88383
|
42 43 |
<div class="clearfix"></div> <div class="col-xs-12 input-wrapper" > |
edb6fd826
|
44 45 |
<div class="icon-circle-o"> <i class="material-icons" style="line-height: 30px;">confirmation_number</i> |
e856f2161
|
46 |
</div> |
b96c88383
|
47 |
<input type="number" ng-pattern="/^\d*(?:\.\d{1,2})?$/" title="Please enter only numberic numbers" maxlength="10" required class="text-input" ng-model="data.discount" placeholder="Percentage Discount" ng-change="enternumber(data.discount); discountkeyPress(data.discount)"> |
e284785e4
|
48 |
</div> |
b96c88383
|
49 |
</div> |
be08b6f5e
|
50 |
<!-- close step-one-form --> |
b96c88383
|
51 |
</td> |
be08b6f5e
|
52 |
</tr> |
b96c88383
|
53 |
</table> |
be08b6f5e
|
54 |
</div> |
d8feb0ddb
|
55 |
<!-- CLOSE form-all --> |
e856f2161
|
56 |
<!-- </div> --> |
d8feb0ddb
|
57 |
<div class="clearfix"></div> |
b96c88383
|
58 59 |
<div style="margin-bottom: 12%;" class="text-center"> <input type="submit" class="btn submit-button" ng-disabled="applicantForm.$invalid" value="Submit" ng-click="submit()"> |
be08b6f5e
|
60 |
</div> |
b96c88383
|
61 |
</div> |
be08b6f5e
|
62 |
<!-- col-xs-12 col-md-8 col-md-offset-2 --> |
b96c88383
|
63 64 65 66 67 |
<footer> <img id="footer" class="img-responsive banner"> <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technologies.</a> </center> </footer> |
be08b6f5e
|
68 |
</form> |
b96c88383
|
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 |
<!-- </div> CLOSE CHECK VIEW --> <div ng-if="verifyView"> <div class="text-center"> <input type="button" class="btn submit-button" ng-disabled="applicantForm.$invalid" value="check the status" ng-click="update()"> </div> </div> </div> <!-- CLOSE NEW-CONTROLLER --> <div class="modal fade" id="myModal" role="dialog"> <div class="modal-dialog" style="left: auto;"> <div class="modal-content"> <div class="modal-body" style="text-align:center;margin-top:5%"> <p style="font-size:22px">Your Refral Code for {{data.discount}}% discount is</p><p style="font-size:24px"><b>{{data.referalToken}}</b></p> </div> <div style="text-align:center;margin-bottom:5%"> <button style="color: #fff;background-color: #4CAF50;" type="button" class="btn btn-default1" data-dismiss="modal">Close</button> </div> </div> </div> |
8e38c5b71
|
87 |
</div> |