footer.html 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <footer>
  2. <div class="mt-5">
  3. <div class="container text-center">
  4. <p class="lead">And now, a word from our sponsors...</p>
  5. <div class="row">
  6. <div class="col-lg-8 col-md-10 mx-auto">
  7. <div class="bsa-cpc"></div>
  8. </div>
  9. </div>
  10. </div>
  11. </div>
  12. <script>
  13. (function() {
  14. if (typeof _bsa !== 'undefined' && _bsa) {
  15. _bsa.init('default', 'CKYD6KQU', 'placement:startbootstrapcom', {
  16. target: '.bsa-cpc',
  17. align: 'horizontal',
  18. disable_css: 'true'
  19. });
  20. }
  21. })();
  22. // Function to check whether there are any ads are visible. If not ads are loaded, hide the container.
  23. window.onload = function() {
  24. if (document.getElementsByClassName("_default_").length > 0) {
  25. document.getElementsByClassName("bsa-ad")[0].style.display = "flex";
  26. }
  27. }
  28. </script>
  29. <div class="footer-social my-5">
  30. <div class="container">
  31. <div class="d-flex justify-content-center">
  32. <a class="footer-social-link d-inline-flex mx-3 justify-content-center align-items-center text-white rounded-circle shadow btn btn-github" href="https://github.com/StartBootstrap">
  33. <i class="fab fa-github"></i>
  34. </a>
  35. <!-- Slack - disabled for now -->
  36. <!-- <a class="footer-social-link d-inline-flex mx-3 justify-content-center align-items-center text-white rounded-circle shadow" href="https://startbootstrap-slack.herokuapp.com/" style="background-color: #3eb991;">
  37. <i class="fab fa-slack"></i>
  38. </a> -->
  39. <a class="footer-social-link d-inline-flex mx-3 justify-content-center align-items-center text-white rounded-circle shadow btn btn-twitter" href="https://twitter.com/sbootstrap">
  40. <i class="fab fa-twitter"></i>
  41. </a>
  42. <a class="footer-social-link d-inline-flex mx-3 justify-content-center align-items-center text-white rounded-circle shadow btn btn-facebook" href="https://www.facebook.com/StartBootstrap/">
  43. <i class="fab fa-facebook-f"></i>
  44. </a>
  45. </div>
  46. </div>
  47. </div>
  48. <div class="footer-main bg-dark py-5 small">
  49. <div class="container">
  50. <a href="/about">Start Bootstrap</a>
  51. is a project created and maintained by
  52. <a href="http://davidmiller.io">David Miller</a>.
  53. <br>
  54. Themes, templates, and snippets licensed
  55. <a href="https://opensource.org/licenses/MIT">MIT</a>, Start Bootstrap website
  56. <a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a>.
  57. <br>
  58. <a href="/terms-and-conditions">Terms &amp; Conditions</a> -
  59. <a href="/privacy-policy">Privacy Policy</a>
  60. <br>
  61. Based on
  62. <a href="http://getbootstrap.com">Bootstrap</a>.
  63. </div>
  64. </div>
  65. </footer>