BCB Bank static website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

340 lines
11 KiB

  1. {% extends 'base.html' %}
  2. {% load staticfiles %}
  3. {% block stylesheets %}
  4. <link rel="stylesheet" href="{% static 'css/home.css' %}">
  5. {% endblock stylesheets %}
  6. {% block content %}
  7. <section class="page-alert">
  8. <section class="content">
  9. <h2> Alert </h2>
  10. <p>
  11. Dear Customer, As per Section 194N for deduction of tax at source (TDS) on Cash Withdrawals above 20 lakhs
  12. for Financial Year: TDS 2% and above 1 Crore TDS 5% to be deducted w.e.f
  13. <strong> 01.07.2020 </strong> for Non I.T returns filers.
  14. You are required to submit I.T returns for previous 3 Financial Year or else TDS will be deducted accordingly.
  15. <br>
  16. Thanks and regards,
  17. <br>
  18. <strong> The Bharat Co-op Bank Ltd </strong>
  19. </p>
  20. <button id="close-alert-button"> Okay </button>
  21. </section>
  22. </section>
  23. <section class="toast">
  24. <header>ANNOUNCEMENTS</header>
  25. <div class="close-toast"><img src="{% static 'images/down-chevron.svg' %}" alt=""></div>
  26. <ul>
  27. <li class="highlight"> <a target="_blank" href="{% static 'files/loan-restructing-2020.pdf' %}"> Loan Restructing 2020 </a> </li>
  28. <li> <a href="{% static 'files/moratorium_application.docx' %}" download> Apply For Moratorium </a> </li>
  29. <li><a target="_blank" href="{% static 'files/election-notice2020.pdf' %}"> Election Notice 2020 </a></li>
  30. <li><a href="{% static 'files/notice-gbm-19.pdf' %}" target="_blank"> Annual General Body Meeting Notice 2019 </a></li>
  31. <li><a href="{% static 'files/report-gbm-19.pdf' %}" target="_blank"> Annual General Body Meeting Report 2018-19 </a></li>
  32. <li><a href="{% static 'files/UNCLAIMED_DEPOSITER.xls' %}" target="_blank">List of Unclaimed Depositers as of 31-12-2018.</a></li>
  33. <li><a href="{% static 'files/INOPERTIVE_ACOUNTS.xls' %}" target="_blank">List of Inoperative accounts as of 26-12-2018</a></li>
  34. </ul>
  35. </section>
  36. <div class="temp-intro-home">
  37. <div class="temp-name">Welcome to <mark>BCB</mark></div>
  38. </div>
  39. <header id="page-header">
  40. <div class="inner-header">
  41. <a href = "/" class="temp-brand">
  42. <figure>
  43. <img src="{% static 'images/edits/logo.jpg' %}" alt="">
  44. </figure>
  45. <h1>The <mark>Bharath Co-operative</mark> Bank</h1>
  46. </a>
  47. <nav id="desktop-navigation-menu">
  48. <ul>
  49. <li class="active">
  50. <a href="#home">HOME</a>
  51. </li>
  52. <li>
  53. <a href="#about">ABOUT</a>
  54. </li>
  55. <li>
  56. <a href="#service">SERVICES</a>
  57. </li>
  58. <li>
  59. <a href="#branches">BRANCHES</a>
  60. </li>
  61. <li>
  62. <a href="#enquiry">ENQUIRY</a>
  63. </li>
  64. <li>
  65. <a href="#contact">CONTACT</a>
  66. </li>
  67. </ul>
  68. </nav>
  69. <section id="mobile-hamburger-menu">
  70. <span class="icon-line"></span>
  71. </section>
  72. </div>
  73. </header>
  74. <nav id="mobile-nav-menu">
  75. <ul>
  76. <li class="active">
  77. <a href="#home">HOME</a>
  78. </li>
  79. <li>
  80. <a href="#about">ABOUT</a>
  81. </li>
  82. <li>
  83. <a href="#service">SERVICES</a>
  84. </li>
  85. <li>
  86. <a href="#branches">BRANCHES</a>
  87. </li>
  88. <li>
  89. <a href="#enquiry">ENQUIRY</a>
  90. </li>
  91. <li>
  92. <a href="#contact">CONTACT</a>
  93. </li>
  94. </ul>
  95. </nav>
  96. <div class="temp-contact-info">
  97. <ul>
  98. <li>
  99. <img src="{% static 'images/mail-icon.svg' %}" alt="">
  100. <div class="contact-content">
  101. <span>Send us a message</span>
  102. <a href="mailto:bcbho34@bsnl.in">bcbho34@bsnl.in</a>
  103. </div>
  104. </li>
  105. <li class="active">
  106. <img src="{% static 'images/phone-call.svg' %}" alt="">
  107. <div class="contact-content">
  108. <span>Give us a Call</span>
  109. <a href="tel:+26632783">2663 2783, 2663 3566</a>
  110. </div>
  111. </li>
  112. <li>
  113. <img src="{% static 'images/time.svg' %}" alt="">
  114. <div class="contact-content">
  115. <span>Opening Hours (Head Office)</span>
  116. <span>Mon-Sat: 9:30 A.M - 12:30 P.M, <br> 4:30 P.M - 7:00 P.M</span>
  117. </div>
  118. </li>
  119. </ul>
  120. </div>
  121. <section id="home">
  122. <figure class="hide">
  123. <img src="{% static 'images/edits/bank.JPG' %}" alt="">
  124. </figure>
  125. <div class="description hide">
  126. <h3>
  127. BEING IN CONTROL <br>OF YOUR <mark>FINANCES</mark>
  128. </h3>
  129. <p>
  130. To emerge as a prime national bank backed by modern technology
  131. meeting customer’s aspirations with professional banking services and
  132. sustained growth contributing to national development.
  133. </p>
  134. <a href="#service">
  135. <button type="button">OUR SERVICES<i class="fas fa-chevron-right"></i></button>
  136. </a>
  137. </div>
  138. </section>
  139. <section id="about">
  140. <div class="wrapper">
  141. <div class="description">
  142. <h3>ABOUT <mark>BCB</mark></h3>
  143. <!-- <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
  144. incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
  145. </p> -->
  146. <p>
  147. Vision of Bharath Co-operative Bank is to be sound and strong, truly
  148. member owned, democratically controlled and ethically managed
  149. banking institution with high degree of transparency, and providing need
  150. based services essentially to the middle class, lower –middle class and
  151. marginalized section of society.
  152. </p>
  153. <a href="/about">
  154. <button type="button">Read More</button>
  155. </a>
  156. </div>
  157. <figure>
  158. <img src="{% static 'images/03.png' %}" alt="">
  159. </figure>
  160. </div>
  161. </section>
  162. <section id="service">
  163. <h3>OUR SEVICES</h3>
  164. <!-- <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
  165. dolore magna aliqua. Ut enim ad minim veniam.
  166. </p> -->
  167. <ul class="owl-carousel owl-service">
  168. <li>
  169. <a href="/deposit" class="inner-contents">
  170. <img src="{% static 'images/economic-growth.svg' %}" alt="">
  171. <div class="title">DEPOSIT SCHEMES</div>
  172. <p>Save for the future, the way you want to, with our range of Deposits</p>
  173. </a>
  174. </li>
  175. <li>
  176. <a href="/loans" class="inner-contents">
  177. <img src="{% static 'images/payment-method.svg' %}" alt="">
  178. <div class="title">LOANS AND ADVANCES</div>
  179. <p>
  180. Get a step closer to fulfilling your dreams by applying for personal loan
  181. and meet your financial needs at attractive interest rates.
  182. </p>
  183. </a>
  184. </li>
  185. <li>
  186. <a href="/others" class="inner-contents">
  187. <img src="{% static 'images/bank-building.svg' %}" alt="">
  188. <div class="title">OTHER SERVICES</div>
  189. <p> Time is money and we at Barath Co-Operative Bank value your time.
  190. Change the way you bank.
  191. </p>
  192. </a>
  193. </li>
  194. </ul>
  195. <div class="service-carousel-btn">
  196. <i class="fas fa-chevron-left" id="service-carousel-right-btn"></i>
  197. <i class="fas fa-chevron-right" id="service-carousel-left-btn"></i>
  198. </div>
  199. </section>
  200. <section id="branches">
  201. <h3>BRANCHES</h3>
  202. <p>
  203. Weekly Holidays: Sunday, 2nd and 4th Saturdays.
  204. </p>
  205. <div class="owl-carousel owl-branches">
  206. <div class="owl-item-branches">
  207. <figure>
  208. <img src="{% static 'images/head-office.jpg' %}" alt="">
  209. </figure>
  210. <div class="description">
  211. <div class="person-name">JAYANAGAR</div>
  212. <div class="person-info">
  213. 9.30 a.m - 12.30 p.m,
  214. 4.30 pm - 7.00 p.m
  215. </div>
  216. <div class="person-info">H.O: #30, 15th cross, 3rd block, Bangalore - 011</div>
  217. <div class="person-info">PH : 2663 2783, 2663 3566</div>
  218. </div>
  219. </div>
  220. <div class="owl-item-branches">
  221. <figure>
  222. <img src="{% static 'images/mathikere.jpg' %}" alt="">
  223. </figure>
  224. <div class="description">
  225. <div class="person-name">mathikere</div>
  226. <div class="person-info">
  227. 9.30 a.m - 12.30 p.m,
  228. 4.00 pm - 6.30 p.m
  229. </div>
  230. <div class="person-info">No. 1047, Triveni road, Bangalore - 054</div>
  231. <div class="person-info">PH : 2337 4010</div>
  232. </div>
  233. </div>
  234. <div class="owl-item-branches">
  235. <figure>
  236. <img src="{% static 'images/vijaynagar.jpg' %}" alt="">
  237. </figure>
  238. <div class="description">
  239. <div class="person-name">vijayanagar</div>
  240. <div class="person-info">
  241. 9.30 a.m - 12.30 p.m,
  242. 4.00 pm - 6.30 p.m
  243. </div>
  244. <div class="person-info">No. 2941/E, Service road, OPP. Maruthi Mandir, Vijayanagar 2nd stage, Bangalore - 040</div>
  245. <div class="person-info">PH : 2340 3063</div>
  246. </div>
  247. </div>
  248. <div class="owl-item-branches">
  249. <figure>
  250. <img src="{% static 'images/kengeri.jpg' %}" alt="">
  251. </figure>
  252. <div class="description">
  253. <div class="person-name">kengeri</div>
  254. <div class="person-info">
  255. 10.00 a.m - 1.30 p.m,
  256. 2.00 pm - 4.00 p.m
  257. </div>
  258. <div class="person-info">No. 40, SLN Complex Mysore road, Kengeri town, Bangalore - 060</div>
  259. <div class="person-info">PH : 2848 2256</div>
  260. </div>
  261. </div>
  262. <div class="owl-item-branches">
  263. <figure>
  264. <img src="{% static 'images/yelanka.jpg' %}" alt="">
  265. </figure>
  266. <div class="description">
  267. <div class="person-name">yelanka</div>
  268. <div class="person-info">
  269. 9.30 a.m - 12.30 p.m,
  270. 4.00 pm - 6.30 p.m
  271. </div>
  272. <div class="person-info">No. 796, 8th Main Road, 'A' sector, Opp. N.E.S Office, Yelahanka New Town, Bangalore - 064</div>
  273. <div class="person-info">PH : 2856 2074</div>
  274. </div>
  275. </div>
  276. <div class="owl-item-branches">
  277. <figure>
  278. <img src="{% static 'images/beguru.jpg' %}" alt="">
  279. </figure>
  280. <div class="description">
  281. <div class="person-name">beguru</div>
  282. <div class="person-info">
  283. 10.00 a.m - 1.30 p.m.
  284. 2.00 pm - 5.00 p.m
  285. </div>
  286. <div class="person-info">16th Main, 4th Block, Bangalore - 011</div>
  287. <div class="person-info">PH : 2574 0777</div>
  288. </div>
  289. </div>
  290. </div>
  291. <div class="branches-carousel-btn">
  292. <i class="fas fa-chevron-left" id="branches-carousel-right-btn" ></i>
  293. <i class="fas fa-chevron-right" id="branches-carousel-left-btn"></i>
  294. </div>
  295. </section>
  296. <section id="enquiry">
  297. <h3>ENQUIRY FORM</h3>
  298. <form method="POST">
  299. <fieldset>
  300. <input type="text" placeholder="Name" name="name" required>
  301. <input type="email" placeholder="Email ID" name="email" required>
  302. <input type="tel" placeholder="Phone" name="phone">
  303. <input type="text" placeholder="Subject" name="subject" required>
  304. <textarea name="message" rows="6" placeholder="Your Message..." name="message" required></textarea>
  305. <button type="button" id="contact-button">Send</button>
  306. </fieldset>
  307. </form>
  308. </section>
  309. <section id="contact">
  310. <h3>CONTACT US</h3>
  311. <div class="inner-container">
  312. <figure>
  313. <img src="{% static 'images/map.png' %}" alt="">
  314. </figure>
  315. <ul class="description-container">
  316. <li>
  317. <label>Address</label>
  318. <address>
  319. H.O: #30, 15th cross, 3rd block, Bangalore - 560 011
  320. </address>
  321. </li>
  322. <li>
  323. <label>Phone</label>
  324. <div class="contact-content">2663 2783, 2663 3566</div>
  325. </li>
  326. <li>
  327. <label>E-mail</label>
  328. <a href="mailto:bcbho34@bsnl.in" class="contact-content">bcbho34@bsnl.in</a>
  329. </li>
  330. </ul>
  331. </div>
  332. </section>
  333. {% endblock content %}
  334. {% block scripts %}
  335. <script src="{% static 'js/home.js' %}"></script>
  336. {% endblock scripts %}