-
Notifications
You must be signed in to change notification settings - Fork 5
/
help.php
74 lines (70 loc) · 4.22 KB
/
help.php
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<title>The World Bank</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="shortcut icon" href="images/icon.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/button_style.css">
</head>
<body>
<div class="container" id="wrapper">
<div id="white"></div>
<header>
<div class="row">
<div class="col-sm-3 col-md-3 col-lg-3 hidden-xs">
<a href="index.php"><img id="logo" src="images/logo.png" alt="The World Bank Logo" class="img-responsive img-rounded"></a>
</div>
<!--<div class="col-sm-9 col-md-9 col-lg-9">
<h1 style="float: right;color: lightblue">World Bank</h1>
</div>-->
</div>
</header>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<nav class="navbar navbar-default">
<div class="navbar-header hidden-sm hidden-md hidden-lg">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#my_navbar">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"></a><img id="logo" class="img-responsive img-rounded" src="images/logo.png" alt="The World Bank Logo">
</div>
<div class="collapse navbar-collapse" id="my_navbar" style="height: 0px">
<ul class="nav navbar-nav" id="main_nav">
<li><a href="index.php" role="button">Home</a></li>
<li><a href="login.php" role="button">Login</a></li>
<li><a href="branch.php" role="button">Branch</a></li>
<li><a href="help.php" role="button">Help</a></li>
<li><a href="contact.php" role="button">Contact Us</a></li>
<li><a href="apply.php" role="button">Apply</a></li>
</ul>
</div>
</nav>
</div>
</div>
<div class="features_area row">
<div class="row_register">
<h1><center>Help</center></h1>
<h2 class="question">1. What is world bank</h2>
<p class="answer"><b>Ans</b> - world bank is the Internet banking service provided by world bank, India's largest and premier commercial bank</p>
<h2 class="question">2. What is special about Internet banking?</h2>
<p class="answer"><b>Ans</b> - Internet banking is the most convenient way to bank- anytime, any place, at your convenience.</p>
<h2 class="question">3. I do not have a PC?</h2>
<p class="answer"><b>Ans</b> - You can access world bank from any computer that has connectivity to the Internet. But make sure your computer is Malware free. For more details please Click here.</p>
<h2 class="question">4. How do I access world bank?</h2>
<p class="answer"><b>Ans</b> - You need to have an account at a branch. You also need to register for the Internet banking service with the branch. Branch will provide you a Pre Printed Kit (PPK) containing username and password for first login. If you are not in a position to collect PPK in person, the bank will arrange to send a username through SMS and a mailer containing password to your registered address. Logon to www.onlinesbi.com using this username and password. At the first login, you will need to go through a simple initialization process. Our Net banking assistant will guide you step by step through this process on the site.</p>
<h2 class="question">5. I do not have an account with World Bank?</h2>
<p class="answer"><b>Ans</b> - You are welcome to open it now. It is very easy to open an account with world bank. You can apply online for opening of a savings bank account. A link 'Online WB Account Application' is available on the home page of www.worldbank.com or just walk in to any of our branches nearby. Our staff would be pleased to assist you.</p>
</div>
</div>
</div>
<script type="text/javascript" src=""></script>
</body>
</html>