diff --git a/css/custom.css b/css/custom.css index a0b8e01..913f6e6 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1383,7 +1383,7 @@ table { background:transparent; } .logojalsa{ - width:250px;position:relative;margin-bottom: 5%; + width:250px;position:relative;margin-bottom: 75px; } .jalsaheadr{ position: relative;font-size: 40px;margin-left: 1%;color: rgb(25, 104, 157); diff --git a/pages/caricatures.html b/pages/caricatures.html index 4bab698..5d1b1be 100644 --- a/pages/caricatures.html +++ b/pages/caricatures.html @@ -2,30 +2,6 @@
-
+
@@ -70,6 +47,7 @@
+
@@ -94,6 +72,7 @@
+
@@ -118,6 +97,7 @@
+
@@ -147,6 +127,7 @@
+
@@ -171,6 +152,7 @@
+
@@ -195,6 +177,7 @@
+
@@ -219,6 +202,7 @@
+
@@ -248,6 +232,7 @@
+
diff --git a/script.js b/script.js index 6c822cb..2a81d7d 100644 --- a/script.js +++ b/script.js @@ -99,6 +99,11 @@ //$state.go('registration', { 'city': value}) } + $scope.select = function(url){ + console.log("cllll") + window.open(url) + } + $scope.stagekeyPress = function() { $('.icon-circle-a').css('background-color', 'rgb(25, 104, 157)'); }