Commit 713fd16035deafafd1a08b36f977a8cdde44df14

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

minor changes

... ... @@ -52,7 +52,8 @@
52 52 <li>November 25: <a href="http://startupjalsa.com/delhi/" target="_blank">Delhi</a></li>
53 53 <li>November 27: <a href="http://startupjalsa.com/hyderabad/" target="_blank">Hyderabad</a></li>
54 54 <li>December 1: <a href="http://startupjalsa.com/chandigarh/" target="_blank">Chandigarh</a></li>
55   - </ul><br>
  55 + </ul>
  56 + <p style="font-size:15px;padding-left:8%"><b>Invest edition of Startup Jalsa is in Chandigarh: 2nd & 3rd December</b></p><br>
56 57 </div>
57 58 </div>
58 59 </div><br>
... ...
pages/registration.html
... ... @@ -327,80 +327,82 @@
327 327 <span ng-if="data.stage == 'Product' || data.stage == 'Growth'" ng-show="data.productName == undefined || data.productName == ''" style="position:absolute; top: 10px; left: 120px; color: #999">*</span>
328 328 </div>
329 329 <div class="hideform" ng-if="prototyp">
330   - <div class="col-xs-12 col-md-12 f-family line-adjust">
331   - <strong>Product Launched? </strong>
332   - <p class="line-space" ></p>
333   - </div>
334   - <div class="col-xs-12 col-md-12 input-wrapper f-family">
335   - <div class="icon-circle-ab">
336   - <i class="material-icons" style="line-height: 30px;">launch</i>
  330 + <div class="col-xs-12 col-md-12 f-family line-adjust">
  331 + <strong>Product Launched? </strong>
  332 + <p class="line-space" ></p>
337 333 </div>
338   - <select name="productLaunch" ng-model="data.productLaunch" ng-change="productLaunch(data.productLaunch); productLaunchkeyPress()" ng-click="productCheck()" required style="background-color: #fff;border-radius: 0; font-size: 12px;" id="productDiv">
339   - <option selected disabled value="">Select *</option>
340   - <option value="yes">Yes</option>
341   - <option value="no">No</option>
342   - </select>
343   - </div>
344   - <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="Productshow == 'yes'">
345   - <strong>Product Launch Period </strong>
346   - <p class="line-space" ></p>
347   - </div>
348   - <div class="col-xs-12 col-md-12 input-wrapper f-family" ng-if="Productshow == 'yes'">
349   - <div class="icon-circle-abc">
350   - <i class="material-icons" style="line-height: 30px;">launch</i>
  334 + <div class="col-xs-12 col-md-12 input-wrapper f-family">
  335 + <div class="icon-circle-ab">
  336 + <i class="material-icons" style="line-height: 30px;">launch</i>
  337 + </div>
  338 + <select name="productLaunch" ng-model="data.productLaunch" ng-change="productLaunch(data.productLaunch); productLaunchkeyPress()" ng-click="productCheck()" required style="background-color: #fff;border-radius: 0; font-size: 12px;" id="productDiv">
  339 + <option selected disabled value="">Select *</option>
  340 + <option value="yes">Yes</option>
  341 + <option value="no">No</option>
  342 + </select>
351 343 </div>
352   - <select name="launchPeriod" ng-model="data.launchPeriod" ng-change="launchPeriod(data.launchPeriod); launchPeriodkeyPress()" required style="background-color: #fff;border-radius: 0; font-size: 12px;">
353   - <option selected disabled value="">Select</option>
354   - <option value="less than 1 Month">less than one month</option>
355   - <option value="less than 6 Months">less than 6 months</option>
356   - <option value="more than 6 Months">more than 6 months</option>
357   - </select>
358   - </div>
359   - <div class="col-xs-12 col-md-6 input-wrapper">
360   - <div id="snackbar">Error ! Please fill in all fields.</div>
361   - <div class="icon-circle-k">
362   - <i class="material-icons" style="line-height: 31px;">web</i>
  344 + <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="Productshow == 'yes'">
  345 + <strong>Product Launch Period </strong>
  346 + <p class="line-space" ></p>
363 347 </div>
364   - <input type="text" class="text-input" ng-model="data.websiteUrl" placeholder="Website URL *" id="myBtn" name="websiteUrl" ng-change="entername(data.websiteUrl); websitekeyPress(data.websiteUrl)">
365   - </div>
366   - <div class="col-xs-12 col-md-6 input-wrapper">
367   - <div id="snackbar">Error ! Please fill in all fields.</div>
368   - <div class="icon-circle-m">
369   - <i class="material-icons" style="line-height: 31px;">link</i>
  348 + <div class="col-xs-12 col-md-12 input-wrapper f-family" ng-if="Productshow == 'yes'">
  349 + <div class="icon-circle-abc">
  350 + <i class="material-icons" style="line-height: 30px;">launch</i>
  351 + </div>
  352 + <select name="launchPeriod" ng-model="data.launchPeriod" ng-change="launchPeriod(data.launchPeriod); launchPeriodkeyPress()" required style="background-color: #fff;border-radius: 0; font-size: 12px;">
  353 + <option selected disabled value="">Select</option>
  354 + <option value="less than 1 Month">less than one month</option>
  355 + <option value="less than 6 Months">less than 6 months</option>
  356 + <option value="more than 6 Months">more than 6 months</option>
  357 + </select>
370 358 </div>
371   - <input type="text" class="text-input" ng-model="data.demoLink" placeholder="Link to your product/app/demo *" id="myBtn" name="demoLink" ng-change="entername(data.demoLink); annualkeyPress(data.demoLink)">
372 359 </div>
373   - <div class="col-xs-12 col-md-6 input-wrapper">
374   - <div id="snackbar">Error ! Please fill in all fields.</div>
375   - <div class="icon-circle-l">
376   - <i class="material-icons" style="line-height: 31px;">format_list_numbered</i>
  360 + <div class="hideform" ng-if="protyp">
  361 + <div class="col-xs-12 col-md-6 input-wrapper">
  362 + <div id="snackbar">Error ! Please fill in all fields.</div>
  363 + <div class="icon-circle-k">
  364 + <i class="material-icons" style="line-height: 31px;">web</i>
  365 + </div>
  366 + <input type="text" class="text-input" ng-model="data.websiteUrl" placeholder="Website URL *" id="myBtn" name="websiteUrl" ng-change="entername(data.websiteUrl); websitekeyPress(data.websiteUrl)">
377 367 </div>
378   - <input type="text" ng-pattern="/^[0-9+-]*$/" maxlength="15" class="text-input" ng-model="data.numberOfEmployees" placeholder="Number of Employees *" id="myBtn" name="numberOfEmployees" ng-change="entername(data.numberOfEmployees); employeekeyPress(data.numberOfEmployees)">
379   - </div>
380   - <div class="col-xs-12 col-md-6 input-wrapper">
381   - <div id="snackbar">Error ! Please fill in all fields.</div>
382   - <div class="icon-circle-n">
383   - <i class="material-icons" style="line-height: 31px;">view_stream</i>
  368 + <div class="col-xs-12 col-md-6 input-wrapper">
  369 + <div id="snackbar">Error ! Please fill in all fields.</div>
  370 + <div class="icon-circle-m">
  371 + <i class="material-icons" style="line-height: 31px;">link</i>
  372 + </div>
  373 + <input type="text" class="text-input" ng-model="data.demoLink" placeholder="Link to your product/app/demo *" id="myBtn" name="demoLink" ng-change="entername(data.demoLink); annualkeyPress(data.demoLink)">
384 374 </div>
385   - <input type="text" class="text-input" ng-model="data.revenueMonth" placeholder="Monthly Revenue *" id="myBtn" name="revenueMonth" ng-change="entername(data.revenueMonth); revenuekeyPress(data.revenueMonth)">
386   - </div>
387   - <div class="col-xs-12 col-md-12 input-wrapper f-family">
388   - <p><b>Have you risen any funding yet?</b></p>
389   - <div class="icon-circle-bc">
390   - <i class="material-icons" style="line-height: 30px;">payment</i>
  375 + <div class="col-xs-12 col-md-6 input-wrapper">
  376 + <div id="snackbar">Error ! Please fill in all fields.</div>
  377 + <div class="icon-circle-l">
  378 + <i class="material-icons" style="line-height: 31px;">format_list_numbered</i>
  379 + </div>
  380 + <input type="text" ng-pattern="/^[0-9+-]*$/" maxlength="15" class="text-input" ng-model="data.numberOfEmployees" placeholder="Number of Employees *" id="myBtn" name="numberOfEmployees" ng-change="entername(data.numberOfEmployees); employeekeyPress(data.numberOfEmployees)">
391 381 </div>
392   - <select name="amount" ng-model="data.amount" ng-change="amount(data.amount); amountkeyPress()" ng-click="textCheck()" required style="background-color: #fff;border-radius: 0; font-size: 12px;" id="fundingDiv">
393   - <option selected disabled value="">Select *</option>
394   - <option value="yes">Yes</option>
395   - <option value="no">No</option>
396   - </select>
397   - </div>
398   - <div class="col-xs-12 col-md-12 input-wrapper" ng-if="Textshow == 'yes'">
399   - <div class="icon-circle-y" >
400   - <i class="material-icons" style="line-height: 31px;">money</i>
  382 + <div class="col-xs-12 col-md-6 input-wrapper">
  383 + <div id="snackbar">Error ! Please fill in all fields.</div>
  384 + <div class="icon-circle-n">
  385 + <i class="material-icons" style="line-height: 31px;">view_stream</i>
  386 + </div>
  387 + <input type="text" class="text-input" ng-model="data.revenueMonth" placeholder="Monthly Revenue *" id="myBtn" name="revenueMonth" ng-change="entername(data.revenueMonth); revenuekeyPress(data.revenueMonth)">
  388 + </div>
  389 + <div class="col-xs-12 col-md-12 input-wrapper f-family">
  390 + <p><b>Have you risen any funding yet?</b></p>
  391 + <div class="icon-circle-bc">
  392 + <i class="material-icons" style="line-height: 30px;">payment</i>
  393 + </div>
  394 + <select name="amount" ng-model="data.amount" ng-change="amount(data.amount); amountkeyPress()" ng-click="textCheck()" required style="background-color: #fff;border-radius: 0; font-size: 12px;" id="fundingDiv">
  395 + <option selected disabled value="">Select *</option>
  396 + <option value="yes">Yes</option>
  397 + <option value="no">No</option>
  398 + </select>
  399 + </div>
  400 + <div class="col-xs-12 col-md-12 input-wrapper" ng-if="Textshow == 'yes'">
  401 + <div class="icon-circle-y" >
  402 + <i class="material-icons" style="line-height: 31px;">money</i>
  403 + </div>
  404 + <input type="text" name="fund" class="text-input" ng-model="data.fund" placeholder="Fill amount" ng-change="fund(data.fund); fundkeyPress(data.fund)"></input>
401 405 </div>
402   - <input type="text" name="fund" class="text-input" ng-model="data.fund" placeholder="Fill amount" ng-change="fund(data.fund); fundkeyPress(data.fund)"></input>
403   - </div>
404 406 </div>
405 407 <!-- <div class="identity-shadow">
406 408 <div class="icon-circle-bc">
... ...
... ... @@ -394,6 +394,7 @@
394 394 $scope.current = 10;
395 395 $scope.proto = true;
396 396 $scope.prototyp = false;
  397 + $scope.protyp = false;
397 398 $scope.market = false;
398 399 $scope.risks = false;
399 400 $scope.team = false;
... ... @@ -409,6 +410,7 @@
409 410 $scope.current = 10;
410 411 $scope.proto = true;
411 412 $scope.prototyp = true;
  413 + $scope.protyp = true;
412 414 $scope.market = true;
413 415 $scope.risks = true;
414 416 $scope.team = true;
... ... @@ -423,7 +425,8 @@
423 425 } else if (stage == 'Growth') {
424 426 $scope.current = 10;
425 427 $scope.proto = false;
426   - $scope.prototyp = true;
  428 + $scope.prototyp = false;
  429 + $scope.protyp = true;
427 430 $scope.market = true;
428 431 $scope.risks = true;
429 432 $scope.team = true;
... ...