Blame view
pages/ambassador.html
13.5 KB
5348de778
|
1 |
<div class="header"> |
e856f2161
|
2 |
<div> |
14eaca52f
|
3 |
<h1 class="startup-jalsa">STARTUP JALSA 2018</h1> |
5e3b90de3
|
4 |
</div> |
e856f2161
|
5 |
<div class="clearfix"></div> |
5348de778
|
6 7 |
</div> <!-- CLOSE HEADER --> |
e856f2161
|
8 9 |
<form name="applicantForm"> <div class="col-xs-12 col-md-8 col-md-offset-2"> |
be08b6f5e
|
10 |
<div class="form-all"> |
e856f2161
|
11 |
<!-- <table style="width: 100%;"> |
be08b6f5e
|
12 13 |
<tr> <td> |
e856f2161
|
14 |
<div class="step-one-form" > --> |
be08b6f5e
|
15 |
<!-- form step 1 --> |
e856f2161
|
16 |
<div class="col-xs-12 col-md-6 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> |
f8b43c6f8
|
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> |
e856f2161
|
23 |
<div class="col-xs-12 col-md-6 input-wrapper" > |
be08b6f5e
|
24 25 26 27 |
<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> |
f8b43c6f8
|
28 |
<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
|
29 30 |
<!-- <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label> <label ng-if="check">Email already exist.</label> --> |
be08b6f5e
|
31 |
</div> |
e856f2161
|
32 |
<div class="col-xs-12 col-md-6 input-wrapper" > |
be08b6f5e
|
33 34 35 |
<div class="icon-circle-e"> <i class="material-icons" style="line-height: 30px;">phone</i> </div> |
f8b43c6f8
|
36 |
<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)"> |
5348de778
|
37 |
<!-- <label class="error-message f-family" id="invalidNumber">Please enter only numeric value in mobile number field.</label> --> |
be08b6f5e
|
38 39 |
<label ng-if="numberCheck">Contact Number already exist.</label> </div> |
e856f2161
|
40 |
<div class="col-xs-12 col-md-6 input-wrapper"> |
e856f2161
|
41 42 43 |
<div class="icon-circle-f"> <i class="material-icons" style="line-height: 30px;">location_city</i> </div> |
9d4fa776e
|
44 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> <option name="city" selected disabled value="">{{data.city}}</option> |
e856f2161
|
46 47 48 49 |
<option value="Ahmedabad">Ahmedabad</option> <option value="Bangalore">Bangalore</option> <option value="Chennai">Chennai</option> <option value="Delhi">Delhi</option> |
e856f2161
|
50 |
<option value="Hyderabad">Hyderabad</option> |
e856f2161
|
51 52 53 54 |
<option value="Jaipur">Jaipur</option> <option value="Kanpur">Kanpur</option> <option value="Kolkata">Kolkata</option> <option value="Mumbai">Mumbai</option> |
e856f2161
|
55 56 |
</select> </div> |
edb6fd826
|
57 58 59 |
<div class="col-xs-12 col-md-6 input-wrapper"> <div class="icon-circle-i"> <i class="material-icons" style="line-height: 30px;">perm_identity</i> |
e284785e4
|
60 |
</div> |
f8b43c6f8
|
61 |
<input type="text" class="text-input" ng-model="data.companyName" placeholder="Company Name *" ng-change="enternumber(data.companyName); companykeyPress(data.companyName)" required> |
edb6fd826
|
62 63 64 65 66 67 |
</div> <div class="col-xs-12 col-md-6 input-wrapper"> <div class="icon-circle-z"> <i class="material-icons" style="line-height: 30px;">web</i> </div> <input name="website" class="text-input" ng-model="data.website" placeholder="Website link" ng-change="abc(); descriptionkeyPress(data.website)"></input> |
e856f2161
|
68 69 70 71 72 73 |
</div> <div class="col-xs-12 col-md-6 input-wrapper"> <div class="icon-circle-y"> <i class="material-icons" style="line-height: 30px;">assignment</i> </div> <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> |
f8b43c6f8
|
74 |
<option name="stage" selected disabled value="">Choose Startup Stage *</option> |
e856f2161
|
75 76 77 78 79 80 81 82 83 84 85 86 |
<option value="Proof of Concept">Proof of Concept</option> <option value="Beta Launched">Beta Launched</option> <option value="Early Revenues">Early Revenues</option> <option value="Steady Revenues">Steady Revenues</option> <option value="Other">Other</option> </select> </div> <div class="col-xs-12 col-md-6 input-wrapper"> <div class="icon-circle-q"> <i class="material-icons" style="line-height: 30px;">business</i> </div> <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> |
f8b43c6f8
|
87 |
<option name="business" selected disabled value="">Type of business *</option> |
e856f2161
|
88 89 90 91 |
<option value="B2B">B2B</option> <option value="B2C">B2C</option> </select> </div> |
edb6fd826
|
92 |
<div class="col-xs-12 col-md-12 f-family line-adjust"> |
f8b43c6f8
|
93 |
<strong>How many founders/teammates will be attending the meetup? *</strong> |
edb6fd826
|
94 95 96 97 98 |
<p class="line-space" ></p> </div> <div class="col-xs-12 col-md-12 input-wrapper" > <div class="icon-circle-o"> <i class="material-icons" style="line-height: 30px;">confirmation_number</i> |
e856f2161
|
99 |
</div> |
edb6fd826
|
100 101 102 103 104 105 106 |
<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> <option name="founder" selected disabled value="">Choose</option> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="more than 3">more than 3</option> </select> |
e856f2161
|
107 108 109 110 111 112 113 114 115 |
</div> <div class="col-xs-12 col-md-12 f-family line-adjust"> <strong>In which city is your startup registered at?</strong> <p class="line-space" ></p> </div> <div class="col-xs-12 col-md-12 input-wrapper"> <div class="icon-circle-m"> <i class="material-icons" style="line-height: 30px;">assessment</i> </div> |
edb6fd826
|
116 |
<input type="text" class="text-input" ng-model="data.cityRegister" placeholder="Your Answer.." ng-change="entertechnology(data.cityRegister); annualkeyPress(data.cityRegister)"> |
e856f2161
|
117 118 |
</div> <div class="col-xs-12 col-md-12 f-family line-adjust"> |
f8b43c6f8
|
119 |
<strong>Give us a brief introduction about your startup. *</strong> |
e856f2161
|
120 121 122 123 124 125 |
<p class="line-space" >Kindly write a powerful Twitter Pitch.</p> </div> <div class="col-xs-12 col-md-12 input-wrapper"> <div class="icon-circle-x"> <i class="material-icons" style="line-height: 30px;">line_weight</i> </div> |
14eaca52f
|
126 |
<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> |
e284785e4
|
127 |
</div> |
e856f2161
|
128 |
<div class="col-xs-12 col-md-12 f-family line-adjust"> |
f8b43c6f8
|
129 |
<strong>Who are your customers? *</strong> |
e856f2161
|
130 131 132 133 134 135 136 137 138 |
<p class="line-space" >We are looking for a simple and clear answer of who you are selling to.</p> </div> <div class="col-xs-12 col-md-12 input-wrapper"> <div class="icon-circle-k"> <i class="material-icons" style="line-height: 30px;">help</i> </div> <textarea name="customer" class="text-input textarea" ng-model="data.customer" placeholder="Your Answer.." ng-change="entersolution(data.customer); websitekeyPress(data.customer)" required></textarea> </div> <div class="col-xs-12 col-md-12 f-family line-adjust"> |
f8b43c6f8
|
139 |
<strong>What problem you are solving for them? *</strong> |
e856f2161
|
140 141 142 143 144 145 146 147 148 |
<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> </div> <div class="col-xs-12 col-md-12 input-wrapper f-family"> <div class="icon-circle-p"> <i class="material-icons" style="line-height: 30px;">business_center</i> </div> <textarea name="problem" class="text-input textarea" ng-model="data.problem" placeholder="Your Answer.." ng-change="enterbusiness(data.problem); businesskeyPress(data.problem)" required> </textarea> </div> |
434e8ec41
|
149 |
<div class="col-xs-12 col-md-12 f-family line-adjust"> |
7b8c1cf64
|
150 151 152 153 154 155 156 |
<strong>Link your pitch deck presentation. *</strong> <p class="line-space" >Kindly upload your pitch deck to Google Presentation and make the link sharing settings open to all.</p> </div> <div class="col-xs-12 col-md-12 input-wrapper f-family"> <div class="icon-circle-h"> <i class="material-icons" style="line-height: 30px;">web</i> </div> |
248bd9b7c
|
157 |
<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> |
479efd032
|
158 |
<!-- <label class="error-message f-family" id="invalidEmail">Please enter a valid link.</label> --> |
7b8c1cf64
|
159 160 |
</div> <div class="col-xs-12 col-md-12 f-family line-adjust"> |
434e8ec41
|
161 162 163 |
<strong>Coupon Code.</strong> <p class="line-space" >It's applicable.</p> </div> |
5e3b90de3
|
164 165 166 167 168 169 170 171 172 |
<div class="col-xs-12 input-wrapper"> <div class="referel-icon" style="z-index: 999;"> <i class="material-icons" style="line-height: 30px;">code</i> </div> <input class="text-input" ng-model="data.referalToken" placeholder="Enter Coupon code" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)"> <!-- <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i> <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i> <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply</button> --> </div> |
e856f2161
|
173 174 |
<div class="clearfix"></div> <!-- </div> --> |
be08b6f5e
|
175 |
<!-- close step-one-form --> |
e856f2161
|
176 |
<!-- </td> |
be08b6f5e
|
177 |
</tr> |
e856f2161
|
178 |
</table> --> |
be08b6f5e
|
179 |
</div> |
d8feb0ddb
|
180 |
<!-- CLOSE form-all --> |
e856f2161
|
181 |
<!-- </div> --> |
d8feb0ddb
|
182 |
<div class="clearfix"></div> |
e856f2161
|
183 184 |
<div class="text-center"> <input type="submit" class="btn submit-button-form" ng-disabled="applicantForm.$invalid" value="Submit" ng-click="submit()"> |
be08b6f5e
|
185 |
</div> |
e856f2161
|
186 |
</div> |
be08b6f5e
|
187 |
<!-- col-xs-12 col-md-8 col-md-offset-2 --> |
e856f2161
|
188 189 190 191 192 |
<footer> <img id="footer" class="img-responsive banner"> <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a> </center> </footer> |
be08b6f5e
|
193 194 |
</form> <!-- CLOSE FORM --> |
e856f2161
|
195 |
<!-- </div> CLOSE CHECK VIEW --> |