diff --git a/css/custom.css b/css/custom.css index e262441..ca8d85b 100755 --- a/css/custom.css +++ b/css/custom.css @@ -1,10 +1,10 @@ -{ +/* { outline: none !important; -} +} */ .logo{ height: 45px; - margin-left: + /* margin-left: */ } .hyperColor{ @@ -1376,6 +1376,9 @@ table { .card1:hover .img-top { display: inline; } +.color:hover{ + color: #fff; +} .active, .btn:hover, .btn:onclick { background-color: grey; border: grey; @@ -1406,7 +1409,10 @@ table { margin-bottom: 2%; } .txt{ - margin-top: 3%; + margin-top: 2%; + text-align: center; +} +.txt1{ text-align: center; } .cursor:hover{ diff --git a/pages/Home.html b/pages/Home.html index d1bd737..5de39da 100644 --- a/pages/Home.html +++ b/pages/Home.html @@ -77,26 +77,29 @@
Ahmedabad
--> -
+
- +
Ahmedabad
+
IIM Ahmedabad, Ahmedabad Wednesday; September 11th, 2019
-
+
Bengaluru
+
IIM Bengaluru, Bengaluru Saturday; September 7th, 2019
-
+
Chennai
+
IIT-Madras, Chennai Tuesday; October 1st, 2019
@@ -104,51 +107,58 @@
-
+
Delhi
+
IIT Delhi, Delhi Wednesday; October 16th, 2019
-
+
- +
hyderabad
+
IIT Hyderabad, Hyderabad Saturday; September 14th, 2019
-
+
Jaipur
+
Startup Oasis, Jaipur Wednesday; September 24th, 2019
-
+
+
Kanpur
+
IIT Kanpur, Kanpur Saturday; September 28th, 2019
-
+
Kolkata
+
IIM Calcutta, Kolkata Tuesday; September 17th, 2019
-
+
Mumbai
+
IIT Bombay, Mumbai Wednesday; September 4th, 2019
@@ -157,12 +167,13 @@
-
+
Colombo
+
Colombo, Sri Lanka Saturday; October 5th, 2019
@@ -172,12 +183,13 @@
-
+
Dhaka
+
Dhaka, Bangladesh Saturday; September 21st, 2019
@@ -187,12 +199,13 @@
-
+
Kathmandu
+
Kathmandu, Nepal Saturday; October 12th, 2019
diff --git a/pages/registration.html b/pages/registration.html index 852e1bc..76ff759 100644 --- a/pages/registration.html +++ b/pages/registration.html @@ -15,7 +15,74 @@
--> -
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + + +
+
+
@@ -54,7 +120,6 @@
-
@@ -76,12 +141,7 @@ - +
@@ -109,7 +169,7 @@ -
+
--> -
+ -
+
diff --git a/script.js b/script.js index 3a12d41..9f489f6 100644 --- a/script.js +++ b/script.js @@ -9,7 +9,7 @@ enabled: true, requireBase: false }); - $locationProvider.hashPrefix('!'); + //$locationProvider.hashPrefix('!'); $routeProvider // route for the Home page .when('/', { @@ -47,9 +47,9 @@ controller: 'registrationController' }) - // .otherwise({ - // redirectTo: '/' - // }); + .otherwise({ + redirectTo: '/' + }); }); @@ -380,16 +380,16 @@ // $location.path("/caricatures") // } - $scope.data.city = ''; - $scope.watch = function(value){ - console.log("cllll",value) - $scope.data.city = value; + // $scope.data.city = ''; + $scope.watch = function(){ + // console.log("cllll",value) + // $scope.data.city = value; // if($scope.data.city == "Chennai"){ // console.log("cllll1",value) // $window.location.href = 'http://35.154.24.158:8007'; // }else{ - console.log("cllll2",value) - localStorage.setItem("city" ,value); + // console.log("cllll2",value) + // localStorage.setItem("city" ,value); //$location.path('/registration').search({city: value}); // $location.path('/registration/'+value+''); $location.path('/registration'); @@ -637,8 +637,8 @@ }; // $scope.$on('city', function (event, value) { - $scope.data.city = localStorage.getItem("city"); - console.log("HERE===",$scope.data.city ); + // $scope.data.city = localStorage.getItem("city"); + // console.log("HERE===",$scope.data.city ); // }); $rootScope.tokenCall = function(val) {