-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
32 lines (31 loc) · 2 KB
/
about.html
File metadata and controls
32 lines (31 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<html>
<head>
<title>Welcome To South Indian Bank</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="css/about.css">
<link rel="stylesheet" type="text/css" href="css/nav_logo.css">
<script type="text/javascript" src="js/cookies.js"></script>
</head>
<body onload="setPrev_page();checkLogin();">
<div id="container">
<font color="#3399ff" size="6"> About Us</font>
<hr>
<div id="about_us">
<p>
<b>South Indian Bank Ltd.</b> is a Universal Bank with its operations driven by a cutting edge core Banking IT platform. The Bank offers personalized banking and financial solutions to its clients in the retail and corporate banking arena through its large network of Branches and ATMs, spread across length and breadth of India. We have also set up an overseas branch at Dubai and have plans to open representative offices in various other parts of the Globe, for encashing emerging global opportunities. Our experience of financial markets will help us to effectively cope with challenges and capitalize on the emerging opportunities by participating effectively in our country’s growth process.
</p>
<p>
<b>South Indian Bank</b> is the youngest, new generation, public sector universal bank that rides on a cutting edge core banking Information Technology platform. This enables the Bank to offer personalized banking and financial solutions to its clients. The Bank had an aggregate balance sheet size of Rs. 3,22,769 crore and total business of Rs 4,23,423 crore as on March 31, 2013. USBM Bank's operations during the financial year ended March 31, 2013 resulted in a net profit of Rs. 1882 crore.
</p>
<p>
Our vision for the Bank is <span id="our_moto">"TO BE THE MOST PREFERRED AND TRUSTED BANK ENHANCING VALUE FOR ALL STAKEHOLDERS"</span>.
</p>
</div>
</div>
<div id="footer" style="margin-top:10%;">
<hr>
CopyRight © 2014 South Indian Bank.
</div>
</div>
</body>
</html>