BCB Bank static website
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

108 líneas
4.4 KiB

  1. {% extends 'base.html' %}
  2. {% load staticfiles %}
  3. {% block stylesheets %}
  4. <link rel="stylesheet" href="{% static 'css/about.css' %}">
  5. {% endblock stylesheets %}
  6. {% block content %}
  7. <section class="banner">
  8. <h3>About Us</h3>
  9. </section>
  10. <section class="about-content">
  11. <div class="inner-container">
  12. <div class="scene-container">
  13. <object data="{% static 'files/board_of_dir_2020.pdf' %}" type="application/pdf" style="width:100%; height:100%;" class="active" data-scene-target = "sales">
  14. <embed src="{% static 'files/board_of_dir_2020.pdf' %}" type="application/pdf" />
  15. </object>
  16. </div>
  17. <div class="description">
  18. <div class="heading"><mark>About</mark> BCB</div>
  19. <h3>Brief History</h3>
  20. <p>
  21. The Bharath co-operative Bank Ltd, having its head office at No-30,15th cross, Jayanagar 3rd block, Bangalore -560011 was started on 21-08-1974 by SAHAKARA RATHNA B.L LAKKEGOWDA WHO WAS THE FOUNDER OF THIS BANK. On 03.01.1975 this bank got the permission by Reserve Bank of India (RBI) and started its transaction on 27.03.1975. It is registered under Karnataka Co-operative society's act 1959 and is governed by guideline of RBI issued from time to time. This bank served for 43 - 44 years and is stepping towards its 45th year.
  22. </p>
  23. </div>
  24. </div>
  25. <section class="features">
  26. <h3>Area of Operation</h3>
  27. <p>
  28. Area of operation is limited to four districts of Karnataka i.e. Bangalore (rural and urban), Mysore, Ramanagar, Hassan.
  29. </p>
  30. </section>
  31. <section class="features">
  32. <h3>Salient Features Of Bharath Co-operative Bank</h3>
  33. <ul>
  34. <li>Fully computerized services in all branches.</li>
  35. <li>Safe deposit locker facility available.</li>
  36. <li>Deposits up to Rs 100000/- covered under DICGC.</li>
  37. <li>Higher rate of interest of 0.5% on term deposits for senior citizens.</li>
  38. <li>Immovable property loans for constructions purchase of property
  39. purchase of site/house/flat, marriage, repayment of debts, higher
  40. education and business.
  41. </li>
  42. <li>Vehicle loan, gold loan, government security loan, 75% face value.</li>
  43. <li>Direct clearing facility.</li>
  44. </ul>
  45. </section>
  46. </section>
  47. <!-- <section id="our-team">
  48. <h3>Our <marked>Team</marked></h3>
  49. <div class="owl-carousel owl-team">
  50. <section class="section-container">
  51. <figure>
  52. <img src="{% static 'images/cover-image.jpg' %}" alt="">
  53. </figure>
  54. <marked>Joseph</marked>
  55. <p>
  56. Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic, consequuntur!
  57. </p>
  58. </section>
  59. <section class="section-container">
  60. <figure>
  61. <img src="{% static 'images/cover-image.jpg' %}" alt="">
  62. </figure>
  63. <marked>Joseph</marked>
  64. <p>
  65. Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic, consequuntur!
  66. </p>
  67. </section>
  68. <section class="section-container">
  69. <figure>
  70. <img src="{% static 'images/cover-image.jpg' %}" alt="">
  71. </figure>
  72. <marked>Joseph</marked>
  73. <p>
  74. Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic, consequuntur!
  75. </p>
  76. </section>
  77. <section class="section-container">
  78. <figure>
  79. <img src="{% static 'images/cover-image.jpg' %}" alt="">
  80. </figure>
  81. <marked>Joseph</marked>
  82. <p>
  83. Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic, consequuntur!
  84. </p>
  85. </section>
  86. <section class="section-container">
  87. <figure>
  88. <img src="{% static 'images/cover-image.jpg' %}" alt="">
  89. </figure>
  90. <marked>Joseph</marked>
  91. <p>
  92. Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic, consequuntur!
  93. </p>
  94. </section>
  95. </div>
  96. <div class="owl-team-btn">
  97. <i class="fas fa-chevron-left" id="team-carousel-right-btn"></i>
  98. <i class="fas fa-chevron-right" id="team-carousel-left-btn"></i>
  99. </div>
  100. </section> -->
  101. {% endblock content %}
  102. {% block scripts %}
  103. <script src="{% static 'js/about.js' %}"></script>
  104. {% endblock scripts %}