<!-- App Store Button -->
<a class="market-btn apple-btn" href="#">
<span class="mb-subtitle">Download on the</span>
<span class="mb-title">App Store</span>
</a>
<!-- Google Play Button -->
<a class="market-btn google-btn" href="#">
<span class="mb-subtitle">Download on the</span>
<span class="mb-title">Google Play</span>
</a>
<!-- Windows Store Button -->
<a class="market-btn windows-btn" href="#">
<span class="mb-subtitle">Download on the</span>
<span class="mb-title">Windows Store</span>
</a>
<!-- Amazon Button -->
<a class="market-btn amazon-btn" href="#">
<span class="mb-subtitle">Order now at</span>
<span class="mb-title">Amazon.com</span>
</a>
<!-- Blackberry Store Button -->
<a class="market-btn blackberry-btn" href="#">
<span class="mb-subtitle">Download on the</span>
<span class="mb-title">Blackberry Store</span>
</a>
//- App Store Button
a(href="#").market-btn.apple-btn
span.mb-subtitle Download on the
span.mb-title App Store
//- Google Play Button
a(href="#").market-btn.google-btn
span.mb-subtitle Download on the
span.mb-title Google Play
//- Windows Store Button
a(href="#").market-btn.windows-btn
span.mb-subtitle Download on the
span.mb-title Windows Store
//- Amazon Button
a(href="#").market-btn.amazon-btn
span.mb-subtitle Order now at
span.mb-title Amazon.com
//- Blackberry Store Button
a(href="#").market-btn.blackberry-btn
span.mb-subtitle Download on the
span.mb-title Blackberry Store