"Okunsanya modification smart head"
Bootstrap 4.0.0 Snippet by flavatech

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="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<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://gcfvle.ddns.net/TT/logogcfc.png">
</div>
<br>
<p>Providing Life Changing Experiences Through Physical Education and Sport. The Home of World Class Coaches and Athletes.
</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>
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: #000;
color: #7d7975;
padding: 55px 0 50px;
font-size:16px;
}
#rule {
position: relative;
background-color: #000;
color: #7d7975;
padding: 10px 0 0px;
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;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: