Commit 726ed9748c8a744ca28d608862bec6a97f49786b

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

minor changes

Showing 2 changed files with 11 additions and 19 deletions   Show diff stats
pages/registration.html
... ... @@ -284,9 +284,7 @@
284 284 <div class="clearfix"></div>
285 285 <div class="cards-content hidden-xs">
286 286 <p>
287   - &#x26AC; <span style="font-weight:bold">Have an idea and need execution help?</span><br>
288   - &#x26AC; Get feedback from mentors<br>
289   - &#x26AC; Validate your idea.
  287 + &#x26AC; <span style="font-weight:bold">One idea will get a chance to pitch and 10lac guaranteed funding* T&C</span><br>
290 288 </p>
291 289 </div>
292 290 </div>
... ... @@ -296,16 +294,14 @@
296 294 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Proof">
297 295 <img class="stage-img stage-product" src="images/production-stage.png" alt="Lights">
298 296 <div class="card-content f-family">
299   - <p align="center"><b style="font-size:14px">Pitch your Product</b></p>
  297 + <p align="center"><b style="font-size:14px">Pitch your Startup</b></p>
300 298 </div>
301 299 </label>
302 300 </div>
303 301 <div class="clearfix"></div>
304 302 <div class="cards-content hidden-xs">
305 303 <p>
306   - &#x26AC; <span style="font-weight:bold">Have a prototype and want to take it to next level?</span><br>
307   - &#x26AC; Advice on fundraising<br>
308   - &#x26AC; Advice on go-to-market strategy
  304 + &#x26AC; <span style="font-weight:bold">The top startup will get Rs 1crore prize in form of funding* T&C</span><br>
309 305 </p>
310 306 </div>
311 307 </div>
... ... @@ -355,25 +351,21 @@
355 351 <div class="hidden-sm hidden-md hidden-lg">
356 352 <div class="cards-content" ng-if="data.stage == 'Idea'">
357 353 <p>
358   - &#x26AC; <span style="font-weight:bold">Have an idea and need execution help?</span><br>
359   - &#x26AC; Get feedback from mentors<br>
360   - &#x26AC; Validate your idea.
  354 + &#x26AC; <span style="font-weight:bold">One idea will get a chance to pitch and 10lac guaranteed funding* T&C</span><br>
361 355 </p>
362 356 </div>
363 357 <div class="cards-content" ng-if="data.stage == 'Product'">
364 358 <p>
365   - &#x26AC; <span style="font-weight:bold">Have a prototype and want to take it to next level?</span><br>
366   - &#x26AC; Advice on fundraising<br>
367   - &#x26AC; Advice on go-to-market strategy
  359 + &#x26AC; <span style="font-weight:bold">The top startup will get Rs 1crore prize in form of funding* T&C</span><br>
368 360 </p>
369 361 </div>
370   - <div class="cards-content" ng-if="data.stage == 'Growth'">
  362 + <!-- <div class="cards-content" ng-if="data.stage == 'Growth'">
371 363 <p>
372 364 &#x26AC; <span style="font-weight:bold">Have traction and looking to scale up?</span><br>
373 365 &#x26AC; Connect with Series A investors<br>
374 366 &#x26AC; Connect and hire top startups
375 367 </p>
376   - </div>
  368 + </div> -->
377 369 <!-- <div class="cards-content" ng-if="data.stage == 'Visitor'">
378 370 <p>
379 371 &#x26AC; <span style="font-weight:bold">Have an idea and need execution help?</span><br>
... ... @@ -549,7 +541,7 @@
549 541 <div class="icon-circle-e">
550 542 <i class="material-icons" style="line-height: 30px;">phone</i>
551 543 </div>
552   - <input type="text" ng-pattern="/^[0-9+-]*$/" maxlength="15" class="text-input" ng-blur="numbercheck(data.number)" ng-model="data.number" placeholder="Mobile No.*" ng-focus="removeNoError()" ng-change="enternumber(data.number); phonekeyPress(data.number)">
  544 + <input type="text" ng-pattern="/^[0-9+-]*$/" maxlength="15" class="text-input" ng-model="data.number" placeholder="Mobile No.*" ng-focus="removeNoError()" ng-change="enternumber(data.number); phonekeyPress(data.number)">
553 545 <label ng-if="numberCheck">Contact Number already exist.</label>
554 546 </div>
555 547 <div class="col-xs-12 col-md-12 input-wrapper">
... ... @@ -733,12 +725,12 @@
733 725 <input class="text-input" ng-model="data.referalToken" maxlength="6" minlength="6" placeholder="Enter Promo code" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)">
734 726 <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i>
735 727 <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i>
736   - <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply</button>
  728 + <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply Promo</button>
737 729 </div>
738 730 <span style="padding-left:10px">* One ticket is valid for one person.</span>
739 731 <div class="clearfix"></div>
740 732 <div class="text-center">
741   - <input type="submit" class="btn submit-button" ng-disabled="applicantForm.$invalid|| check|| numberCheck" value="Submit" ng-click="calculateAmount()">
  733 + <input type="submit" style="width:200px" class="btn submit-button" ng-disabled="applicantForm.$invalid|| check|| numberCheck" value="Submit" ng-click="calculateAmount()">
742 734 </div>
743 735  
744 736 </div>
... ...
... ... @@ -651,7 +651,7 @@
651 651  
652 652 }, function myError(error) {});
653 653 }
654   - }, function myError(error) {});
  654 + }, function myError(error) {alert(error)});
655 655 }
656 656  
657 657 }
... ...