Commit 9d4fa776e8ef48a44788c399d865be3590f5c4f8

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

minor change space

... ... @@ -1408,8 +1408,8 @@ table {
1408 1408 h1{
1409 1409 font-size:2.8rem;
1410 1410 }
1411   - .phone-meetup{
1412   - margin-left: 4%;
  1411 + .happen-city{
  1412 + margin-left: -13px;
1413 1413  
1414 1414 }
1415 1415 .card-color-confirm{
... ...
... ... @@ -32,17 +32,17 @@
32 32 <div class="col-sm-6 happen-attend">
33 33 <div class="width-auto">
34 34 <div class="happen-meetup" style="margin-top: -5px;">
35   - <b class="phone-meetup">Is there any registration fee involved for the meetup?</b>
  35 + <b>Is there any registration fee involved for the meetup?</b>
36 36 </div>
37   - <ul class="phone-meetup">
  37 + <ul >
38 38 <li>A startup is required to pay a registration fee of Rs.500 to attend the city meetup.</li>
39 39 </ul>
40 40 </div><br>
41 41 <div class="width-auto">
42 42 <div class="happen-meetup" style="margin-top: -18px;">
43   - <b class="phone-meetup">What follows after the city meetups?</b>
  43 + <b >What follows after the city meetups?</b>
44 44 </div>
45   - <ul class="phone-meetup">
  45 + <ul >
46 46 <li>Two exciting startups from each city will get a travel grant to fly to the Startup Jalsa main conference where 4 startups will get an investment of Rs.25 Lacs each at 10% equity, subject to due diligence.</li>
47 47 </ul>
48 48 </div>
... ...
pages/ambassador.html
... ... @@ -41,8 +41,8 @@
41 41 <div class="icon-circle-f">
42 42 <i class="material-icons" style="line-height: 30px;">location_city</i>
43 43 </div>
44   - <select ng-model="city" ng-change="selectcity(city); citykeyPress(city)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required>
45   - <option name="city" selected disabled value="">{{city}}</option>
  44 + <select ng-model="data.city" ng-change="selectcity(data.city); citykeyPress(data.city)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required>
  45 + <option name="city" selected disabled value="">{{data.city}}</option>
46 46 <option value="Ahmedabad">Ahmedabad</option>
47 47 <option value="Bangalore">Bangalore</option>
48 48 <option value="Chennai">Chennai</option>
... ...
... ... @@ -89,7 +89,7 @@
89 89 $scope.data.city = value;
90 90 localStorage.setItem("city" ,value);
91 91 //$location.path('/registration').search({city: value});
92   - $location.path('/registration/');
  92 + $location.path('/registration');
93 93 //$state.go('registration', { 'city': value})
94 94 }
95 95  
... ... @@ -311,8 +311,8 @@
311 311 };
312 312  
313 313 // $scope.$on('city', function (event, value) {
314   - $scope.city = localStorage.getItem("city");
315   - console.log("HERE===",$scope.city );
  314 + $scope.data.city = localStorage.getItem("city");
  315 + console.log("HERE===",$scope.data.city );
316 316 // });
317 317 $scope.submit = function() {
318 318 $scope.payingAmnt = 100;
... ...