-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.php
85 lines (74 loc) · 2.63 KB
/
about.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
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<!--
Transit by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About US</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body>
<!-- Header -->
<?php include('navbar.php'); ?>
<!-- Main -->
<section id="main" class="wrapper">
<div class="container">
<section id="two" class="wrapper style2 special">
<div class="container">
<section class="profiles">
<div class="row">
<!--<section class="3u 6u(medium) 12u$(xsmall) profile">
<h4>L<img src="" alt="" />orem ipsum</h4>
<p>Lorem ipsum dolor</p>
</section> -->
<section style="width:500px" class="4u 7u$(medium) 11u$(xsmall) profile">
<a href="https://www.facebook.com/rranjangrd" ><img style="width:200px ; height:200px" src="images/mrex2.jpg" alt="" /> </a>
<h4 style="padding-top:70px; ">Rajeev Ranjan</h4>
<p>Branch Manager </p>
</section>
<!-- <section class="4u 8u(medium) 12u$(xsmall) profile">
<img src="images/profile_placeholder.gif" alt="" />
<h4>Amit Kumar</h4>
<p>Harum corrupti quia</p>
</section> -->
<section style="float:right ; width:500px" class="4u$ 7u$(medium) 11u$(xsmall) profile">
<a href="https://www.facebook.com/er.vikashs4" ><img style="width:200px ; height:200px" src="images/er.jpg" alt="" /> </a>
<h4 style="padding-top:70px">vikash Kumar</h4>
<p>Branch Manager</p>
</section>
</div>
</section>
<footer>
<p> <h3>Our Corporate Office.</h3>
Future Bank Limited, Corporate Office
<h1>Curzon Gate, Burdwan, Kolkata-713104</h1>
Mob:9430363635 </p>
<ul class="actions">
<li>
<a href="contact.php" class="button big">Contact Us</a>
</li>
</ul>
</footer>
</div>
</section>
</div>
</section>
<!-- Footer -->
<?php include('footer.php'); ?>
</body>
</html>