Skip to content

Instantly share code, notes, and snippets.

@ViktoriyaSupport
Created December 23, 2015 10:53
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 ViktoriyaSupport/a6841a0847828445bace to your computer and use it in GitHub Desktop.
Save ViktoriyaSupport/a6841a0847828445bace to your computer and use it in GitHub Desktop.
<div class="uk-grid text-center tm-watches-type">
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-medium-1-3 uk-width-large-1-6">
<div class="uk-panel uk-text-center uk-width-1-1">
<p class="tm-wiget-content countIvents ">98</p> // change to your number
<i class="uk-icon-circle progress-icons"></i>
<span>Mens Watches</span> // change to your text
</div>
</div>
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-medium-1-3 uk-width-large-1-6">
<div class="uk-panel uk-text-center uk-width-1-1">
<p class="tm-wiget-content countIvents ">47</p> // change to your number
<i class="uk-icon-circle progress-icons"></i>
<span>Women's Watches</span> // change to your text
</div>
</div>
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-medium-1-3 uk-width-large-1-6">
<div class="uk-panel uk-text-center uk-width-1-1">
<p class="tm-wiget-content countIvents ">22</p> // change to your number
<i class="uk-icon-circle progress-icons"></i>
<span>Child Watches</span> // change to your text
</div>
</div>
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-medium-1-3 uk-width-large-1-6">
<div class="uk-panel uk-text-center uk-width-1-1">
<p class="tm-wiget-content countIvents ">34</p> // change to your number
<i class="uk-icon-circle progress-icons"></i>
<span>Unisex Watch</span> // change to your text
</div>
</div>
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-medium-1-3 uk-width-large-1-6">
<div class="uk-panel uk-text-center uk-width-1-1">
<p class="tm-wiget-content countIvents ">14</p> // change to your number
<i class="uk-icon-circle progress-icons"></i>
<span>Smart Watches</span> // change to your text
</div>
</div>
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-medium-1-3 uk-width-large-1-6">
<div class="uk-panel uk-text-center uk-width-1-1">
<p class="tm-wiget-content countIvents ">56</p> // change to your number
<i class="uk-icon-circle progress-icons"></i>
<span>Accessories</span> // change to your text
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment