Commit c97dd180ba69243a239333d545821107b9c2b105
1 parent
5cc344c4f5
Exists in
master
and in
1 other branch
update
Showing
2 changed files
with
18 additions
and
10 deletions
Show diff stats
pages/Home.html
... | ... | @@ -69,7 +69,7 @@ |
69 | 69 | <div style="text-align:center"> |
70 | 70 | <input type="button" style="font-size:16px;color:#fff" class="btn submit-button" value="Select City" ng-click="apply()"> |
71 | 71 | </div><br> |
72 | - <div style="font-size:15px">* Subject to industry standard due deligence.<br> | |
72 | + <div style="font-size:15px">* Subject to industry standard due diligence.<br> | |
73 | 73 | <span style="color:red"> For any queries contact Pallav: 9915319237</span><!-- <br> --> |
74 | 74 | <!-- <span style="color:red">IIT Madras and IIT Madras Research Park startups call Nirmal- +918355975855 for promo codes.</span> --> |
75 | 75 | </div><br> | ... | ... |
pages/registration.html
... | ... | @@ -141,11 +141,11 @@ |
141 | 141 | <h4 class="card-title">Hyderabad</h4> |
142 | 142 | <label class="card-sub-title">21st November,2017</label> |
143 | 143 | </div> |
144 | - <div class="pull-right"> | |
144 | + <!-- <div class="pull-right"> | |
145 | 145 | <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('hyderabad')">Apply</button> |
146 | - </div> | |
146 | + </div> --> | |
147 | 147 | <div class="clearfix"></div> |
148 | - <label class="card-sub-title"><span style="color:red">Post deadline expires in</span> : <span id="hyderabad"></span></label> | |
148 | + <label class="card-sub-title"><span style="color:red">Closed</span></label> | |
149 | 149 | </div> |
150 | 150 | <div class="card-text2"> |
151 | 151 | <span><b>Location</b></span> |
... | ... | @@ -167,7 +167,7 @@ |
167 | 167 | <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('bengaluru')">Apply</button> |
168 | 168 | </div> |
169 | 169 | <div class="clearfix"></div> |
170 | - <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="bangalore"></span>*</label> | |
170 | + <label class="card-sub-title"><span style="color:red"> Post deadline expires in</span> : <span id="bangalore"></span></label> | |
171 | 171 | </div> |
172 | 172 | <div class="card-text2"> |
173 | 173 | <span><b>Location</b></span> |
... | ... | @@ -257,17 +257,25 @@ |
257 | 257 | <div class="col-md-12 row card-text3" style="margin-left: 0;"> |
258 | 258 | <div class="col-md-6"> |
259 | 259 | <ul style="padding: 8% 0 2% 0;font-size: 15px;"> |
260 | - <li>Win guaranteed funding upto Rs 1 crore* to be the Next Top Startup of India</li> | |
261 | - <li>Access to 30+ top investors in the ecosystem</li> | |
260 | + <li style="width:100%">Win guaranteed funding upto Rs 1 crore* to be the Next Top Startup of India</li> | |
262 | 261 | </ul> |
263 | 262 | </div> |
264 | 263 | <div class="col-md-6"> |
265 | 264 | <ul style="padding: 8% 0 2% 0;font-size: 15px;"> |
266 | - <li>Private 1-on-1 interaction with investors in khopchas to get funded from top investors upto Rs 10 crores*</li> | |
267 | - <li>Network with the biggest names at the 2-day conference</li> | |
265 | + <li style="width:100%">Private 1-on-1 interaction with investors in khopchas to get funded from top investors upto Rs 10 crores*</li> | |
266 | + </ul> | |
267 | + </div> | |
268 | + <div class="col-md-6"> | |
269 | + <ul style="padding: 0;font-size: 15px;"> | |
270 | + <li style="width:100%">Access to 30+ top investors in the ecosystem</li> | |
271 | + </ul> | |
272 | + </div> | |
273 | + <div class="col-md-6"> | |
274 | + <ul style="padding: 0;font-size: 15px;"> | |
275 | + <li style="width:100%">Network with the biggest names at the 2-day conference</li> | |
268 | 276 | </ul> |
269 | - <!-- <span>* Subjected to due deligence</span> --> | |
270 | 277 | </div> |
278 | + <span style="float: right;font-size: 13px;padding-bottom: 3%;">* Subject to due diligence</span> | |
271 | 279 | </div> |
272 | 280 | </label> |
273 | 281 | </div> | ... | ... |