Commit e7202f14e27a496d61410a036dbb3584cb0d8f8c
1 parent
e01ea6e459
Exists in
master
and in
1 other branch
validation required in upload file
Showing
1 changed file
with
2 additions
and
2 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 | <h4 class="title">General Information</h4> | 12 | <h4 class="title">General Information</h4> |
13 | <!-- <table style="width: 100%;"> | 13 | <!-- <table style="width: 100%;"> |
14 | <tr> | 14 | <tr> |
15 | <td> | 15 | <td> |
16 | <div class="step-one-form" > --> | 16 | <div class="step-one-form" > --> |
17 | <!-- form step 1 --> | 17 | <!-- form step 1 --> |
18 | <div class="col-xs-12 col-md-8 col-md-offset-2 input-wrapper" > | 18 | <div class="col-xs-12 col-md-8 col-md-offset-2 input-wrapper" > |
19 | <div class="form-group"> | 19 | <div class="form-group"> |
20 | <label>Name: *</label> | 20 | <label>Name: *</label> |
21 | <input type="name" class="form-control" ng-model="data.name" required> | 21 | <input type="name" class="form-control" ng-model="data.name" required> |
22 | </div> | 22 | </div> |
23 | <div class="form-group"> | 23 | <div class="form-group"> |
24 | <label>Startup Name: *</label> | 24 | <label>Startup Name: *</label> |
25 | <input type="text" class="form-control" ng-model="data.startupName" required> | 25 | <input type="text" class="form-control" ng-model="data.startupName" required> |
26 | </div> | 26 | </div> |
27 | <div class="form-group"> | 27 | <div class="form-group"> |
28 | <label>Phone No: *</label> | 28 | <label>Phone No: *</label> |
29 | <input type="number" class="form-control" ng-model="data.number" required> | 29 | <input type="number" class="form-control" ng-model="data.number" required> |
30 | </div> | 30 | </div> |
31 | <div class="form-group"> | 31 | <div class="form-group"> |
32 | <label>Email: *</label> | 32 | <label>Email: *</label> |
33 | <input type="email" class="form-control" ng-model="data.email" required> | 33 | <input type="email" class="form-control" ng-model="data.email" required> |
34 | </div> | 34 | </div> |
35 | <div class="form-group"> | 35 | <div class="form-group"> |
36 | <label>City:</label> | 36 | <label>City:</label> |
37 | <input type="text" class="form-control" ng-model="data.city" readonly> | 37 | <input type="text" class="form-control" ng-model="data.city" readonly> |
38 | </div> | 38 | </div> |
39 | <div class="form-group"> | 39 | <div class="form-group"> |
40 | <label>Website:</label> | 40 | <label>Website:</label> |
41 | <input type="text" class="form-control" ng-model="data.website"> | 41 | <input type="text" class="form-control" ng-model="data.website"> |
42 | </div> | 42 | </div> |
43 | <div class="form-group"> | 43 | <div class="form-group"> |
44 | <label>Founding Year: *</label> | 44 | <label>Founding Year: *</label> |
45 | <input type="text" class="form-control" ng-model="data.founder" required> | 45 | <input type="text" class="form-control" ng-model="data.founder" required> |
46 | </div> | 46 | </div> |
47 | <div class="form-group"> | 47 | <div class="form-group"> |
48 | <label>Business Types: *</label> | 48 | <label>Business Types: *</label> |
49 | <select class="form-control" ng-model="data.business" required> | 49 | <select class="form-control" ng-model="data.business" required> |
50 | <option name="business" selected disabled value="">Choose business type</option> | 50 | <option name="business" selected disabled value="">Choose business type</option> |
51 | <option value="B2B">B2B</option> | 51 | <option value="B2B">B2B</option> |
52 | <option value="B2C">B2C</option> | 52 | <option value="B2C">B2C</option> |
53 | </select> | 53 | </select> |
54 | </div> | 54 | </div> |
55 | <div class="form-group"> | 55 | <div class="form-group"> |
56 | <label>Stage: *</label> | 56 | <label>Stage: *</label> |
57 | <select class="form-control" ng-model="data.stage" required> | 57 | <select class="form-control" ng-model="data.stage" required> |
58 | <option name="stage" selected disabled value="">Choose Startup Stage</option> | 58 | <option name="stage" selected disabled value="">Choose Startup Stage</option> |
59 | <option value="Idea">Idea</option> | 59 | <option value="Idea">Idea</option> |
60 | <option value="Prototype">Prototype</option> | 60 | <option value="Prototype">Prototype</option> |
61 | </select> | 61 | </select> |
62 | </div> | 62 | </div> |
63 | <div class="form-group"> | 63 | <div class="form-group"> |
64 | <label>Sector: *</label> | 64 | <label>Sector: *</label> |
65 | <select class="form-control" ng-model="data.sector" ng-change="GetValue()" required> | 65 | <select class="form-control" ng-model="data.sector" ng-change="GetValue()" required> |
66 | <option name="sector" selected disabled value="">Choose sector</option> | 66 | <option name="sector" selected disabled value="">Choose sector</option> |
67 | <option value="Agriculture">Agriculture</option> | 67 | <option value="Agriculture">Agriculture</option> |
68 | <option value="Healthcare">Healthcare</option> | 68 | <option value="Healthcare">Healthcare</option> |
69 | <option value="e-Governance">e-Governance</option> | 69 | <option value="e-Governance">e-Governance</option> |
70 | <option value="Retail">Retail</option> | 70 | <option value="Retail">Retail</option> |
71 | <option value="Food and Beverages">Food and Beverages</option> | 71 | <option value="Food and Beverages">Food and Beverages</option> |
72 | <option value="Hardware">Hardware</option> | 72 | <option value="Hardware">Hardware</option> |
73 | <option value="Software">Software</option> | 73 | <option value="Software">Software</option> |
74 | <option value="Media and Entertainment">Media and Entertainment</option> | 74 | <option value="Media and Entertainment">Media and Entertainment</option> |
75 | <option value="AI">AI</option> | 75 | <option value="AI">AI</option> |
76 | <option value="AR&VR">AR&VR</option> | 76 | <option value="AR&VR">AR&VR</option> |
77 | <option value="Automobile">Automobile</option> | 77 | <option value="Automobile">Automobile</option> |
78 | <option value="Other">Other</option> | 78 | <option value="Other">Other</option> |
79 | </select> | 79 | </select> |
80 | </div> | 80 | </div> |
81 | <div class="form-group" ng-if="ngShowhide"> | 81 | <div class="form-group" ng-if="ngShowhide"> |
82 | <input type="text" class="form-control" ng-model="data.sectorType" placeholder="Other Sector Name"> | 82 | <input type="text" class="form-control" ng-model="data.sectorType" placeholder="Other Sector Name"> |
83 | </div> | 83 | </div> |
84 | <div class="form-group"> | 84 | <div class="form-group"> |
85 | <label>Introduction: *</label> | 85 | <label>Introduction: *</label> |
86 | <textarea type="text" class="form-control" ng-model="data.intro" placeholder="Give us a brief introduction in two lines" rows="3" required></textarea> | 86 | <textarea type="text" class="form-control" ng-model="data.intro" placeholder="Give us a brief introduction in two lines" rows="3" required></textarea> |
87 | </div> | 87 | </div> |
88 | <div class="form-group"> | 88 | <div class="form-group"> |
89 | <label>Revenue: *</label> | 89 | <label>Revenue: *</label> |
90 | <textarea type="text" class="form-control" ng-model="data.revenue" placeholder="Are you generating any revenue? If yes, then mention your numbers" rows="3" required></textarea> | 90 | <textarea type="text" class="form-control" ng-model="data.revenue" placeholder="Are you generating any revenue? If yes, then mention your numbers" rows="3" required></textarea> |
91 | </div> | 91 | </div> |
92 | <div class="form-group"> | 92 | <div class="form-group"> |
93 | <label>Previous Investments: *</label> | 93 | <label>Previous Investments: *</label> |
94 | <textarea type="text" class="form-control" ng-model="data.investment" placeholder="Did you receive any previous investment? If yes, then mention the investment amount and the equity you diluted?" rows="3" required></textarea> | 94 | <textarea type="text" class="form-control" ng-model="data.investment" placeholder="Did you receive any previous investment? If yes, then mention the investment amount and the equity you diluted?" rows="3" required></textarea> |
95 | </div> | 95 | </div> |
96 | <div class="form-group"> | 96 | <div class="form-group"> |
97 | <label>Coupon Code:</label> | 97 | <label>Coupon Code:</label> |
98 | <input type="text" class="form-control" placeholder="If you have a coupon code then apply here"ng-model="data.referalToken"> | 98 | <input type="text" class="form-control" placeholder="If you have a coupon code then apply here"ng-model="data.referalToken"> |
99 | <!-- <input type="text" class="form-control" ng-model="data.referalToken" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)"> | 99 | <!-- <input type="text" class="form-control" ng-model="data.referalToken" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)"> |
100 | <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i> | 100 | <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i> |
101 | <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i> | 101 | <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i> |
102 | <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply</button> --> | 102 | <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply</button> --> |
103 | </div> | 103 | </div> |
104 | <div class="form-group"> | 104 | <div class="form-group"> |
105 | <label>Attach Pitch Deck: *</label> | 105 | <label>Attach Pitch Deck: *</label> |
106 | <input type="file" class="form-control-file" ng-model="data.uploadFile" id="filePicker" accept=".png, .jpg, .jpeg, .pdf, .ppt"> | 106 | <input type="file" class="form-control-file" ng-model="data.uploadFile" id="filePicker" accept=".png, .jpg, .jpeg, .pdf, .ppt"> |
107 | <!-- <span ng-show="fileSelect" class=form-group-text>Please Select a File.</span> --> | 107 | <span ng-show="fileSelect" class=form-group-text>Please Select a File</span> |
108 | </div> | 108 | </div> |
109 | <div class=form-group-text> | 109 | <div class=form-group-text> |
110 | Fields marked with "<b>*</b>" are mandatory. | 110 | Fields marked with "<b>*</b>" are mandatory. |
111 | </div> | 111 | </div> |
112 | </div> | 112 | </div> |
113 | <!-- <div class="col-xs-12 col-md-6 input-wrapper" > | 113 | <!-- <div class="col-xs-12 col-md-6 input-wrapper" > |
114 | <div id="snackbar">Error ! Please fill in all fields.</div> | 114 | <div id="snackbar">Error ! Please fill in all fields.</div> |
115 | <div class="icon-circle-c"> | 115 | <div class="icon-circle-c"> |
116 | <i class="material-icons" style="line-height: 31px;">person</i> | 116 | <i class="material-icons" style="line-height: 31px;">person</i> |
117 | </div> | 117 | </div> |
118 | <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)"> | 118 | <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)"> |
119 | </div> | 119 | </div> |
120 | <div class="col-xs-12 col-md-6 input-wrapper" > | 120 | <div class="col-xs-12 col-md-6 input-wrapper" > |
121 | <div id="snackbar">Error ! Please fill in all fields.</div> | 121 | <div id="snackbar">Error ! Please fill in all fields.</div> |
122 | <div class="icon-circle-d"> | 122 | <div class="icon-circle-d"> |
123 | <i class="material-icons" style="line-height: 30px;">email</i> | 123 | <i class="material-icons" style="line-height: 30px;">email</i> |
124 | </div> | 124 | </div> |
125 | <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)"> | 125 | <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)"> |
126 | <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label> | 126 | <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label> |
127 | </div> | 127 | </div> |
128 | <div class="col-xs-12 col-md-6 input-wrapper"> | 128 | <div class="col-xs-12 col-md-6 input-wrapper"> |
129 | <div class="icon-circle-f"> | 129 | <div class="icon-circle-f"> |
130 | <i class="material-icons" style="line-height: 30px;">location_city</i> | 130 | <i class="material-icons" style="line-height: 30px;">location_city</i> |
131 | </div> | 131 | </div> |
132 | <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> | 132 | <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> |
133 | <option name="city" selected disabled value="">{{data.city}}</option> | 133 | <option name="city" selected disabled value="">{{data.city}}</option> |
134 | <option value="Ahmedabad">Ahmedabad</option> | 134 | <option value="Ahmedabad">Ahmedabad</option> |
135 | <option value="Bengaluru">Bengaluru</option> | 135 | <option value="Bengaluru">Bengaluru</option> |
136 | <option value="Chennai">Chennai</option> | 136 | <option value="Chennai">Chennai</option> |
137 | <option value="Delhi">Delhi</option> | 137 | <option value="Delhi">Delhi</option> |
138 | <option value="Hyderabad">Hyderabad</option> | 138 | <option value="Hyderabad">Hyderabad</option> |
139 | <option value="Jaipur">Jaipur</option> | 139 | <option value="Jaipur">Jaipur</option> |
140 | <option value="Kanpur">Kanpur</option> | 140 | <option value="Kanpur">Kanpur</option> |
141 | <option value="Kolkata">Kolkata</option> | 141 | <option value="Kolkata">Kolkata</option> |
142 | <option value="Mumbai">Mumbai</option> | 142 | <option value="Mumbai">Mumbai</option> |
143 | </select> | 143 | </select> |
144 | </div> | 144 | </div> |
145 | <div class="col-xs-12 col-md-6 input-wrapper" > | 145 | <div class="col-xs-12 col-md-6 input-wrapper" > |
146 | <div class="icon-circle-e"> | 146 | <div class="icon-circle-e"> |
147 | <i class="material-icons" style="line-height: 30px;">phone</i> | 147 | <i class="material-icons" style="line-height: 30px;">phone</i> |
148 | </div> | 148 | </div> |
149 | <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)"> | 149 | <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)"> |
150 | <label class="error-message f-family" id="invalidNumber">Please enter only numeric value.</label> | 150 | <label class="error-message f-family" id="invalidNumber">Please enter only numeric value.</label> |
151 | </div> | 151 | </div> |
152 | <div class="col-xs-12 col-md-6 input-wrapper"> | 152 | <div class="col-xs-12 col-md-6 input-wrapper"> |
153 | <div class="icon-circle-i"> | 153 | <div class="icon-circle-i"> |
154 | <i class="material-icons" style="line-height: 30px;">perm_identity</i> | 154 | <i class="material-icons" style="line-height: 30px;">perm_identity</i> |
155 | </div> | 155 | </div> |
156 | <input type="text" class="text-input" ng-model="data.companyName" placeholder="Company Name *" ng-change="enternumber(data.companyName); companykeyPress(data.companyName)" required> | 156 | <input type="text" class="text-input" ng-model="data.companyName" placeholder="Company Name *" ng-change="enternumber(data.companyName); companykeyPress(data.companyName)" required> |
157 | </div> | 157 | </div> |
158 | <div class="col-xs-12 col-md-6 input-wrapper"> | 158 | <div class="col-xs-12 col-md-6 input-wrapper"> |
159 | <div class="icon-circle-n"> | 159 | <div class="icon-circle-n"> |
160 | <i class="material-icons" style="line-height: 30px;">web</i> | 160 | <i class="material-icons" style="line-height: 30px;">web</i> |
161 | </div> | 161 | </div> |
162 | <input name="website" class="text-input" ng-model="data.website" placeholder="Website link" ng-change="enterwebsite(data.website); revenuekeyPress(data.website)"></input> | 162 | <input name="website" class="text-input" ng-model="data.website" placeholder="Website link" ng-change="enterwebsite(data.website); revenuekeyPress(data.website)"></input> |
163 | </div> | 163 | </div> |
164 | <div class="col-xs-12 col-md-6 input-wrapper"> | 164 | <div class="col-xs-12 col-md-6 input-wrapper"> |
165 | <div class="icon-circle-y"> | 165 | <div class="icon-circle-y"> |
166 | <i class="material-icons" style="line-height: 30px;">assignment</i> | 166 | <i class="material-icons" style="line-height: 30px;">assignment</i> |
167 | </div> | 167 | </div> |
168 | <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> | 168 | <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> |
169 | <option name="stage" selected disabled value="">Choose Startup Stage *</option> | 169 | <option name="stage" selected disabled value="">Choose Startup Stage *</option> |
170 | <option value="Idea">Idea</option> | 170 | <option value="Idea">Idea</option> |
171 | <option value="Prototype">Prototype</option> | 171 | <option value="Prototype">Prototype</option> |
172 | </select> | 172 | </select> |
173 | </div> | 173 | </div> |
174 | <div class="col-xs-12 col-md-6 input-wrapper"> | 174 | <div class="col-xs-12 col-md-6 input-wrapper"> |
175 | <div class="icon-circle-q"> | 175 | <div class="icon-circle-q"> |
176 | <i class="material-icons" style="line-height: 30px;">business</i> | 176 | <i class="material-icons" style="line-height: 30px;">business</i> |
177 | </div> | 177 | </div> |
178 | <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> | 178 | <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> |
179 | <option name="business" selected disabled value="">Type of business *</option> | 179 | <option name="business" selected disabled value="">Type of business *</option> |
180 | <option value="B2B">B2B</option> | 180 | <option value="B2B">B2B</option> |
181 | <option value="B2C">B2C</option> | 181 | <option value="B2C">B2C</option> |
182 | <option value="Other">Other</option> | 182 | <option value="Other">Other</option> |
183 | </select> | 183 | </select> |
184 | </div> | 184 | </div> |
185 | <div class="col-xs-12 col-md-12 f-family line-adjust"> | 185 | <div class="col-xs-12 col-md-12 f-family line-adjust"> |
186 | <strong>How many founders/teammates will be attending pitch session? *</strong> | 186 | <strong>How many founders/teammates will be attending pitch session? *</strong> |
187 | <p class="line-space" ></p> | 187 | <p class="line-space" ></p> |
188 | </div> | 188 | </div> |
189 | <div class="col-xs-12 col-md-12 input-wrapper" > | 189 | <div class="col-xs-12 col-md-12 input-wrapper" > |
190 | <div class="icon-circle-o"> | 190 | <div class="icon-circle-o"> |
191 | <i class="material-icons" style="line-height: 30px;">confirmation_number</i> | 191 | <i class="material-icons" style="line-height: 30px;">confirmation_number</i> |
192 | </div> | 192 | </div> |
193 | <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> | 193 | <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> |
194 | <option name="founder" selected disabled value="">Choose</option> | 194 | <option name="founder" selected disabled value="">Choose</option> |
195 | <option value="1">1</option> | 195 | <option value="1">1</option> |
196 | <option value="2">2</option> | 196 | <option value="2">2</option> |
197 | <option value="3">3</option> | 197 | <option value="3">3</option> |
198 | <option value="more than 3">more than 3</option> | 198 | <option value="more than 3">more than 3</option> |
199 | </select> | 199 | </select> |
200 | </div> --> | 200 | </div> --> |
201 | <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> | 201 | <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> |
202 | <strong>In which city is your startup registered at?</strong> | 202 | <strong>In which city is your startup registered at?</strong> |
203 | <p class="line-space" ></p> | 203 | <p class="line-space" ></p> |
204 | </div> --> | 204 | </div> --> |
205 | <!-- <div class="col-xs-12 col-md-12 input-wrapper"> | 205 | <!-- <div class="col-xs-12 col-md-12 input-wrapper"> |
206 | <div class="icon-circle-m"> | 206 | <div class="icon-circle-m"> |
207 | <i class="material-icons" style="line-height: 30px;">assessment</i> | 207 | <i class="material-icons" style="line-height: 30px;">assessment</i> |
208 | </div> | 208 | </div> |
209 | <input type="text" class="text-input" ng-model="data.cityRegister" placeholder="Your Answer.." ng-change="entertechnology(data.cityRegister); annualkeyPress(data.cityRegister)"> | 209 | <input type="text" class="text-input" ng-model="data.cityRegister" placeholder="Your Answer.." ng-change="entertechnology(data.cityRegister); annualkeyPress(data.cityRegister)"> |
210 | </div> --> | 210 | </div> --> |
211 | <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> | 211 | <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> |
212 | <strong>Give us a brief introduction about your startup. *</strong> | 212 | <strong>Give us a brief introduction about your startup. *</strong> |
213 | <p class="line-space" >Kindly write a powerful Twitter Pitch (characters limit - 200).</p> | 213 | <p class="line-space" >Kindly write a powerful Twitter Pitch (characters limit - 200).</p> |
214 | </div> | 214 | </div> |
215 | <div class="col-xs-12 col-md-12 input-wrapper"> | 215 | <div class="col-xs-12 col-md-12 input-wrapper"> |
216 | <div class="icon-circle-x"> | 216 | <div class="icon-circle-x"> |
217 | <i class="material-icons" style="line-height: 30px;">line_weight</i> | 217 | <i class="material-icons" style="line-height: 30px;">line_weight</i> |
218 | </div> | 218 | </div> |
219 | <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> | 219 | <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> |
220 | </div> | 220 | </div> |
221 | <div class="col-xs-12 col-md-12 f-family line-adjust"> | 221 | <div class="col-xs-12 col-md-12 f-family line-adjust"> |
222 | <strong>Who are your customers? *</strong> | 222 | <strong>Who are your customers? *</strong> |
223 | <p class="line-space" >We are looking for a simple and clear answer of who you are selling to (characters limit - 512).</p> | 223 | <p class="line-space" >We are looking for a simple and clear answer of who you are selling to (characters limit - 512).</p> |
224 | </div> | 224 | </div> |
225 | <div class="col-xs-12 col-md-12 input-wrapper"> | 225 | <div class="col-xs-12 col-md-12 input-wrapper"> |
226 | <div class="icon-circle-k"> | 226 | <div class="icon-circle-k"> |
227 | <i class="material-icons" style="line-height: 30px;">help</i> | 227 | <i class="material-icons" style="line-height: 30px;">help</i> |
228 | </div> | 228 | </div> |
229 | <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> | 229 | <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> |
230 | </div> --> | 230 | </div> --> |
231 | <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> | 231 | <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> |
232 | <strong>What problem you are solving for them? *</strong> | 232 | <strong>What problem you are solving for them? *</strong> |
233 | <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> | 233 | <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> |
234 | </div> | 234 | </div> |
235 | <div class="col-xs-12 col-md-12 input-wrapper f-family"> | 235 | <div class="col-xs-12 col-md-12 input-wrapper f-family"> |
236 | <div class="icon-circle-p"> | 236 | <div class="icon-circle-p"> |
237 | <i class="material-icons" style="line-height: 30px;">business_center</i> | 237 | <i class="material-icons" style="line-height: 30px;">business_center</i> |
238 | </div> | 238 | </div> |
239 | <textarea name="problem" class="text-input textarea" ng-model="data.problem" placeholder="Your Answer.." ng-change="enterbusiness(data.problem); businesskeyPress(data.problem)" required> | 239 | <textarea name="problem" class="text-input textarea" ng-model="data.problem" placeholder="Your Answer.." ng-change="enterbusiness(data.problem); businesskeyPress(data.problem)" required> |
240 | </textarea> | 240 | </textarea> |
241 | </div> --> | 241 | </div> --> |
242 | <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> | 242 | <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> |
243 | <strong>Link your pitch deck presentation. *</strong> | 243 | <strong>Link your pitch deck presentation. *</strong> |
244 | <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> | 244 | <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> |
245 | </div> | 245 | </div> |
246 | <div class="col-xs-12 col-md-12 input-wrapper f-family"> | 246 | <div class="col-xs-12 col-md-12 input-wrapper f-family"> |
247 | <div class="icon-circle-h"> | 247 | <div class="icon-circle-h"> |
248 | <i class="material-icons" style="line-height: 30px;">web</i> | 248 | <i class="material-icons" style="line-height: 30px;">web</i> |
249 | </div> | 249 | </div> |
250 | <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> | 250 | <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> |
251 | <label class="error-message f-family" id="invalidEmail">Please enter a valid link.</label> | 251 | <label class="error-message f-family" id="invalidEmail">Please enter a valid link.</label> |
252 | </div> --> | 252 | </div> --> |
253 | <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> | 253 | <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> |
254 | <strong>Coupon Code.</strong> | 254 | <strong>Coupon Code.</strong> |
255 | <p class="line-space" >Only applicable for venue partner ecosystem</p> | 255 | <p class="line-space" >Only applicable for venue partner ecosystem</p> |
256 | </div> | 256 | </div> |
257 | <div class="col-xs-12 input-wrapper"> | 257 | <div class="col-xs-12 input-wrapper"> |
258 | <div class="referel-icon" style="z-index: 999;"> | 258 | <div class="referel-icon" style="z-index: 999;"> |
259 | <i class="material-icons" style="line-height: 30px;">code</i> | 259 | <i class="material-icons" style="line-height: 30px;">code</i> |
260 | </div> | 260 | </div> |
261 | <input class="text-input" ng-model="data.referalToken" placeholder="Enter Coupon code" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)"> | 261 | <input class="text-input" ng-model="data.referalToken" placeholder="Enter Coupon code" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)"> |
262 | <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i> | 262 | <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i> |
263 | <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i> | 263 | <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i> |
264 | <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply</button> | 264 | <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply</button> |
265 | </div> --> | 265 | </div> --> |
266 | <div class="clearfix"></div> | 266 | <div class="clearfix"></div> |
267 | <!-- </div> --> | 267 | <!-- </div> --> |
268 | <!-- close step-one-form --> | 268 | <!-- close step-one-form --> |
269 | <!-- </td> | 269 | <!-- </td> |
270 | </tr> | 270 | </tr> |
271 | </table> --> | 271 | </table> --> |
272 | <div class="text-center"> | 272 | <div class="text-center"> |
273 | <input type="submit" class="btn submit-button-form" id="disableButton" ng-disabled="applicantForm.$invalid || disabled" value="Submit" ng-click="submit()"> | 273 | <input type="submit" class="btn submit-button-form" ng-disabled="applicantForm.$invalid" value="Submit" ng-click="submit()"> |
274 | </div> | 274 | </div> |
275 | </div> | 275 | </div> |
276 | <!-- CLOSE form-all --> | 276 | <!-- CLOSE form-all --> |
277 | <!-- </div> --> | 277 | <!-- </div> --> |
278 | <!-- <div class="clearfix"></div> | 278 | <!-- <div class="clearfix"></div> |
279 | <div class="text-center"> | 279 | <div class="text-center"> |
280 | <input type="submit" class="btn submit-button-form" ng-disabled="applicantForm.$invalid" value="Submit" ng-click="submit()"> | 280 | <input type="submit" class="btn submit-button-form" ng-disabled="applicantForm.$invalid" value="Submit" ng-click="submit()"> |
281 | </div> --> | 281 | </div> --> |
282 | </div> | 282 | </div> |
283 | <div class="text-center"> | 283 | <div class="text-center"> |
284 | <input type="submit" class="btn submit-button-form" value="Submit" ng-click="click()"> | 284 | <input type="submit" class="btn submit-button-form" value="Submit" ng-click="click()"> |
285 | </div> | 285 | </div> |
286 | <!-- col-xs-12 col-md-8 col-md-offset-2 --> | 286 | <!-- col-xs-12 col-md-8 col-md-offset-2 --> |
287 | <!-- <footer> | 287 | <!-- <footer> |
288 | <img id="footer" class="img-responsive banner"> | 288 | <img id="footer" class="img-responsive banner"> |
289 | <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a> | 289 | <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a> |
290 | </center> | 290 | </center> |
291 | </footer> --> | 291 | </footer> --> |
292 | </form> | 292 | </form> |
293 | <!-- CLOSE FORM --> | 293 | <!-- CLOSE FORM --> |
294 | <!-- </div> CLOSE CHECK VIEW --> | 294 | <!-- </div> CLOSE CHECK VIEW --> |
295 | <span ng-show="span == true"> | 295 | <span ng-show="span == true"> |
296 | <span id="chennai"></span> | 296 | <span id="chennai"></span> |
297 | <span id="mumbai"></span> | 297 | <span id="mumbai"></span> |
298 | <span id="hyderabad"></span> | 298 | <span id="hyderabad"></span> |
299 | <span id="kolkata"></span> | 299 | <span id="kolkata"></span> |
300 | <span id="delhi"></span> | 300 | <span id="delhi"></span> |
301 | <span id="ahmedabad"></span> | 301 | <span id="ahmedabad"></span> |
302 | <span id="bengaluru"></span> | 302 | <span id="bengaluru"></span> |
303 | <span id="jaipur"></span>kanpur | 303 | <span id="jaipur"></span>kanpur |
304 | <span id="kanpur"></span> | 304 | <span id="kanpur"></span> |
305 | <span id="dharamsala"></span> | 305 | <span id="dharamsala"></span> |
306 | </span> | 306 | </span> |
307 | 307 |