This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // none of the above | |
| $('.control--checkbox .checkbox').on('click', function() { | |
| if ($(this).attr("noneoption") == "false") { | |
| $("input[type=checkbox][noneoption=true]").prop("checked", false); | |
| } | |
| else if ($(this).attr("noneoption") == "true") { | |
| $("input[type=checkbox][noneoption=false]").prop("checked", false); | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | **1. Paste script to your code** | |
| <script> | |
| function track(name,label){ | |
| ga('send', 'event', name, 'click', label, { | |
| hitCallback: function(){ | |
| console.log('Event sent to Google Analytics'); | |
| } | |
| }); | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | .check-container | |
| .checkbox-label | |
| font-family Arial | |
| color red | |
| font-style italic | |
| cursor pointer | |
| .checkbox | |
| display none | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <div class='loader'><div></div><div></div></div> | |
| // LOADER | |
| .loader | |
| background none | |
| position relative | |
| width 200px | |
| height 200px | |
| transform scale(.2) | |
| div | |
| position absolute | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // initialize google maps | |
| setTimeout(initializeMaps,700); | |
| function initializeMaps() { | |
| var latlng = new google.maps.LatLng(28.561287,-81.444465); | |
| var latlng2 = new google.maps.LatLng(28.507561,-81.482359); | |
| var latlng3 = new google.maps.LatLng(29.125285,-82.048823); | |
| var myOptions = | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <div class="ellipsis"> | |
| <div> | |
| <p class="txt">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididun.</p> | |
| </div> | |
| </div> | |
| .ellipsis | |
| overflow hidden | |
| height 75px | |
| line-height 25px | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!-- MARLBORO LOGO --> | |
| <div class="wrap"> | |
| <div class="logo"></div> | |
| </div> | |
| <!-- stylus --> | |
| .wrap | |
| margin auto | |
| width 100px | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | wget --recursive --no-clobber --page-requisites --html-extension --convert-links --no-parent <sitio web> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <body oncontextmenu="return false;" onselectstart="return false;" ondragstart="return false;" > | |
| </body> |