diff --git a/static/css/home.css b/static/css/home.css index 506bf99..017dd9a 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -394,7 +394,7 @@ section .description p { margin: 0 20px; padding: 10px 0; width: 90%; - height: 120px; + height: 140px; overflow: hidden; } #branches .owl-branches .owl-item-branches .description .person-name, @@ -415,7 +415,7 @@ section .description p { padding-bottom: 30px; position: relative; z-index: 2; - padding-top: 40px; + padding-top: 85px; } #branches .branches-carousel-btn i { padding: 10px; diff --git a/static/files/deposits.pdf b/static/files/deposits.pdf new file mode 100644 index 0000000..17b14b3 Binary files /dev/null and b/static/files/deposits.pdf differ diff --git a/static/files/loans.pdf b/static/files/loans.pdf new file mode 100644 index 0000000..6c3f3d5 Binary files /dev/null and b/static/files/loans.pdf differ diff --git a/static/js/service.js b/static/js/service.js index 0ffa72e..ec1dd49 100644 --- a/static/js/service.js +++ b/static/js/service.js @@ -1,5 +1,5 @@ var service_tabs = document.querySelectorAll('.service-content .side-content li'); -// var scenes = document.querySelectorAll('.scene-container object'); +var scenes = document.querySelectorAll('.scene-container object'); for (var i = 0; i < service_tabs.length; i++) { service_tabs[i].addEventListener('click', change_tabs); @@ -8,12 +8,12 @@ for (var i = 0; i < service_tabs.length; i++) { function change_tabs(e) { for (var i = 0; i < service_tabs.length; i++) { - // scenes[i].classList.remove('active'); + scenes[i].classList.remove('active'); service_tabs[i].classList.remove('active'); - // if (e.currentTarget.dataset.tab == scenes[i].dataset.sceneTarget) { - // scenes[i].classList.add('active'); - // } + if (e.currentTarget.dataset.tab == scenes[i].dataset.sceneTarget) { + scenes[i].classList.add('active'); + } } e.currentTarget.classList.add('active'); diff --git a/static/scss/home.scss b/static/scss/home.scss index 61140fe..f180aa6 100644 --- a/static/scss/home.scss +++ b/static/scss/home.scss @@ -412,7 +412,7 @@ section { margin: 0 20px; padding: 10px 0; width: 90%; - height: 120px; + height: 140px; overflow: hidden; .person-name, @@ -440,7 +440,7 @@ section { padding-bottom: 30px; position: relative; z-index: 2; - padding-top: 40px; + padding-top: 85px; i { padding: 10px; diff --git a/templates/base.html b/templates/base.html index c6cedcf..e75a3a6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -39,7 +39,7 @@ {% block content %} {% endblock content %} diff --git a/templates/deposit.html b/templates/deposit.html index 9e46671..64df5d8 100644 --- a/templates/deposit.html +++ b/templates/deposit.html @@ -18,24 +18,24 @@
  • Nomination Facility
  • -
    {% endblock content %} diff --git a/templates/home.html b/templates/home.html index dd77312..1126abf 100644 --- a/templates/home.html +++ b/templates/home.html @@ -99,8 +99,8 @@
  • - Opening Hours - Mon-Sat: 10:00 A.M - 2:00 P.M,
    3:30 P.M - 6:00 P.M
    + Opening Hours (Head Office) + Mon-Sat: 9:30 A.M - 12:30 P.M,
    4:30 P.M - 7:00 P.M
  • @@ -197,6 +197,10 @@
    JAYANAGAR
    +
    + 9.30 a.m - 12.30 p.m, + 4.30 pm - 7.00 p.m +
    H.O: #30, 15th cross, 3rd block, Bangalore - 011
    PH : 2663 2783, 2663 3566
    @@ -207,6 +211,10 @@
    mathikere
    +
    + 9.30 a.m - 12.30 p.m, + 4.00 pm - 6.30 p.m +
    No. 1047, Triveni road, Bangalore - 054
    PH : 2337 4010
    @@ -217,6 +225,10 @@
    vijayanagar
    +
    + 9.30 a.m - 12.30 p.m, + 4.00 pm - 6.30 p.m +
    No. 2941/E, Service road, OPP. Maruthi Mandir, Vijayanagar 2nd stage, Bangalore - 040
    PH : 2340 3063
    @@ -227,6 +239,10 @@
    kengeri
    +
    + 10.00 a.m - 1.30 p.m, + 2.00 pm - 4.00 p.m +
    No. 40, SLN Complex Mysore road, Kengeri town, Bangalore - 060
    PH : 2848 2256
    @@ -237,6 +253,10 @@
    yelanka
    +
    + 9.30 a.m - 12.30 p.m, + 4.00 pm - 6.30 p.m +
    No. 796, 8th Main Road, 'A' sector, Opp. N.E.S Office, Yelahanka New Town, Bangalore - 064
    PH : 2856 2074
    @@ -247,6 +267,10 @@
    beguru
    +
    + 10.00 a.m - 1.30 p.m. + 2.00 pm - 5.00 p.m +
    16th Main, 4th Block, Bangalore - 011
    PH :
    diff --git a/templates/loans.html b/templates/loans.html index ee56403..9f27f1d 100644 --- a/templates/loans.html +++ b/templates/loans.html @@ -11,7 +11,7 @@
    -
    {% endblock content %}