Commit f70f24f657d3fbe265490a9126a799794e4de1bc
1 parent
e6e47552c0
Exists in
master
and in
1 other branch
minor change
Showing
2 changed files
with
6 additions
and
7 deletions
Show diff stats
pages/caricatures.html
... | ... | @@ -242,11 +242,11 @@ |
242 | 242 | <label style="padding: 0;" class="thumbnail radius-border stage-thumbnail cursor rotate-card"> |
243 | 243 | <img class="card-img-top" src="images/dharamshala_3.png" style="width:100%"> |
244 | 244 | <div class="card-block"> |
245 | - <div class="pull-left"> | |
246 | - <span>Invest Edition</span><br> | |
245 | + <div> | |
246 | + <span style="padding: 0 0 0 30%">Invest Edition</span><br> | |
247 | 247 | <label class="card-title">Dharamsala</label><br> |
248 | 248 | <label class="card-sub-title">Friday - Saturday</label> |
249 | - </div> | |
249 | + </div> | |
250 | 250 | <!-- <div class="pull-right"> |
251 | 251 | <label class="card-sub-title"><i class="material-icons">location_on</i> |
252 | 252 | <span style="position: relative;top: -3px;">IIM-Indore</span> |
... | ... | @@ -257,8 +257,8 @@ |
257 | 257 | </div> |
258 | 258 | </label> |
259 | 259 | <div class="clearfix"></div> |
260 | - <div style="padding: 0% 0 1% 30%;border-top: 1px solid rgba(0, 0, 0, .05) !important;"> | |
261 | - <label><b style="color: #46b8da;">Invite Only</b></label> | |
260 | + <div style="padding: 0 0 0 33%;border-top: 1px solid rgba(0, 0, 0, .05) !important;"> | |
261 | + <label style="padding-top: 3px;"><b style="color: #46b8da;">Invite Only</b></label> | |
262 | 262 | </div> |
263 | 263 | </div> |
264 | 264 | </div> | ... | ... |
script.js
... | ... | @@ -479,7 +479,7 @@ scotchApp.controller('ambassadorController', function($scope, $http, $location, |
479 | 479 | |
480 | 480 | $scope.submit = function() { |
481 | 481 | console.log($scope.data.name) |
482 | - var randomNumber = ""+99; | |
482 | + var randomNumber = ""+10; | |
483 | 483 | var nameSpliced = $scope.data.name.slice(0,4); |
484 | 484 | var numberSpliced = randomNumber; |
485 | 485 | $scope.data.referalToken = nameSpliced+numberSpliced; |
... | ... | @@ -503,7 +503,6 @@ scotchApp.controller('ambassadorController', function($scope, $http, $location, |
503 | 503 | console.log(error) |
504 | 504 | console.log(error.data.error.message) |
505 | 505 | }); |
506 | - console.log($scope.data) | |
507 | 506 | } |
508 | 507 | }); |
509 | 508 | ... | ... |