EduardET

Untitled

Jun 26th, 2018
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.90 KB | None | 0 0
  1. <footer id="main-footer" style="position: absolute; top: 0; left: 0; width: 100%; z-index: 5;">
  2.                
  3.  
  4.        
  5.                 <div id="footer-bottom">
  6.                     <div class="container clearfix">
  7.                 <ul class="et-social-icons">
  8.  
  9.     <li class="et-social-icon et-social-facebook">
  10.         <a href="https://www.facebook.com/biocryptology/" class="icon" target="_blank">
  11.             <span>Facebook</span>
  12.         </a>
  13.     </li>
  14.     <li class="et-social-icon et-social-twitter">
  15.         <a href="https://twitter.com/Biocryptology" class="icon" target="_blank">
  16.             <span>Twitter</span>
  17.         </a>
  18.     </li>
  19.     <li class="et-social-icon et-social-google-plus">
  20.         <a href="https://plus.google.com/u/0/103700007741337424686" class="icon" target="_blank">
  21.             <span>Google</span>
  22.         </a>
  23.  
  24. </li><li class="et-social-icon et-social-youtube">
  25.         <a target="_blank" href="https://www.youtube.com/channel/UC28T9ZHr3IWg_uriKMSWq5g/" class="icon">
  26.  
  27. <span></span>
  28. </a>
  29. </li>
  30.  
  31. <li class="et-social-icon et-social-instagram">
  32.         <a target="_blank" href="https://www.instagram.com/biocryptology_app/" class="icon" target="_blank">
  33.  
  34. <span></span>
  35. </a>
  36.  
  37. </li><li class="image">
  38.         <a target="_blank" href="https://www.bfree.com/wp-login.php?loginbiocryptology=1/" class="icon">
  39. <img src="https://bfree.com/wp-content/uploads/2018/01/boton_bio_login-01.svg" width="84px" height="25px" alt="login">
  40.  
  41. <span></span>
  42. </a>
  43. </li>
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50. </ul>               </div>  <!-- .container -->
  51.                 </div>
  52.             </footer>
  53.  
  54. <style>
  55.  
  56. .sticky-bar {
  57.     display: block;
  58.     position: fixed;
  59.     z-index: 99999;
  60.     top: 25px;
  61.     left: 0;
  62.     right: 0;
  63.     width: 89%;
  64.     margin: 0 auto;
  65.     padding: 10px;
  66.     border-radius: 5px;
  67.     opacity: 0;
  68.     background: rgba(0,0,0,.4);
  69.     text-align: left;
  70.     transition: opacity .4s linear;
  71.     pointer-events: none;
  72. }
  73.  
  74. .sticky-bar.sticky-bar--show {
  75.     opacity: 1;
  76.     pointer-events: auto;
  77. }
  78.  
  79. .sticky-bar ul {
  80.     font-size: 16px;
  81.     padding: 0;
  82.     margin: 0;
  83.     float: left;
  84.     position: relative;
  85.     top: 8px;
  86. }
  87.  
  88. .sticky-bar ul li {
  89.     display: inline-block;
  90.     color: #FFF;
  91.     margin-right: 15px;
  92. }
  93.  
  94. .sticky-bar ul li strong {
  95.     margin-right: 2px;
  96. }
  97.  
  98. .sticky-bar a {
  99.     float: right;
  100.     font-size: 16px;
  101. }
  102.  
  103. .sticky-bar .et_pb_button:after, .sticky-bar .et_pb_button:before {
  104.     transform: scale(0.8);
  105.     margin-top: -3px;
  106. }
  107.  
  108. </style>
  109.  
  110. <div class="sticky-bar">
  111.     <div class="clearfix">
  112.         <ul>
  113.             <li><strong></strong> Be free of usernames and passwords</li>
  114.             <li><strong></strong> Be free of leaving a trail of your ID</li>
  115.             <li><strong></strong> Be free of identity theft and fraud</li>
  116.         </ul>
  117.         <a class="et_pb_button et_pb_button_0 et_pb_module et_pb_bg_layout_dark" href="https://bfree.com/download-install-the-app-2/" target="_blank">Download app</a>
  118.     </div>
  119. </div>
  120.  
  121. <script>
  122.  
  123. (function($) {
  124.  
  125.     $(window).on("scroll", function(e) {
  126.  
  127.         var top = $("#time-is-now").offset().top;
  128.        
  129.         if($(window).scrollTop() > top) {
  130.             $(".sticky-bar").addClass("sticky-bar--show");
  131.         } else {
  132.             $(".sticky-bar").removeClass("sticky-bar--show");
  133.         }
  134.  
  135.     });
  136.  
  137. })(jQuery);
  138.  
  139. </script>
Advertisement
Add Comment
Please, Sign In to add comment