"Footer Starter- icon font"
Bootstrap 3.0.0 Snippet by jeevan123456

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 ---------->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<div class="footer-section">
<div class="footer">
<div class="container">
<div class="col-md-4 footer-one">
<div class="foot-logo">
<img src="http://smarthead.ancorathemes.com/wp-content/uploads/2016/12/footer_logo.png">
</div>
<p>Providing Life Changing Experiences Through Education. Class That Fit Your Busy Life. Closer to Home
</p>
<div class="social-icons">
<a href="https://www.facebook.com/"><i id="social-fb" class="fa fa-facebook-square fa-3x social"></i></a>
<a href="https://twitter.com/"><i id="social-tw" class="fa fa-twitter-square fa-3x social"></i></a>
<a href="https://plus.google.com/"><i id="social-gp" class="fa fa-google-plus-square fa-3x social"></i></a>
<a href="mailto:bootsnipp@gmail.com"><i id="social-em" class="fa fa-envelope-square fa-3x social"></i></a>
</div>
</div>
<div class="col-md-2 footer-two">
<h5>Quick Links</h5>
<ul>
<li><a href="#"> About Us</a> </li>
<li><a href="#"> Our News</a> </li>
<li><a href="#"> Our Services</a> </li>
<li><a href="#"> Contact Us</a> </li>
</ul>
</div>
<div class="col-md-2 footer-three">
<h5>Services</h5>
<ul>
<li><a href="#"> About Us</a> </li>
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
i {
font-size : 12px;
padding-right: 10px;
color: #aece61;
}
/* Footer */
.footer {
position: relative;
background-color: #092746;
color: #7d7975;
padding: 95px 0 50px;
font-size:16px;
}
.footer p {
line-height:26px;
color : #fff;
}
.footer h5 {
font-size: 22px;
font-weight: 700;
color: #aece61 ;
position: relative;
padding-bottom: 16px;
}
.footer h5:after {
content: '';
display: block;
margin: 5px 0 0;
width: 40%;
height: 1px;
background-color: #1e1d22 ;
}
.footer ul {
list-style: none;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<a href="https://www.facebook.com/"><i id="social-fb" class="fa fa-facebook-square fa-3x social"></i></a>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: