<!-- Popup overlay container --> 
<div id="popup-overlay"> 
  <!-- Popup content --> 
  <div id="popup-content"> 
  <!-- Close button --> 
  <span id="popup-close">&times;</span> 
  <!-- Event image --> 
  <img id="popup-image" src="your-image-url-here" alt="Event     Promotion"> 
  <!-- More information link --> 
  <a id="popup-link" href="your-event-link-here" target="_blank">More Information</a> 
  </div> 
</div> 

<!-- Script to handle the popup --> 
<script> 
    // Show the popup function showPopup() {    document.getElementById('popup-overlay').style.display = 'flex'; }

   // Hide the popup document.getElementById('popup-close').onclick = function() { document.getElementById('popup-overlay').style.display = 'none'; } 
  
  // Show the popup after a delay (e.g., 3 seconds) setTimeout(showPopup, 3000); 

</script>

News

Read our latest news

The World Cup is Coming to Seattle

Enjoy All of the Action with Unity XI

Unity Lager

Soccer is a universal language, uniting the world through a single ball. Every four years, nations gather to compete on a stage that transcends borders. It is a masterclass in grit and sportsmanship where one goal can move the planet. Similarly Craft Beer is a universal language spoken around the world that unites family and friends in shared experience and community. This June, look for Unity Lite Lager wherever you choose to watch the World Cup.

Are you a retailer and would like to serve our beer? Contact Sales@ChainlineBrewing.com to get your allocation today!



Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top