Commit fb4e2a0539fba3f81e44fde37d899e0a481661b6

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

minr change

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 <h1 class="startup-jalsa">STARTUP JALSA 2018</h1> 3 <h1 class="startup-jalsa">STARTUP JALSA 2018</h1>
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" 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" 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-e"> 34 <div class="icon-circle-e">
35 <i class="material-icons" style="line-height: 30px;">phone</i> 35 <i class="material-icons" style="line-height: 30px;">phone</i>
36 </div> 36 </div>
37 <input type="text" ng-pattern="/^\d*(?:\.\d{1,2})?$/" title="Please enter only numberic numbers" maxlength="10" required class="text-input" ng-model="data.number" placeholder="Mobile No.*" ng-change="enternumber(data.number); phonekeyPress(data.number)"> 37 <input type="text" ng-pattern="/^\d*(?:\.\d{1,2})?$/" title="Please enter only numberic numbers" maxlength="10" required class="text-input" ng-model="data.number" placeholder="Mobile No.*" ng-change="enternumber(data.number); phonekeyPress(data.number)">
38 <!-- <label class="error-message f-family" id="invalidNumber">Please enter only numeric value in mobile number field.</label> --> 38 <!-- <label class="error-message f-family" id="invalidNumber">Please enter only numeric value in mobile number field.</label> -->
39 <label ng-if="numberCheck">Contact Number already exist.</label> 39 <label ng-if="numberCheck">Contact Number already exist.</label>
40 </div> 40 </div>
41 <div class="col-xs-12 col-md-6 input-wrapper"> 41 <div class="col-xs-12 col-md-6 input-wrapper">
42 <div class="icon-circle-f"> 42 <div class="icon-circle-f">
43 <i class="material-icons" style="line-height: 30px;">location_city</i> 43 <i class="material-icons" style="line-height: 30px;">location_city</i>
44 </div> 44 </div>
45 <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> 45 <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>
46 <option name="city" selected disabled value="">{{data.city}}</option> 46 <option name="city" selected disabled value="">{{data.city}}</option>
47 <option value="Ahmedabad">Ahmedabad</option> 47 <option value="Ahmedabad">Ahmedabad</option>
48 <option value="Bengaluru">Bengaluru</option> 48 <option value="Bengaluru">Bengaluru</option>
49 <option value="Chennai">Chennai</option> 49 <option value="Chennai">Chennai</option>
50 <option value="Delhi">Delhi</option> 50 <option value="Delhi">Delhi</option>
51 <option value="Hyderabad">Hyderabad</option> 51 <option value="Hyderabad">Hyderabad</option>
52 <option value="Jaipur">Jaipur</option> 52 <option value="Jaipur">Jaipur</option>
53 <option value="Kanpur">Kanpur</option> 53 <option value="Kanpur">Kanpur</option>
54 <option value="Kolkata">Kolkata</option> 54 <option value="Kolkata">Kolkata</option>
55 <option value="Mumbai">Mumbai</option> 55 <option value="Mumbai">Mumbai</option>
56 </select> 56 </select>
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 </select> 93 </select>
94 </div> 94 </div>
95 <div class="col-xs-12 col-md-12 f-family line-adjust"> 95 <div class="col-xs-12 col-md-12 f-family line-adjust">
96 <strong>How many founders/teammates will be attending the meetup? *</strong> 96 <strong>How many founders/teammates will be attending the meetup? *</strong>
97 <p class="line-space" ></p> 97 <p class="line-space" ></p>
98 </div> 98 </div>
99 <div class="col-xs-12 col-md-12 input-wrapper" > 99 <div class="col-xs-12 col-md-12 input-wrapper" >
100 <div class="icon-circle-o"> 100 <div class="icon-circle-o">
101 <i class="material-icons" style="line-height: 30px;">confirmation_number</i> 101 <i class="material-icons" style="line-height: 30px;">confirmation_number</i>
102 </div> 102 </div>
103 <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> 103 <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 <option name="founder" selected disabled value="">Choose</option> 104 <option name="founder" selected disabled value="">Choose</option>
105 <option value="1">1</option> 105 <option value="1">1</option>
106 <option value="2">2</option> 106 <option value="2">2</option>
107 <option value="3">3</option> 107 <option value="3">3</option>
108 <option value="more than 3">more than 3</option> 108 <option value="more than 3">more than 3</option>
109 </select> 109 </select>
110 </div> 110 </div>
111 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> 111 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust">
112 <strong>In which city is your startup registered at?</strong> 112 <strong>In which city is your startup registered at?</strong>
113 <p class="line-space" ></p> 113 <p class="line-space" ></p>
114 </div> --> 114 </div> -->
115 <!-- <div class="col-xs-12 col-md-12 input-wrapper"> 115 <!-- <div class="col-xs-12 col-md-12 input-wrapper">
116 <div class="icon-circle-m"> 116 <div class="icon-circle-m">
117 <i class="material-icons" style="line-height: 30px;">assessment</i> 117 <i class="material-icons" style="line-height: 30px;">assessment</i>
118 </div> 118 </div>
119 <input type="text" class="text-input" ng-model="data.cityRegister" placeholder="Your Answer.." ng-change="entertechnology(data.cityRegister); annualkeyPress(data.cityRegister)"> 119 <input type="text" class="text-input" ng-model="data.cityRegister" placeholder="Your Answer.." ng-change="entertechnology(data.cityRegister); annualkeyPress(data.cityRegister)">
120 </div> --> 120 </div> -->
121 <div class="col-xs-12 col-md-12 f-family line-adjust"> 121 <div class="col-xs-12 col-md-12 f-family line-adjust">
122 <strong>Give us a brief introduction about your startup. *</strong> 122 <strong>Give us a brief introduction about your startup. *</strong>
123 <p class="line-space" >Kindly write a powerful Twitter Pitch.</p> 123 <p class="line-space" >Kindly write a powerful Twitter Pitch.</p>
124 </div> 124 </div>
125 <div class="col-xs-12 col-md-12 input-wrapper"> 125 <div class="col-xs-12 col-md-12 input-wrapper">
126 <div class="icon-circle-x"> 126 <div class="icon-circle-x">
127 <i class="material-icons" style="line-height: 30px;">line_weight</i> 127 <i class="material-icons" style="line-height: 30px;">line_weight</i>
128 </div> 128 </div>
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> 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 </div> 130 </div>
131 <div class="col-xs-12 col-md-12 f-family line-adjust"> 131 <div class="col-xs-12 col-md-12 f-family line-adjust">
132 <strong>Who are your customers? *</strong> 132 <strong>Who are your customers? *</strong>
133 <p class="line-space" >We are looking for a simple and clear answer of who you are selling to.</p> 133 <p class="line-space" >We are looking for a simple and clear answer of who you are selling to.</p>
134 </div> 134 </div>
135 <div class="col-xs-12 col-md-12 input-wrapper"> 135 <div class="col-xs-12 col-md-12 input-wrapper">
136 <div class="icon-circle-k"> 136 <div class="icon-circle-k">
137 <i class="material-icons" style="line-height: 30px;">help</i> 137 <i class="material-icons" style="line-height: 30px;">help</i>
138 </div> 138 </div>
139 <textarea name="customer" class="text-input textarea" ng-model="data.customer" placeholder="Your Answer.." ng-change="entersolution(data.customer); websitekeyPress(data.customer)" required></textarea> 139 <textarea name="customer" class="text-input textarea" ng-model="data.customer" placeholder="Your Answer.." ng-change="entersolution(data.customer); websitekeyPress(data.customer)" required></textarea>
140 </div> 140 </div>
141 <div class="col-xs-12 col-md-12 f-family line-adjust"> 141 <div class="col-xs-12 col-md-12 f-family line-adjust">
142 <strong>What problem you are solving for them? *</strong> 142 <strong>What problem you are solving for them? *</strong>
143 <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> 143 <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 </div> 144 </div>
145 <div class="col-xs-12 col-md-12 input-wrapper f-family"> 145 <div class="col-xs-12 col-md-12 input-wrapper f-family">
146 <div class="icon-circle-p"> 146 <div class="icon-circle-p">
147 <i class="material-icons" style="line-height: 30px;">business_center</i> 147 <i class="material-icons" style="line-height: 30px;">business_center</i>
148 </div> 148 </div>
149 <textarea name="problem" class="text-input textarea" ng-model="data.problem" placeholder="Your Answer.." ng-change="enterbusiness(data.problem); businesskeyPress(data.problem)" required> 149 <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> 150 </textarea>
151 </div> 151 </div>
152 <div class="col-xs-12 col-md-12 f-family line-adjust"> 152 <div class="col-xs-12 col-md-12 f-family line-adjust">
153 <strong>Link your pitch deck presentation. *</strong> 153 <strong>Link your pitch deck presentation. *</strong>
154 <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> 154 <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 </div> 155 </div>
156 <div class="col-xs-12 col-md-12 input-wrapper f-family"> 156 <div class="col-xs-12 col-md-12 input-wrapper f-family">
157 <div class="icon-circle-h"> 157 <div class="icon-circle-h">
158 <i class="material-icons" style="line-height: 30px;">web</i> 158 <i class="material-icons" style="line-height: 30px;">web</i>
159 </div> 159 </div>
160 <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> 160 <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 <label class="error-message f-family" id="invalidEmail">Please enter a valid link.</label> 161 <label class="error-message f-family" id="invalidEmail">Please enter a valid link.</label>
162 </div> 162 </div>
163 <div class="col-xs-12 col-md-12 f-family line-adjust"> 163 <div class="col-xs-12 col-md-12 f-family line-adjust">
164 <strong>Coupon Code.</strong> 164 <strong>Coupon Code.</strong>
165 <p class="line-space" >If applicable.</p> 165 <p class="line-space" >Only applicable for venue partner ecosystem</p>
166 </div> 166 </div>
167 <div class="col-xs-12 input-wrapper"> 167 <div class="col-xs-12 input-wrapper">
168 <div class="referel-icon" style="z-index: 999;"> 168 <div class="referel-icon" style="z-index: 999;">
169 <i class="material-icons" style="line-height: 30px;">code</i> 169 <i class="material-icons" style="line-height: 30px;">code</i>
170 </div> 170 </div>
171 <input class="text-input" ng-model="data.referalToken" placeholder="Enter Coupon code" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)"> 171 <input class="text-input" ng-model="data.referalToken" placeholder="Enter Coupon code" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)">
172 <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i> 172 <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i>
173 <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i> 173 <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i>
174 <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply</button> 174 <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply</button>
175 </div> 175 </div>
176 <div class="clearfix"></div> 176 <div class="clearfix"></div>
177 <!-- </div> --> 177 <!-- </div> -->
178 <!-- close step-one-form --> 178 <!-- close step-one-form -->
179 <!-- </td> 179 <!-- </td>
180 </tr> 180 </tr>
181 </table> --> 181 </table> -->
182 </div> 182 </div>
183 <!-- CLOSE form-all --> 183 <!-- CLOSE form-all -->
184 <!-- </div> --> 184 <!-- </div> -->
185 <div class="clearfix"></div> 185 <div class="clearfix"></div>
186 <div class="text-center"> 186 <div class="text-center">
187 <input type="submit" class="btn submit-button-form" ng-disabled="applicantForm.$invalid" value="Submit" ng-click="submit()"> 187 <input type="submit" class="btn submit-button-form" ng-disabled="applicantForm.$invalid" value="Submit" ng-click="submit()">
188 </div> 188 </div>
189 </div> 189 </div>
190 <!-- col-xs-12 col-md-8 col-md-offset-2 --> 190 <!-- col-xs-12 col-md-8 col-md-offset-2 -->
191 <footer> 191 <footer>
192 <img id="footer" class="img-responsive banner"> 192 <img id="footer" class="img-responsive banner">
193 <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a> 193 <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a>
194 </center> 194 </center>
195 </footer> 195 </footer>
196 </form> 196 </form>
197 <!-- CLOSE FORM --> 197 <!-- CLOSE FORM -->
198 <!-- </div> CLOSE CHECK VIEW --> 198 <!-- </div> CLOSE CHECK VIEW -->