Commit 79fc299adf19dc40836c6ab3c5459e6b988c06d1

Authored by Rohit Saini
1 parent 9241675d3f
Exists in master and in 1 other branch paytm

changes

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
pages/registration.html
1 <div class="header"> 1 <div class="header">
2 <div> 2 <div>
3 <img src="images/LOGO.png" class="logojalsa"><span class="jalsaheadr" style="">2018</span> 3 <img src="images/LOGO.png" class="logojalsa"><span class="jalsaheadr" style="">2018</span>
4 <!-- <img src="images/SartupJalsa_Logo.png" style="width:200px;position:relative;"> --> 4 <!-- <img src="images/SartupJalsa_Logo.png" style="width:200px;position:relative;"> -->
5 </div> 5 </div>
6 <div class="clearfix"></div> 6 <div class="clearfix"></div>
7 </div> 7 </div>
8 <!-- CLOSE HEADER --> 8 <!-- CLOSE HEADER -->
9 <form name="applicantForm"> 9 <form name="applicantForm">
10 <div class="col-xs-12 col-md-8 col-md-offset-2"> 10 <div class="col-xs-12 col-md-8 col-md-offset-2">
11 <div class="form-all"> 11 <div class="form-all">
12 <!-- <table style="width: 100%;"> 12 <!-- <table style="width: 100%;">
13 <tr> 13 <tr>
14 <td> 14 <td>
15 <div class="step-one-form" > --> 15 <div class="step-one-form" > -->
16 <!-- form step 1 --> 16 <!-- form step 1 -->
17 <div class="col-xs-12 col-md-6 input-wrapper" > 17 <div class="col-xs-12 col-md-6 input-wrapper" >
18 <div id="snackbar">Error ! Please fill in all fields.</div> 18 <div id="snackbar">Error ! Please fill in all fields.</div>
19 <div class="icon-circle-c"> 19 <div class="icon-circle-c">
20 <i class="material-icons" style="line-height: 31px;">person</i> 20 <i class="material-icons" style="line-height: 31px;">person</i>
21 </div> 21 </div>
22 <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)"> 22 <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)">
23 </div> 23 </div>
24 <div class="col-xs-12 col-md-6 input-wrapper" > 24 <div class="col-xs-12 col-md-6 input-wrapper" >
25 <div id="snackbar">Error ! Please fill in all fields.</div> 25 <div id="snackbar">Error ! Please fill in all fields.</div>
26 <div class="icon-circle-d"> 26 <div class="icon-circle-d">
27 <i class="material-icons" style="line-height: 30px;">email</i> 27 <i class="material-icons" style="line-height: 30px;">email</i>
28 </div> 28 </div>
29 <input type="email" name="email" ng-pattern="/^[^\s@]+@[^\s@]+\.[^\s@]+$/" class="text-input" required class="" ng-model="data.email" ng-blur="emailcheck(data.email)" ng-focus="removeError()" placeholder="Email Address *" ng-change="enteremail(data.email); emailkeyPress(data.email)"> 29 <input type="email" name="email" ng-pattern="/^[^\s@]+@[^\s@]+\.[^\s@]+$/" class="text-input" required class="" ng-model="data.email" ng-blur="emailcheck(data.email)" ng-focus="removeError()" placeholder="Email Address *" ng-change="enteremail(data.email); emailkeyPress(data.email)">
30 <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label> 30 <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label>
31 <!-- <label ng-if="check">Email already exist.</label> --> 31 <!-- <label ng-if="check">Email already exist.</label> -->
32 </div> 32 </div>
33 <div class="col-xs-12 col-md-6 input-wrapper"> 33 <div class="col-xs-12 col-md-6 input-wrapper">
34 <div class="icon-circle-f"> 34 <div class="icon-circle-f">
35 <i class="material-icons" style="line-height: 30px;">location_city</i> 35 <i class="material-icons" style="line-height: 30px;">location_city</i>
36 </div> 36 </div>
37 <select ng-model="data.city" ng-change="selectcity(data.city); citykeyPress(data.city)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required> 37 <select ng-model="data.city" ng-change="selectcity(data.city); citykeyPress(data.city)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required>
38 <option name="city" selected disabled value="">{{data.city}}</option> 38 <option name="city" selected disabled value="">{{data.city}}</option>
39 <option value="Ahmedabad">Ahmedabad</option> 39 <option value="Ahmedabad">Ahmedabad</option>
40 <option value="Bengaluru">Bengaluru</option> 40 <option value="Bengaluru">Bengaluru</option>
41 <option value="Chennai">Chennai</option> 41 <option value="Chennai">Chennai</option>
42 <option value="Delhi">Delhi</option> 42 <option value="Delhi">Delhi</option>
43 <option value="Hyderabad">Hyderabad</option> 43 <option value="Hyderabad">Hyderabad</option>
44 <option value="Jaipur">Jaipur</option> 44 <option value="Jaipur">Jaipur</option>
45 <option value="Kanpur">Kanpur</option> 45 <option value="Kanpur">Kanpur</option>
46 <option value="Kolkata">Kolkata</option> 46 <option value="Kolkata">Kolkata</option>
47 <option value="Mumbai">Mumbai</option> 47 <option value="Mumbai">Mumbai</option>
48 </select> 48 </select>
49 </div> 49 </div>
50 <div class="col-xs-12 col-md-6 input-wrapper" > 50 <div class="col-xs-12 col-md-6 input-wrapper" >
51 <div class="icon-circle-e"> 51 <div class="icon-circle-e">
52 <i class="material-icons" style="line-height: 30px;">phone</i> 52 <i class="material-icons" style="line-height: 30px;">phone</i>
53 </div> 53 </div>
54 <input type="phone" name="phone" ng-pattern="/^\d*(?:\.\d{1,2})?$/" maxlength="10" class="text-input" required class="" ng-model="data.number" ng-blur="numbercheck(data.number)" ng-focus="removeNoError()" placeholder="Mobile No.*" ng-change="enternumber(data.number); phonekeyPress(data.number)"> 54 <input type="phone" name="phone" ng-pattern="/^\d*(?:\.\d{1,2})?$/" maxlength="10" class="text-input" required class="" ng-model="data.number" ng-blur="numbercheck(data.number)" ng-focus="removeNoError()" placeholder="Mobile No.*" ng-change="enternumber(data.number); phonekeyPress(data.number)">
55 <label class="error-message f-family" id="invalidNumber">Please enter only numeric value.</label> 55 <label class="error-message f-family" id="invalidNumber">Please enter only numeric value.</label>
56 <!-- <label ng-if="numberCheck">Contact Number already exist.</label> --> 56 <!-- <label ng-if="numberCheck">Contact Number already exist.</label> -->
57 </div> 57 </div>
58 <div class="col-xs-12 col-md-6 input-wrapper"> 58 <div class="col-xs-12 col-md-6 input-wrapper">
59 <div class="icon-circle-i"> 59 <div class="icon-circle-i">
60 <i class="material-icons" style="line-height: 30px;">perm_identity</i> 60 <i class="material-icons" style="line-height: 30px;">perm_identity</i>
61 </div> 61 </div>
62 <input type="text" class="text-input" ng-model="data.companyName" placeholder="Company Name *" ng-change="enternumber(data.companyName); companykeyPress(data.companyName)" required> 62 <input type="text" class="text-input" ng-model="data.companyName" placeholder="Company Name *" ng-change="enternumber(data.companyName); companykeyPress(data.companyName)" required>
63 </div> 63 </div>
64 <div class="col-xs-12 col-md-6 input-wrapper"> 64 <div class="col-xs-12 col-md-6 input-wrapper">
65 <div class="icon-circle-n"> 65 <div class="icon-circle-n">
66 <i class="material-icons" style="line-height: 30px;">web</i> 66 <i class="material-icons" style="line-height: 30px;">web</i>
67 </div> 67 </div>
68 <input name="website" class="text-input" ng-model="data.website" placeholder="Website link" ng-change="enterwebsite(data.website); revenuekeyPress(data.website)"></input> 68 <input name="website" class="text-input" ng-model="data.website" placeholder="Website link" ng-change="enterwebsite(data.website); revenuekeyPress(data.website)"></input>
69 </div> 69 </div>
70 <div class="col-xs-12 col-md-6 input-wrapper"> 70 <div class="col-xs-12 col-md-6 input-wrapper">
71 <div class="icon-circle-y"> 71 <div class="icon-circle-y">
72 <i class="material-icons" style="line-height: 30px;">assignment</i> 72 <i class="material-icons" style="line-height: 30px;">assignment</i>
73 </div> 73 </div>
74 <select ng-model="data.stage" ng-change="selectechnology(data.stage); fundkeyPress(data.stage)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required> 74 <select ng-model="data.stage" ng-change="selectechnology(data.stage); fundkeyPress(data.stage)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required>
75 <option name="stage" selected disabled value="">Choose Startup Stage *</option> 75 <option name="stage" selected disabled value="">Choose Startup Stage *</option>
76 <option value="Idea">Idea</option> 76 <option value="Idea">Idea</option>
77 <option value="Prototype">Prototype</option> 77 <option value="Prototype">Prototype</option>
78 <!-- <option value="Proof of Concept">Proof of Concept</option> 78 <!-- <option value="Proof of Concept">Proof of Concept</option>
79 <option value="Beta Launched">Beta Launched</option> 79 <option value="Beta Launched">Beta Launched</option>
80 <option value="Early Revenues">Early Revenues</option> 80 <option value="Early Revenues">Early Revenues</option>
81 <option value="Steady Revenues">Steady Revenues</option> 81 <option value="Steady Revenues">Steady Revenues</option>
82 <option value="Other">Other</option> 82 <option value="Other">Other</option>
83 --> </select> 83 --> </select>
84 </div> 84 </div>
85 <div class="col-xs-12 col-md-6 input-wrapper"> 85 <div class="col-xs-12 col-md-6 input-wrapper">
86 <div class="icon-circle-q"> 86 <div class="icon-circle-q">
87 <i class="material-icons" style="line-height: 30px;">business</i> 87 <i class="material-icons" style="line-height: 30px;">business</i>
88 </div> 88 </div>
89 <select ng-model="data.business" ng-change="selectechnology(data.business); ideakeyPress(data.business)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required> 89 <select ng-model="data.business" ng-change="selectechnology(data.business); ideakeyPress(data.business)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required>
90 <option name="business" selected disabled value="">Type of business *</option> 90 <option name="business" selected disabled value="">Type of business *</option>
91 <option value="B2B">B2B</option> 91 <option value="B2B">B2B</option>
92 <option value="B2C">B2C</option> 92 <option value="B2C">B2C</option>
93 <option value="Other">Other</option> 93 <option value="Other">Other</option>
94 </select> 94 </select>
95 </div> 95 </div>
96 <div class="col-xs-12 col-md-12 f-family line-adjust"> 96 <div class="col-xs-12 col-md-12 f-family line-adjust">
97 <strong>How many founders/teammates will be attending the meetup? *</strong> 97 <strong>How many founders/teammates will be attending pitch session? *</strong>
98 <p class="line-space" ></p> 98 <p class="line-space" ></p>
99 </div> 99 </div>
100 <div class="col-xs-12 col-md-12 input-wrapper" > 100 <div class="col-xs-12 col-md-12 input-wrapper" >
101 <div class="icon-circle-o"> 101 <div class="icon-circle-o">
102 <i class="material-icons" style="line-height: 30px;">confirmation_number</i> 102 <i class="material-icons" style="line-height: 30px;">confirmation_number</i>
103 </div> 103 </div>
104 <select ng-model="data.founder" ng-change="selectfounder(data.founder); discountkeyPress(data.founder)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required> 104 <select ng-model="data.founder" ng-change="selectfounder(data.founder); discountkeyPress(data.founder)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required>
105 <option name="founder" selected disabled value="">Choose</option> 105 <option name="founder" selected disabled value="">Choose</option>
106 <option value="1">1</option> 106 <option value="1">1</option>
107 <option value="2">2</option> 107 <option value="2">2</option>
108 <option value="3">3</option> 108 <option value="3">3</option>
109 <option value="more than 3">more than 3</option> 109 <option value="more than 3">more than 3</option>
110 </select> 110 </select>
111 </div> 111 </div>
112 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> 112 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust">
113 <strong>In which city is your startup registered at?</strong> 113 <strong>In which city is your startup registered at?</strong>
114 <p class="line-space" ></p> 114 <p class="line-space" ></p>
115 </div> --> 115 </div> -->
116 <!-- <div class="col-xs-12 col-md-12 input-wrapper"> 116 <!-- <div class="col-xs-12 col-md-12 input-wrapper">
117 <div class="icon-circle-m"> 117 <div class="icon-circle-m">
118 <i class="material-icons" style="line-height: 30px;">assessment</i> 118 <i class="material-icons" style="line-height: 30px;">assessment</i>
119 </div> 119 </div>
120 <input type="text" class="text-input" ng-model="data.cityRegister" placeholder="Your Answer.." ng-change="entertechnology(data.cityRegister); annualkeyPress(data.cityRegister)"> 120 <input type="text" class="text-input" ng-model="data.cityRegister" placeholder="Your Answer.." ng-change="entertechnology(data.cityRegister); annualkeyPress(data.cityRegister)">
121 </div> --> 121 </div> -->
122 <div class="col-xs-12 col-md-12 f-family line-adjust"> 122 <div class="col-xs-12 col-md-12 f-family line-adjust">
123 <strong>Give us a brief introduction about your startup. *</strong> 123 <strong>Give us a brief introduction about your startup. *</strong>
124 <p class="line-space" >Kindly write a powerful Twitter Pitch (characters limit - 200).</p> 124 <p class="line-space" >Kindly write a powerful Twitter Pitch (characters limit - 200).</p>
125 </div> 125 </div>
126 <div class="col-xs-12 col-md-12 input-wrapper"> 126 <div class="col-xs-12 col-md-12 input-wrapper">
127 <div class="icon-circle-x"> 127 <div class="icon-circle-x">
128 <i class="material-icons" style="line-height: 30px;">line_weight</i> 128 <i class="material-icons" style="line-height: 30px;">line_weight</i>
129 </div> 129 </div>
130 <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 <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>
131 </div> 131 </div>
132 <div class="col-xs-12 col-md-12 f-family line-adjust"> 132 <div class="col-xs-12 col-md-12 f-family line-adjust">
133 <strong>Who are your customers? *</strong> 133 <strong>Who are your customers? *</strong>
134 <p class="line-space" >We are looking for a simple and clear answer of who you are selling to (characters limit - 512).</p> 134 <p class="line-space" >We are looking for a simple and clear answer of who you are selling to (characters limit - 512).</p>
135 </div> 135 </div>
136 <div class="col-xs-12 col-md-12 input-wrapper"> 136 <div class="col-xs-12 col-md-12 input-wrapper">
137 <div class="icon-circle-k"> 137 <div class="icon-circle-k">
138 <i class="material-icons" style="line-height: 30px;">help</i> 138 <i class="material-icons" style="line-height: 30px;">help</i>
139 </div> 139 </div>
140 <textarea name="customer" class="text-input textarea" ng-model="data.customer" placeholder="Your Answer.." maxlength="512" ng-change="entersolution(data.customer); websitekeyPress(data.customer)" required></textarea> 140 <textarea name="customer" class="text-input textarea" ng-model="data.customer" placeholder="Your Answer.." maxlength="512" ng-change="entersolution(data.customer); websitekeyPress(data.customer)" required></textarea>
141 </div> 141 </div>
142 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> 142 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust">
143 <strong>What problem you are solving for them? *</strong> 143 <strong>What problem you are solving for them? *</strong>
144 <p class="line-space" >We want to understand how clearly you know the pain point, and how big of a problem it is for the customers.</p> 144 <p class="line-space" >We want to understand how clearly you know the pain point, and how big of a problem it is for the customers.</p>
145 </div> 145 </div>
146 <div class="col-xs-12 col-md-12 input-wrapper f-family"> 146 <div class="col-xs-12 col-md-12 input-wrapper f-family">
147 <div class="icon-circle-p"> 147 <div class="icon-circle-p">
148 <i class="material-icons" style="line-height: 30px;">business_center</i> 148 <i class="material-icons" style="line-height: 30px;">business_center</i>
149 </div> 149 </div>
150 <textarea name="problem" class="text-input textarea" ng-model="data.problem" placeholder="Your Answer.." ng-change="enterbusiness(data.problem); businesskeyPress(data.problem)" required> 150 <textarea name="problem" class="text-input textarea" ng-model="data.problem" placeholder="Your Answer.." ng-change="enterbusiness(data.problem); businesskeyPress(data.problem)" required>
151 </textarea> 151 </textarea>
152 </div> --> 152 </div> -->
153 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> 153 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust">
154 <strong>Link your pitch deck presentation. *</strong> 154 <strong>Link your pitch deck presentation. *</strong>
155 <p class="line-space" > Kindly upload the link to your pitch deck (Dropbox/Google Drive, if on google drive make the link open to all).</p> 155 <p class="line-space" > Kindly upload the link to your pitch deck (Dropbox/Google Drive, if on google drive make the link open to all).</p>
156 </div> 156 </div>
157 <div class="col-xs-12 col-md-12 input-wrapper f-family"> 157 <div class="col-xs-12 col-md-12 input-wrapper f-family">
158 <div class="icon-circle-h"> 158 <div class="icon-circle-h">
159 <i class="material-icons" style="line-height: 30px;">web</i> 159 <i class="material-icons" style="line-height: 30px;">web</i>
160 </div> 160 </div>
161 <input name="link" class="text-input" ng-pattern="/^(http[s]?:\/\/){0,1}(www\.){0,1}[a-zA-Z0-9\.\-]+\.[a-zA-Z]{2,5}[\.]{0,1}/" ng-blur="emailcheck(data.link)" ng-focus="removeError()" ng-model="data.link" placeholder="link" ng-change="enterbusiness(data.link); linkedInkeyPress(data.link)" required> 161 <input name="link" class="text-input" ng-pattern="/^(http[s]?:\/\/){0,1}(www\.){0,1}[a-zA-Z0-9\.\-]+\.[a-zA-Z]{2,5}[\.]{0,1}/" ng-blur="emailcheck(data.link)" ng-focus="removeError()" ng-model="data.link" placeholder="link" ng-change="enterbusiness(data.link); linkedInkeyPress(data.link)" required>
162 <label class="error-message f-family" id="invalidEmail">Please enter a valid link.</label> 162 <label class="error-message f-family" id="invalidEmail">Please enter a valid link.</label>
163 </div> --> 163 </div> -->
164 <div class="col-xs-12 col-md-12 f-family line-adjust"> 164 <div class="col-xs-12 col-md-12 f-family line-adjust">
165 <strong>Coupon Code.</strong> 165 <strong>Coupon Code.</strong>
166 <p class="line-space" >Only applicable for venue partner ecosystem</p> 166 <p class="line-space" >Only applicable for venue partner ecosystem</p>
167 </div> 167 </div>
168 <div class="col-xs-12 input-wrapper"> 168 <div class="col-xs-12 input-wrapper">
169 <div class="referel-icon" style="z-index: 999;"> 169 <div class="referel-icon" style="z-index: 999;">
170 <i class="material-icons" style="line-height: 30px;">code</i> 170 <i class="material-icons" style="line-height: 30px;">code</i>
171 </div> 171 </div>
172 <input class="text-input" ng-model="data.referalToken" placeholder="Enter Coupon code" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)"> 172 <input class="text-input" ng-model="data.referalToken" placeholder="Enter Coupon code" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)">
173 <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i> 173 <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i>
174 <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i> 174 <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i>
175 <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply</button> 175 <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply</button>
176 </div> 176 </div>
177 <div class="clearfix"></div> 177 <div class="clearfix"></div>
178 <!-- </div> --> 178 <!-- </div> -->
179 <!-- close step-one-form --> 179 <!-- close step-one-form -->
180 <!-- </td> 180 <!-- </td>
181 </tr> 181 </tr>
182 </table> --> 182 </table> -->
183 </div> 183 </div>
184 <!-- CLOSE form-all --> 184 <!-- CLOSE form-all -->
185 <!-- </div> --> 185 <!-- </div> -->
186 <div class="clearfix"></div> 186 <div class="clearfix"></div>
187 <div class="text-center"> 187 <div class="text-center">
188 <input type="submit" class="btn submit-button-form" ng-disabled="applicantForm.$invalid" value="Submit" ng-click="submit()"> 188 <input type="submit" class="btn submit-button-form" ng-disabled="applicantForm.$invalid" value="Submit" ng-click="submit()">
189 </div> 189 </div>
190 </div> 190 </div>
191 <!-- col-xs-12 col-md-8 col-md-offset-2 --> 191 <!-- col-xs-12 col-md-8 col-md-offset-2 -->
192 <footer> 192 <footer>
193 <img id="footer" class="img-responsive banner"> 193 <img id="footer" class="img-responsive banner">
194 <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a> 194 <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a>
195 </center> 195 </center>
196 </footer> 196 </footer>
197 </form> 197 </form>
198 <!-- CLOSE FORM --> 198 <!-- CLOSE FORM -->
199 <!-- </div> CLOSE CHECK VIEW --> 199 <!-- </div> CLOSE CHECK VIEW -->
200 <span ng-show="span == true"> 200 <span ng-show="span == true">
201 <span id="chennai"></span> 201 <span id="chennai"></span>
202 <span id="mumbai"></span> 202 <span id="mumbai"></span>
203 <span id="hyderabad"></span> 203 <span id="hyderabad"></span>
204 <span id="kolkata"></span> 204 <span id="kolkata"></span>
205 <span id="delhi"></span> 205 <span id="delhi"></span>
206 <span id="ahmedabad"></span> 206 <span id="ahmedabad"></span>
207 <span id="bengaluru"></span> 207 <span id="bengaluru"></span>
208 <span id="jaipur"></span>kanpur 208 <span id="jaipur"></span>kanpur
209 <span id="kanpur"></span> 209 <span id="kanpur"></span>
210 <span id="dharamsala"></span> 210 <span id="dharamsala"></span>
211 </span> 211 </span>