2013-03-04, 04:05 PM
Add this wherever you want to add the Badges in the INDEX template:
Then add this to global.css of your theme
And you are done.
<br />
<div class="navigation">
<center class="badges">
<span class="badge">CODE</span>
<span class="badge">CODE</span>
<span class="badge">CODE</span>
</center>
</div>
<br />
Then add this to global.css of your theme
.badge {
margin-right: 2px;
}
.badge:last-of-type {
margin-right:0;
}
And you are done.