Commit edb6fd8260557a9381ec26e0290ef3137ffbe558
1 parent
124f7528f3
Exists in
master
and in
1 other branch
minor change
Showing
1 changed file
with
26 additions
and
22 deletions
Show diff stats
pages/ambassador.html
1 | 1 | <div class="header"> |
2 | 2 | <div> |
3 | - <h1 class="startup-jalsa">STARTUP JALSA 2018</h1> | |
3 | + <h2 class="startup-jalsa">STARTUP JALSA 2018</h2> | |
4 | 4 | </div> |
5 | 5 | <div class="clearfix"></div> |
6 | 6 | </div> |
... | ... | @@ -38,12 +38,6 @@ |
38 | 38 | <label ng-if="numberCheck">Contact Number already exist.</label> |
39 | 39 | </div> |
40 | 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 | 41 | <div class="icon-circle-f"> |
48 | 42 | <i class="material-icons" style="line-height: 30px;">location_city</i> |
49 | 43 | </div> |
... | ... | @@ -63,17 +57,17 @@ |
63 | 57 | <option value="Roorkee">Roorkee</option> |
64 | 58 | </select> |
65 | 59 | </div> |
66 | - <div class="col-xs-12 col-md-6 input-wrapper" > | |
67 | - <div class="icon-circle-o"> | |
68 | - <i class="material-icons" style="line-height: 30px;">confirmation_number</i> | |
60 | + <div class="col-xs-12 col-md-6 input-wrapper"> | |
61 | + <div class="icon-circle-i"> | |
62 | + <i class="material-icons" style="line-height: 30px;">perm_identity</i> | |
69 | 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> | |
71 | - <option name="founder" selected disabled value="">No. of Founders</option> | |
72 | - <option value="1">1</option> | |
73 | - <option value="2">2</option> | |
74 | - <option value="3">3</option> | |
75 | - <option value="more than 3">more than 3</option> | |
76 | - </select> | |
64 | + <input type="text" class="text-input" ng-model="data.companyName" placeholder="Company Name" ng-change="enternumber(data.companyName); companykeyPress(data.companyName)" required> | |
65 | + </div> | |
66 | + <div class="col-xs-12 col-md-6 input-wrapper"> | |
67 | + <div class="icon-circle-z"> | |
68 | + <i class="material-icons" style="line-height: 30px;">web</i> | |
69 | + </div> | |
70 | + <input name="website" class="text-input" ng-model="data.website" placeholder="Website link" ng-change="abc(); descriptionkeyPress(data.website)"></input> | |
77 | 71 | </div> |
78 | 72 | <div class="col-xs-12 col-md-6 input-wrapper"> |
79 | 73 | <div class="icon-circle-y"> |
... | ... | @@ -98,11 +92,21 @@ |
98 | 92 | <option value="B2C">B2C</option> |
99 | 93 | </select> |
100 | 94 | </div> |
101 | - <div class="col-xs-12 col-md-12 input-wrapper"> | |
102 | - <div class="icon-circle-z"> | |
103 | - <i class="material-icons" style="line-height: 30px;">web</i> | |
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> | |
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 | 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 | 110 | </div> |
107 | 111 | <div class="col-xs-12 col-md-12 f-family line-adjust"> |
108 | 112 | <strong>In which city is your startup registered at?</strong> |
... | ... | @@ -112,7 +116,7 @@ |
112 | 116 | <div class="icon-circle-m"> |
113 | 117 | <i class="material-icons" style="line-height: 30px;">assessment</i> |
114 | 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 | 120 | </div> |
117 | 121 | <div class="col-xs-12 col-md-12 f-family line-adjust"> |
118 | 122 | <strong>Give us a brief introduction about your startup.</strong> | ... | ... |