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.
 
 
 
 

106 linhas
4.2 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 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.
  20. </p>
  21. </div>
  22. </div>
  23. <section class="features">
  24. <h3>Area of Operation</h3>
  25. <p>
  26. Area of operation is limited to four districts of Karnataka i.e. Bangalore (rural and urban), Mysore, Ramanagar, Hassan.
  27. </p>
  28. </section>
  29. <section class="features">
  30. <h3>Salient Features Of Bharath Co-operative Bank</h3>
  31. <ul>
  32. <li>Fully computerized services in all branches.</li>
  33. <li>Safe deposit locker facility available.</li>
  34. <li>Deposits up to Rs 100000/- covered under DICGC.</li>
  35. <li>Higher rate of interest of 0.5% on term deposits for senior citizens.</li>
  36. <li>Immovable property loans for constructions purchase of property
  37. purchase of site/house/flat, marriage, repayment of debts, higher
  38. education and business.
  39. </li>
  40. <li>Vehicle loan, gold loan, government security loan, 75% face value.</li>
  41. <li>Direct clearing facility.</li>
  42. </ul>
  43. </section>
  44. </section>
  45. <!-- <section id="our-team">
  46. <h3>Our <marked>Team</marked></h3>
  47. <div class="owl-carousel owl-team">
  48. <section class="section-container">
  49. <figure>
  50. <img src="{% static 'images/cover-image.jpg' %}" alt="">
  51. </figure>
  52. <marked>Joseph</marked>
  53. <p>
  54. Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic, consequuntur!
  55. </p>
  56. </section>
  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. </div>
  94. <div class="owl-team-btn">
  95. <i class="fas fa-chevron-left" id="team-carousel-right-btn"></i>
  96. <i class="fas fa-chevron-right" id="team-carousel-left-btn"></i>
  97. </div>
  98. </section> -->
  99. {% endblock content %}
  100. {% block scripts %}
  101. <script src="{% static 'js/about.js' %}"></script>
  102. {% endblock scripts %}