Commit b6759c601666f6a7c116b2f63940f379a19d2d24
1 parent
bc4a7c3b85
Exists in
master
and in
1 other branch
update
Showing
1 changed file
with
8 additions
and
8 deletions
Show diff stats
pages/registration.html
... | ... | @@ -225,7 +225,7 @@ |
225 | 225 | </label> |
226 | 226 | </div> |
227 | 227 | </div> |
228 | - <div class="col-md-3"> | |
228 | + <!-- <div class="col-md-3"> | |
229 | 229 | <div class="card" style="width:100%"> |
230 | 230 | <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> |
231 | 231 | <img class="card-img-top" src="images/main.jpg" style="width:100% "> |
... | ... | @@ -246,7 +246,7 @@ |
246 | 246 | </div> |
247 | 247 | </label> |
248 | 248 | </div> |
249 | - </div> | |
249 | + </div> --> | |
250 | 250 | </div> |
251 | 251 | </div> |
252 | 252 | <div class="clearfix"></div> |
... | ... | @@ -259,12 +259,12 @@ |
259 | 259 | <div class="col-xs-12 col-md-10 col-md-offset-1"> |
260 | 260 | <div class="hideform" ng-if="eventType"> |
261 | 261 | <p> |
262 | - ⚬ Access to 2-days conference<br> | |
263 | - ⚬ Pitching for funding up to Rs 1 crore<br> | |
264 | - ⚬ Private interaction in khopchas<br> | |
265 | - ⚬ Access to 30+ investors <br> | |
266 | - ⚬ Free lunch for the participants<br> | |
267 | - ⚬ Network with the biggest names in startup ecosystem | |
262 | + <ul style="padding-left: 2%;font-size: 15px;"><li>Access to 2-days conference</li> | |
263 | + <li>Pitching for funding up to Rs 1 crore</li> | |
264 | + <li>Private interaction in khopchas</li> | |
265 | + <li>Access to 30+ investors</li> | |
266 | + <li>Free lunch for the participants</li> | |
267 | + <li>Network with the biggest names in startup ecosystem</li></ul> | |
268 | 268 | </p> |
269 | 269 | </div> |
270 | 270 | <div class="hideform" ng-if="mainType"> | ... | ... |