"Kiip V3 Footer"
Bootstrap 3.0.0 Snippet by harryward

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 class="footer">
<div class="container">
<div class="top-footer">
<div class="col-sm-1">
<img class="hidden-xs" src="https://kiip-staging.meteorapp.com/app/assets/icons/icon-contact.svg">
<img class="hidden-lg hidden-md hidden-sm" src="https://kiip-staging.meteorapp.com/app/assets/icons/star.png">
</div>
<div class="col-sm-10">
<h3>Let's Talk Moments</h3>
<h5>Get in touch to learn how Kiip can help your business.</h5><a href="http://v3.kiip.me/contact/#talk-moments-form" class="btn pull-right">Contact Us</a>
</div>
</div>
<div class="bottom-footer">
<div class="col-md-3 col-sm-4 col-xs-12">
<h6>Kiip</h6><a href="http://www.kiip.me">Homepage</a><a href="http://v3.kiip.me/brands">Brands</a><a href="http://v3.kiip.me/developers">Developers</a><a href="http://v3.kiip.me/selfserve">Performance
Marketers</a><a href="http://v3.kiip.me/rewards">Rewards</a>
</div>
<div class="col-md-3 col-sm-4 col-xs-12">
<h6>About Us</h6><a href="http://v3.kiip.me/about">About Us</a><a href="http://blog.kiip.me">Blog</a><a href="http://v3.kiip.me/careers">Careers</a><a href="http://v3.kiip.me/press">Press</a><a class="hidden" href="http://v3.kiip.me/privacy">Privacy
Policy</a>
</div>
<div class="col-md-3 col-sm-4 col-xs-12">
<h6>Misc</h6>
<a href="http://api.kiip.me/register" id="signup-footer-link">Sign Up</a><a href="http://api.kiip.me/login">Sign In</a><a href="http://v3.kiip.me/contact" id="contact-modal-link">Contact Us</a><a href="http://docs.kiip.me">Developer Docs</a><a href="http://help.kiip.me/">Knowledge Base</a>
</div>
<div class="col-md-3 col-sm-4 col-xs-12">
<h6>Follow Us</h6>
<div class="social-links"><a href="https://www.facebook.com/Kiip"><i class="fa fa-facebook"></i></a><a href="https://twitter.com/kiip"><i class="fa fa-twitter"></i></a><a href="http://blog.kiip.me"><i class="fa fa-book"></i></a>
<a href="https://www.youtube.com/channel/UCaU81nWGT6w5TsbLx41W6kw/"><i
class="fa fa-youtube"></i>
</a>
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 {
background: #F6F7F8;
color: #4a4a4a;
}
.footer .top-footer {
border-bottom: solid 1px #dedada;
position: relative;
height: 170px;
}
.footer .top-footer img {
background: linear-gradient(to bottom, #fa0e75, #aa26ad 49%, #583fe6);
border-radius: 50%;
width: 60px;
margin: 60px 20px 34px 20px;
}
.footer .top-footer a {
margin-top: 60px;
}
.footer .bottom-footer a, .footer .bottom-footer a:hover, .footer .bottom-footer a:visited, .footer .bottom-footer a:hover, .footer .bottom-footer a:active {
display: flex;
flex-direction: column;
color: #333333;
text-decoration: none;
}
.footer .bottom-footer .col-md-3 {
margin-bottom: 40px;
margin-top: 60px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: