Skip to content

Instantly share code, notes, and snippets.

@dompl
Last active October 27, 2022 07:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dompl/9ee3f9e81e95bc8674bc0b81f11bb3b6 to your computer and use it in GitHub Desktop.
Save dompl/9ee3f9e81e95bc8674bc0b81f11bb3b6 to your computer and use it in GitHub Desktop.
Global Banner
#global-container{background-color:#000 !important;color:#fff;text-align:center;padding:1.5rem 0}#global-container .wrapper{max-width:95%;margin-left:auto;margin-right:auto}#global-container p{margin:0;font-size:.8rem}#global-container p:last-child{margin-top:10px;text-transform:uppercase}#global-container img{margin-bottom:20px}#global-container a{color:#fff;text-decoration:underline;font-weight:bold}#global-container a.tel{text-decoration:none}@media(min-width: 1024px){#global-container{text-align:left}#global-container .wrapper{display:flex;align-items:center;justify-content:space-between;max-width:100%}#global-container p{font-size:1rem;line-height:1.44rem}#global-container .left{margin-right:30px;margin-bottom:0}#global-container img{margin-bottom:0}}
<div id="global-container">
<div class="inner">
<div class="wrapper">
<div class="left"><a href="https://www.globalcoatings.co.uk/?t=bms" title="Visit Global Coatings Website"><img src="https://wickedcoatings.s3.eu-west-1.amazonaws.com/global-cotaings.png"></a></div>
<div class="right">
<p>After 88 successful years in the Industrial Coatings industry Bristol Metal Spraying & Protective Coatings Ltd have ceased trading. Continuation of service to our customers is important therefore we are pleased to introduce <strong><a href="https://www.globalcoatings.co.uk/?t=bms" title="Visit Global Coatings Website">Global Coatings Ltd</a></strong>, your email enquiry will be redirected to them. <a href="https://www.globalcoatings.co.uk/?t=bms" title="Visit Global Coatings Website">Global Coatings</a> are also based in Bristol and able to offer surface preparation and industrial coatings to meet your needs, they are currently approved coating applicators to the MOD, Marine, Aerospace, Aviation, Nuclear, Oil and Construction Industries.</p>
<p>Call <strong><a href="https://www.globalcoatings.co.uk/?t=bms" title="Visit Global Coatings Website">Global Coatings</a></strong> directly on <strong><a href="tel:+441179728801" class="tel">+44 (0) 117 972 8801</a></strong></p>
</div>
</div>
</div>
</div>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z2MLEMP556"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Z2MLEMP556');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment