"footer"
Bootstrap 3.0.0 Snippet by scorpsoft

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
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<footer id="footer-Section">
<div class="footer-top-layout">
<div class="container">
<div class="row">
<div class="OurBlog">
<h4>Our Blog</h4>
<p>BCM wins mandate for Avendus Wealth Management portal revamp</p>
<div class="post-blog-date">20th Oct 2016</div>
</div>
<div class=" col-lg-8 col-lg-offset-2">
<div class="col-sm-4">
<div class="footer-col-item">
<h4>Go Travel Cloud</h4>
<address>
501,507 your company address<br>
400015 Maharashtra, UK
</address>
</div>
</div>
<div class="col-sm-4">
<div class="footer-col-item">
<h4>Reach Us</h4>
<div class="item-contact"> <a href="tel:630-885-9200"><span class="link-id">P</span>:<span>630-885-9200</span></a> <a href="tel:630-839.2006"><span class="link-id">F</span>:<span>630-839.2006</span></a> <a href="mailto:info@brandcatmedia.com"><span class="link-id">E</span>:<span>info@brandcatmedia.com</span></a> </div>
</div>
</div>
<div class="col-sm-4">
<div class="footer-col-item">
<h4>Sign up for Newsletter</h4>
<form class="signUpNewsletter" action="" method="get">
<input name="" class="gt-email form-control" placeholder="You@youremail.com" type="text">
<input name="" class="btn-go" value="Go" type="button">
</form>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
.footer-top-layout {
background: #1c1c1c none repeat scroll 0 0;
color: #ffffff;
padding: 40px 0;
}
.OurBlog {
margin-bottom: 32px;
text-align: center;
}
.footer-top-layout h4 {
color: #ffffff;
font-size: 18px;
margin-bottom: 21px;
}
.OurBlog > p {
color: #888888;
}
.post-blog-date::after {
background: #ffffff none repeat scroll 0 0;
bottom: 0;
content: "";
height: 4px;
left: 0;
margin: auto;
position: absolute;
right: 0;
width: 50px;
}
.post-blog-date {
padding-bottom: 25px;
position: relative;
}
body {
color: #666666;
font-family: "Open Sans",sans-serif;
line-height: 24px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: