Skip to content

Commit

Permalink
feature(fan-base): add link to visit facebook page [Finishes #134678595]
Browse files Browse the repository at this point in the history
  • Loading branch information
Uyiosa Enabulele committed Dec 13, 2016
1 parent 3fd830b commit 30e44f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions public/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -362,3 +362,12 @@ footer .footer-below {
.footer-copyright {
padding-top: 3%;
}

.facebook-visit {
padding-left: 0;
padding-right: 0;
}

#main-container{
padding: 0;
}
6 changes: 5 additions & 1 deletion public/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,16 @@ <h4> Give to Charity, All donations go to the Make-a-Wish Foundation and benefit
</div>
<div class="col-md-6 text-center">
<div class="row">
<div class="col-md-6 text-right">
<div class="col-md-5 text-right">
<p class="share-buttons text-right text-muted">Share</p>
<a class="btn btn-social-icon btn-twitter"><span class="fa fa-twitter"></span></a>
<a class="btn btn-social-icon btn-facebook"><span class="fa fa-facebook"></span></a>
<a class="btn btn-social-icon btn-google"><span class="fa fa-google"></span></a>
</div>
<div class="col-md-1 facebook-visit">
<p class="share-buttons text-center text-muted">Vist Us</p>
<a href="https://www.facebook.com/Cards-For-Humanity-701709783330407/" target="_blank" class="btn btn-social-icon btn-facebook"><span class="fa fa-facebook"></span></a>
</div>
<div class="col-md-6">
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2FCards-For-Humanity-701709783330407%2F&amp;width=100&amp;layout=standard&amp;action=like&amp;size=small&amp;show_faces=true&amp;share=false&amp;height=80&amp;appId=339784869726443"
width="300" height="60" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowtransparency="true"></iframe> </div>
Expand Down

0 comments on commit 30e44f2

Please sign in to comment.