ソースを参照

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;
z-index: 10;
width: 300px;
height: 200px;
height: 400px;
padding: 10px;
transition: transform 500ms ease;
overflow: auto;
}
.toast.hide {
transform: translateY(145px);
transform: translateY(345px);
}
.toast.hide .close-toast {
transform: rotate(180deg);
@@ -656,5 +656,21 @@ section .description p {
font-size: 14px;
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 */

バイナリ
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>
<h3>Brief History</h3>
<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>
</div>
</div>
<section class="features">
<h3>Area of Operation</h3>
<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>
</section>
<section class="features">
@@ -111,4 +102,4 @@

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

+ 1
- 0
templates/home.html ファイルの表示

@@ -10,6 +10,7 @@
<header>ANNOUNCEMENTS</header>
<div class="close-toast"><img src="{% static 'images/down-chevron.svg' %}" alt=""></div>
<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/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>


読み込み中…
キャンセル
保存