Skip to content

Instantly share code, notes, and snippets.

@cherrykoda
Created July 13, 2020 13:42
Show Gist options
  • Save cherrykoda/0525ee2c1eb35a326c9c17298e03cdec to your computer and use it in GitHub Desktop.
Save cherrykoda/0525ee2c1eb35a326c9c17298e03cdec to your computer and use it in GitHub Desktop.
[Medium] Macros v. Partials - Contact Bar Partial
{# contact bar partial #}
<section class="contact-bar">
<div class="container">
<div>
<a href="#contact-form" class="modal">
<img class="lazyload" data-src="/img/icons/contact-icon.svg" alt="">
<h4>Contact<br>us Today</h4>
</a>
<a href="#demo-form" class="modal">
<img class="lazyload" data-src="/img/icons/demo-icon-colorful.svg" alt="">
<h4>Request<br>a Demo</h4>
</a>
<a href="#pricing-form" class="modal">
<img class="lazyload" data-src="/img/icons/pricing-icon.svg" alt="">
<h4>Get<br>Pricing</h4>
</a>
</div>
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment