BCB Bank static website
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

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