瀏覽代碼

Files updated

master
kj1352 5 年之前
父節點
當前提交
3e3645362a
共有 5 個文件被更改,包括 22 次插入14 次删除
  1. +18
    -2
      static/css/home.css
  2. 二進制
      static/files/deposit-scheme.pdf
  3. 二進制
      static/files/election-notice2020.pdf
  4. +3
    -12
      templates/about.html
  5. +1
    -0
      templates/home.html

+ 18
- 2
static/css/home.css 查看文件

@@ -613,13 +613,13 @@ section .description p {
background-color: #403e41; background-color: #403e41;
z-index: 10; z-index: 10;
width: 300px; width: 300px;
height: 200px;
height: 400px;
padding: 10px; padding: 10px;
transition: transform 500ms ease; transition: transform 500ms ease;
overflow: auto; overflow: auto;
} }
.toast.hide { .toast.hide {
transform: translateY(145px);
transform: translateY(345px);
} }
.toast.hide .close-toast { .toast.hide .close-toast {
transform: rotate(180deg); transform: rotate(180deg);
@@ -656,5 +656,21 @@ section .description p {
font-size: 14px; font-size: 14px;
margin: 0 0 10px 0; margin: 0 0 10px 0;
} }
.toast ul li.highlight {
animation: glow 1.5s infinite linear;
font-weight: 600;
font-size: 16px;
}
@keyframes glow {
0% {
color: white;
}
50% {
color: #28aae2;
}
100% {
color: white;
}
}


/*# sourceMappingURL=home.css.map */ /*# sourceMappingURL=home.css.map */

二進制
static/files/deposit-scheme.pdf 查看文件


二進制
static/files/election-notice2020.pdf 查看文件


+ 3
- 12
templates/about.html 查看文件

@@ -18,23 +18,14 @@
<div class="heading"><mark>About</mark> BCB</div> <div class="heading"><mark>About</mark> BCB</div>
<h3>Brief History</h3> <h3>Brief History</h3>
<p> <p>
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 years. This bank was graded
'A' by RBI for providing quality services and facilities to its members.
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.
</p> </p>
</div> </div>
</div> </div>
<section class="features"> <section class="features">
<h3>Area of Operation</h3> <h3>Area of Operation</h3>
<p> <p>
Area of operation is limited to four districts of Karnataka i.e. Bangalore
(rural and urban), Mysore, Ramanagar, Hassan.
Area of operation is limited to four districts of Karnataka i.e. Bangalore (rural and urban), Mysore, Ramanagar, Hassan.
</p> </p>
</section> </section>
<section class="features"> <section class="features">
@@ -111,4 +102,4 @@


{% block scripts %} {% block scripts %}
<script src="{% static 'js/about.js' %}"></script> <script src="{% static 'js/about.js' %}"></script>
{% endblock scripts %}
{% endblock scripts %}

+ 1
- 0
templates/home.html 查看文件

@@ -10,6 +10,7 @@
<header>ANNOUNCEMENTS</header> <header>ANNOUNCEMENTS</header>
<div class="close-toast"><img src="{% static 'images/down-chevron.svg' %}" alt=""></div> <div class="close-toast"><img src="{% static 'images/down-chevron.svg' %}" alt=""></div>
<ul> <ul>
<li class="highlight"><a href="{% static 'files/election-notice2020.pdf' %}"> Election Notice 2020 </a></li>
<li><a href="{% static 'files/notice-gbm-19.pdf' %}" target="_blank"> Annual General Body Meeting Notice 2019 </a></li> <li><a href="{% static 'files/notice-gbm-19.pdf' %}" target="_blank"> Annual General Body Meeting Notice 2019 </a></li>
<li><a href="{% static 'files/report-gbm-19.pdf' %}" target="_blank"> Annual General Body Meeting Report 2018-19 </a></li> <li><a href="{% static 'files/report-gbm-19.pdf' %}" target="_blank"> Annual General Body Meeting Report 2018-19 </a></li>
<li><a href="{% static 'files/UNCLAIMED_DEPOSITER.xls' %}" target="_blank">List of Unclaimed Depositers as of 31-12-2018.</a></li> <li><a href="{% static 'files/UNCLAIMED_DEPOSITER.xls' %}" target="_blank">List of Unclaimed Depositers as of 31-12-2018.</a></li>


Loading…
取消
儲存