Commit edb6fd8260557a9381ec26e0290ef3137ffbe558

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

minor change

Showing 1 changed file with 26 additions and 22 deletions   Show diff stats
pages/ambassador.html
1 <div class="header"> 1 <div class="header">
2 <div> 2 <div>
3 <h1 class="startup-jalsa">STARTUP JALSA 2018</h1> 3 <h2 class="startup-jalsa">STARTUP JALSA 2018</h2>
4 </div> 4 </div>
5 <div class="clearfix"></div> 5 <div class="clearfix"></div>
6 </div> 6 </div>
7 <!-- CLOSE HEADER --> 7 <!-- CLOSE HEADER -->
8 <form name="applicantForm"> 8 <form name="applicantForm">
9 <div class="col-xs-12 col-md-8 col-md-offset-2"> 9 <div class="col-xs-12 col-md-8 col-md-offset-2">
10 <div class="form-all"> 10 <div class="form-all">
11 <!-- <table style="width: 100%;"> 11 <!-- <table style="width: 100%;">
12 <tr> 12 <tr>
13 <td> 13 <td>
14 <div class="step-one-form" > --> 14 <div class="step-one-form" > -->
15 <!-- form step 1 --> 15 <!-- form step 1 -->
16 <div class="col-xs-12 col-md-6 input-wrapper" > 16 <div class="col-xs-12 col-md-6 input-wrapper" >
17 <div id="snackbar">Error ! Please fill in all fields.</div> 17 <div id="snackbar">Error ! Please fill in all fields.</div>
18 <div class="icon-circle-c"> 18 <div class="icon-circle-c">
19 <i class="material-icons" style="line-height: 31px;">person</i> 19 <i class="material-icons" style="line-height: 31px;">person</i>
20 </div> 20 </div>
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)"> 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)">
22 </div> 22 </div>
23 <div class="col-xs-12 col-md-6 input-wrapper" > 23 <div class="col-xs-12 col-md-6 input-wrapper" >
24 <div id="snackbar">Error ! Please fill in all fields.</div> 24 <div id="snackbar">Error ! Please fill in all fields.</div>
25 <div class="icon-circle-d"> 25 <div class="icon-circle-d">
26 <i class="material-icons" style="line-height: 30px;">email</i> 26 <i class="material-icons" style="line-height: 30px;">email</i>
27 </div> 27 </div>
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)"> 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)">
29 <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label> 29 <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label>
30 <label ng-if="check">Email already exist.</label> 30 <label ng-if="check">Email already exist.</label>
31 </div> 31 </div>
32 <div class="col-xs-12 col-md-6 input-wrapper" > 32 <div class="col-xs-12 col-md-6 input-wrapper" >
33 <div class="icon-circle-e"> 33 <div class="icon-circle-e">
34 <i class="material-icons" style="line-height: 30px;">phone</i> 34 <i class="material-icons" style="line-height: 30px;">phone</i>
35 </div> 35 </div>
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)"> 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)">
37 <!-- <label class="error-message f-family" id="invalidNumber">Please enter only numeric value in mobile number field.</label> --> 37 <!-- <label class="error-message f-family" id="invalidNumber">Please enter only numeric value in mobile number field.</label> -->
38 <label ng-if="numberCheck">Contact Number already exist.</label> 38 <label ng-if="numberCheck">Contact Number already exist.</label>
39 </div> 39 </div>
40 <div class="col-xs-12 col-md-6 input-wrapper"> 40 <div class="col-xs-12 col-md-6 input-wrapper">
41 <div class="icon-circle-i">
42 <i class="material-icons" style="line-height: 30px;">perm_identity</i>
43 </div>
44 <input type="text" class="text-input" ng-model="data.companyName" placeholder="Company Name" ng-change="enternumber(data.companyName); companykeyPress(data.companyName)" required>
45 </div>
46 <div class="col-xs-12 col-md-6 input-wrapper">
47 <div class="icon-circle-f"> 41 <div class="icon-circle-f">
48 <i class="material-icons" style="line-height: 30px;">location_city</i> 42 <i class="material-icons" style="line-height: 30px;">location_city</i>
49 </div> 43 </div>
50 <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> 44 <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>
51 <option name="city" selected disabled value="">Choose City</option> 45 <option name="city" selected disabled value="">Choose City</option>
52 <option value="Ahmedabad">Ahmedabad</option> 46 <option value="Ahmedabad">Ahmedabad</option>
53 <option value="Bangalore">Bangalore</option> 47 <option value="Bangalore">Bangalore</option>
54 <option value="Chennai">Chennai</option> 48 <option value="Chennai">Chennai</option>
55 <option value="Delhi">Delhi</option> 49 <option value="Delhi">Delhi</option>
56 <option value="Guwahati">Guwahati</option> 50 <option value="Guwahati">Guwahati</option>
57 <option value="Hyderabad">Hyderabad</option> 51 <option value="Hyderabad">Hyderabad</option>
58 <option value="Indore">Indore</option> 52 <option value="Indore">Indore</option>
59 <option value="Jaipur">Jaipur</option> 53 <option value="Jaipur">Jaipur</option>
60 <option value="Kanpur">Kanpur</option> 54 <option value="Kanpur">Kanpur</option>
61 <option value="Kolkata">Kolkata</option> 55 <option value="Kolkata">Kolkata</option>
62 <option value="Mumbai">Mumbai</option> 56 <option value="Mumbai">Mumbai</option>
63 <option value="Roorkee">Roorkee</option> 57 <option value="Roorkee">Roorkee</option>
64 </select> 58 </select>
65 </div> 59 </div>
66 <div class="col-xs-12 col-md-6 input-wrapper" > 60 <div class="col-xs-12 col-md-6 input-wrapper">
67 <div class="icon-circle-o"> 61 <div class="icon-circle-i">
68 <i class="material-icons" style="line-height: 30px;">confirmation_number</i> 62 <i class="material-icons" style="line-height: 30px;">perm_identity</i>
69 </div> 63 </div>
70 <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> 64 <input type="text" class="text-input" ng-model="data.companyName" placeholder="Company Name" ng-change="enternumber(data.companyName); companykeyPress(data.companyName)" required>
71 <option name="founder" selected disabled value="">No. of Founders</option> 65 </div>
72 <option value="1">1</option> 66 <div class="col-xs-12 col-md-6 input-wrapper">
73 <option value="2">2</option> 67 <div class="icon-circle-z">
74 <option value="3">3</option> 68 <i class="material-icons" style="line-height: 30px;">web</i>
75 <option value="more than 3">more than 3</option> 69 </div>
76 </select> 70 <input name="website" class="text-input" ng-model="data.website" placeholder="Website link" ng-change="abc(); descriptionkeyPress(data.website)"></input>
77 </div> 71 </div>
78 <div class="col-xs-12 col-md-6 input-wrapper"> 72 <div class="col-xs-12 col-md-6 input-wrapper">
79 <div class="icon-circle-y"> 73 <div class="icon-circle-y">
80 <i class="material-icons" style="line-height: 30px;">assignment</i> 74 <i class="material-icons" style="line-height: 30px;">assignment</i>
81 </div> 75 </div>
82 <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> 76 <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>
83 <option name="stage" selected disabled value="">Choose Startup Stage</option> 77 <option name="stage" selected disabled value="">Choose Startup Stage</option>
84 <option value="Proof of Concept">Proof of Concept</option> 78 <option value="Proof of Concept">Proof of Concept</option>
85 <option value="Beta Launched">Beta Launched</option> 79 <option value="Beta Launched">Beta Launched</option>
86 <option value="Early Revenues">Early Revenues</option> 80 <option value="Early Revenues">Early Revenues</option>
87 <option value="Steady Revenues">Steady Revenues</option> 81 <option value="Steady Revenues">Steady Revenues</option>
88 <option value="Other">Other</option> 82 <option value="Other">Other</option>
89 </select> 83 </select>
90 </div> 84 </div>
91 <div class="col-xs-12 col-md-6 input-wrapper"> 85 <div class="col-xs-12 col-md-6 input-wrapper">
92 <div class="icon-circle-q"> 86 <div class="icon-circle-q">
93 <i class="material-icons" style="line-height: 30px;">business</i> 87 <i class="material-icons" style="line-height: 30px;">business</i>
94 </div> 88 </div>
95 <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>
96 <option name="business" selected disabled value="">Type of business</option> 90 <option name="business" selected disabled value="">Type of business</option>
97 <option value="B2B">B2B</option> 91 <option value="B2B">B2B</option>
98 <option value="B2C">B2C</option> 92 <option value="B2C">B2C</option>
99 </select> 93 </select>
100 </div> 94 </div>
101 <div class="col-xs-12 col-md-12 input-wrapper"> 95 <div class="col-xs-12 col-md-12 f-family line-adjust">
102 <div class="icon-circle-z"> 96 <strong>How many founders/teammates will be attending the meetup?</strong>
103 <i class="material-icons" style="line-height: 30px;">web</i> 97 <p class="line-space" ></p>
98 </div>
99 <div class="col-xs-12 col-md-12 input-wrapper" >
100 <div class="icon-circle-o">
101 <i class="material-icons" style="line-height: 30px;">confirmation_number</i>
104 </div> 102 </div>
105 <input name="website" class="text-input" ng-model="data.website" placeholder="Website link" ng-change="abc(); descriptionkeyPress(data.website)" required></input> 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>
105 <option value="1">1</option>
106 <option value="2">2</option>
107 <option value="3">3</option>
108 <option value="more than 3">more than 3</option>
109 </select>
106 </div> 110 </div>
107 <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">
108 <strong>In which city is your startup registered at?</strong> 112 <strong>In which city is your startup registered at?</strong>
109 <p class="line-space" ></p> 113 <p class="line-space" ></p>
110 </div> 114 </div>
111 <div class="col-xs-12 col-md-12 input-wrapper"> 115 <div class="col-xs-12 col-md-12 input-wrapper">
112 <div class="icon-circle-m"> 116 <div class="icon-circle-m">
113 <i class="material-icons" style="line-height: 30px;">assessment</i> 117 <i class="material-icons" style="line-height: 30px;">assessment</i>
114 </div> 118 </div>
115 <input type="text" class="text-input" ng-model="data.cityRegister" placeholder="Your Answer.." ng-change="entertechnology(data.cityRegister); annualkeyPress(data.cityRegister)" required> 119 <input type="text" class="text-input" ng-model="data.cityRegister" placeholder="Your Answer.." ng-change="entertechnology(data.cityRegister); annualkeyPress(data.cityRegister)">
116 </div> 120 </div>
117 <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">
118 <strong>Give us a brief introduction about your startup.</strong> 122 <strong>Give us a brief introduction about your startup.</strong>
119 <p class="line-space" >Kindly write a powerful Twitter Pitch.</p> 123 <p class="line-space" >Kindly write a powerful Twitter Pitch.</p>
120 </div> 124 </div>
121 <div class="col-xs-12 col-md-12 input-wrapper"> 125 <div class="col-xs-12 col-md-12 input-wrapper">
122 <div class="icon-circle-x"> 126 <div class="icon-circle-x">
123 <i class="material-icons" style="line-height: 30px;">line_weight</i> 127 <i class="material-icons" style="line-height: 30px;">line_weight</i>
124 </div> 128 </div>
125 <textarea name="intro" class="text-input textarea" ng-model="data.intro" placeholder="Your Answer.." 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.." ng-change="enterproblem(data.intro); startupNamekeyPress(data.intro)" required></textarea>
126 </div> 130 </div>
127 <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">
128 <strong>Who are your customers?</strong> 132 <strong>Who are your customers?</strong>
129 <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>
130 </div> 134 </div>
131 <div class="col-xs-12 col-md-12 input-wrapper"> 135 <div class="col-xs-12 col-md-12 input-wrapper">
132 <div class="icon-circle-k"> 136 <div class="icon-circle-k">
133 <i class="material-icons" style="line-height: 30px;">help</i> 137 <i class="material-icons" style="line-height: 30px;">help</i>
134 </div> 138 </div>
135 <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>
136 </div> 140 </div>
137 <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">
138 <strong>What problem you are solving for them?</strong> 142 <strong>What problem you are solving for them?</strong>
139 <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>
140 </div> 144 </div>
141 <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">
142 <div class="icon-circle-p"> 146 <div class="icon-circle-p">
143 <i class="material-icons" style="line-height: 30px;">business_center</i> 147 <i class="material-icons" style="line-height: 30px;">business_center</i>
144 </div> 148 </div>
145 <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>
146 </textarea> 150 </textarea>
147 </div> 151 </div>
148 <div class="clearfix"></div> 152 <div class="clearfix"></div>
149 <!-- </div> --> 153 <!-- </div> -->
150 <!-- close step-one-form --> 154 <!-- close step-one-form -->
151 <!-- </td> 155 <!-- </td>
152 </tr> 156 </tr>
153 </table> --> 157 </table> -->
154 </div> 158 </div>
155 <!-- CLOSE form-all --> 159 <!-- CLOSE form-all -->
156 <!-- </div> --> 160 <!-- </div> -->
157 <div class="clearfix"></div> 161 <div class="clearfix"></div>
158 <div class="text-center"> 162 <div class="text-center">
159 <input type="submit" class="btn submit-button-form" ng-disabled="applicantForm.$invalid" value="Submit" ng-click="submit()"> 163 <input type="submit" class="btn submit-button-form" ng-disabled="applicantForm.$invalid" value="Submit" ng-click="submit()">
160 </div> 164 </div>
161 </div> 165 </div>
162 <!-- col-xs-12 col-md-8 col-md-offset-2 --> 166 <!-- col-xs-12 col-md-8 col-md-offset-2 -->
163 <footer> 167 <footer>
164 <img id="footer" class="img-responsive banner"> 168 <img id="footer" class="img-responsive banner">