Commit a513990fef422936de0c2cf5ec971f290be34bb7
1 parent
7e95bf432e
Exists in
master
and in
1 other branch
removed growth stage
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
pages/registration.html
... | ... | @@ -271,13 +271,13 @@ |
271 | 271 | <p class="select-stage" style="font-size:16px;"><b>Please select one stage.</b></p> |
272 | 272 | <div class="stage-shadow"> |
273 | 273 | <div class="stages card-align"> |
274 | - <div class="col-xs-4 no-padding"> | |
274 | + <div class="col-xs-6 no-padding"> | |
275 | 275 | <div class="card stages-card"> |
276 | 276 | <input type="radio" ng-model="data.stage" class="stageRadio" value="Idea" name="Idea" id="ideation" ng-required="Idea" ng-checked="true" checked="true" ng-click="stage('Idea')"> |
277 | 277 | <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="ideation"> |
278 | 278 | <img class="stage-img stage-idea" src="images/idea-stage.png" alt="Lights"> |
279 | 279 | <div class="card-content f-family"> |
280 | - <p align="center">Idea</p> | |
280 | + <p align="center"><b>Pitch your Idea</b></p> | |
281 | 281 | </div> |
282 | 282 | </label> |
283 | 283 | </div> |
... | ... | @@ -290,13 +290,13 @@ |
290 | 290 | </p> |
291 | 291 | </div> |
292 | 292 | </div> |
293 | - <div class="col-xs-4 no-padding-mobile"> | |
293 | + <div class="col-xs-6 no-padding-mobile"> | |
294 | 294 | <div class="card stages-card margin-auto-mobile"> |
295 | 295 | <input type="radio" ng-model="data.stage" class="stageRadio" value="Product" name="Product" id="Proof" ng-required="Product" ng-click="stage('Product')"> |
296 | 296 | <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Proof"> |
297 | 297 | <img class="stage-img stage-product" src="images/production-stage.png" alt="Lights"> |
298 | 298 | <div class="card-content f-family"> |
299 | - <p align="center">Product</p> | |
299 | + <p align="center"><b>Pitch your Product</b></p> | |
300 | 300 | </div> |
301 | 301 | </label> |
302 | 302 | </div> |
... | ... | @@ -309,7 +309,7 @@ |
309 | 309 | </p> |
310 | 310 | </div> |
311 | 311 | </div> |
312 | - <div class="col-xs-4 no-padding"> | |
312 | + <!--<div class="col-xs-4 no-padding"> | |
313 | 313 | <div class="card stages-card right-stage-card"> |
314 | 314 | <input type="radio" ng-model="data.stage" class="stageRadio" value="Growth" name="Growth" id="Beta" ng-required="Growth" ng-click="stage('Growth')"> |
315 | 315 | <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Beta"> |
... | ... | @@ -327,7 +327,7 @@ |
327 | 327 | ⚬ Connect and hire top startups |
328 | 328 | </p> |
329 | 329 | </div> |
330 | - </div> | |
330 | + </div> --> | |
331 | 331 | <!-- <div class="col-xs-3 no-padding"> |
332 | 332 | <div class="card stages-card"> |
333 | 333 | <input type="radio" ng-model="data.stage" class="stageRadio" value="Visitor" name="Visitor" id="visit" ng-required="Visitor" ng-checked="true" checked="true" ng-click="stage('Visitor')"> |
... | ... | @@ -900,4 +900,4 @@ |
900 | 900 | <span id="jaipur"></span> |
901 | 901 | <span id="maininvest"></span> |
902 | 902 | </span> |
903 | - | |
904 | 903 | \ No newline at end of file |
904 | + | ... | ... |