It will be good, to implement some link under the badges section for users so they can see what badges are available in the site to concentrate get one. Also that will make more activity in community.
<span class="es-count-no pull-right" data-total-achievements><?php echo $totalBadges;?></span>
<span class="es-count-no pull-right" data-total-achievements><?php echo $totalBadges;?></span>
<a href="<?php echo FRoute::badges();?>">
<i class="ies-crown ies-small mr-5"></i> <?php echo "See All Badges"; ?>
</a>