diff --git a/css/custom.css b/css/custom.css index ca8d85b..f0cb99a 100755 --- a/css/custom.css +++ b/css/custom.css @@ -1379,6 +1379,15 @@ table { .color:hover{ color: #fff; } +.palak{ + width: 100% !important; + display: none !important; + position: absolute !important; + cursor: pointer !important; + top: 0 !important; + left: 0 !important; + z-index: 99 !important; +} .active, .btn:hover, .btn:onclick { background-color: grey; border: grey; @@ -1389,6 +1398,13 @@ table { border-color: #0161EE; color: #0161EE; } + +.btn-active { + background-color: #171717 !important; + border-color: #0161EE !important; + color: #0161EE !important; +} + .apply-act2:hover, .apply-act2:focus{ background-color: #171717; border-color: #0161EE; diff --git a/pages/Home.html b/pages/Home.html index 5de39da..9b78bbb 100644 --- a/pages/Home.html +++ b/pages/Home.html @@ -79,11 +79,11 @@ -->
- - + +
Ahmedabad
-
IIM Ahmedabad, Ahmedabad Wednesday; September 11th, 2019
+
IIM Ahmedabad | September 11th, 2019
@@ -91,7 +91,7 @@
Bengaluru
-
IIM Bengaluru, Bengaluru Saturday; September 7th, 2019
+
IIM Bengaluru | September 7th, 2019
@@ -99,7 +99,7 @@
Chennai
-
IIT-Madras, Chennai Tuesday; October 1st, 2019
+
IIT-Madras | October 1st, 2019
@@ -113,7 +113,7 @@
Delhi
-
IIT Delhi, Delhi Wednesday; October 16th, 2019
+
IIT Delhi | October 16th, 2019
@@ -121,7 +121,7 @@
hyderabad
-
IIT Hyderabad, Hyderabad Saturday; September 14th, 2019
+
IIT Hyderabad | September 14th, 2019
@@ -129,7 +129,7 @@
Jaipur
-
Startup Oasis, Jaipur Wednesday; September 24th, 2019
+
Startup Oasis | September 24th, 2019
@@ -142,7 +142,7 @@
Kanpur
-
IIT Kanpur, Kanpur Saturday; September 28th, 2019
+
IIT Kanpur | September 28th, 2019
@@ -150,7 +150,7 @@
Kolkata
-
IIM Calcutta, Kolkata Tuesday; September 17th, 2019
+
IIM Calcutta | September 17th, 2019
@@ -158,7 +158,7 @@
Mumbai
-
IIT Bombay, Mumbai Wednesday; September 4th, 2019
+
IIT Bombay | September 4th, 2019
@@ -173,7 +173,7 @@
Colombo
-
Colombo, Sri Lanka Saturday; October 5th, 2019
+
Colombo, Sri Lanka | October 5th, 2019
@@ -189,7 +189,7 @@
Dhaka
-
Dhaka, Bangladesh Saturday; September 21st, 2019
+
Dhaka, Bangladesh | September 21st, 2019
@@ -205,7 +205,7 @@
Kathmandu
-
Kathmandu, Nepal Saturday; October 12th, 2019
+
Kathmandu, Nepal | October 12th, 2019
diff --git a/script.js b/script.js index 9f489f6..681bb91 100644 --- a/script.js +++ b/script.js @@ -5,10 +5,10 @@ scotchApp.config(function($routeProvider,$locationProvider) { // use the HTML5 History API - $locationProvider.html5Mode({ - enabled: true, - requireBase: false - }); + // $locationProvider.html5Mode({ + // enabled: true, + // requireBase: false + // }); //$locationProvider.hashPrefix('!'); $routeProvider // route for the Home page @@ -76,8 +76,9 @@ }; window.onload = function(){ var element = document.getElementById("defaultcountry"); - element.classList.add("active"); - console.log("element",element) + element.classList.add("btn-active"); + document.getElementById("ahmedabad").src = "images/Ahmedabad_1.png"; + console.log("======aaaaa===",document.getElementsByClassName("ahmedabad")); } var chennai = new Date("Sept 19, 2018 12:00:00").getTime();