I2P brand styleguides for the web
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
851 B

7 years ago
<div class="mt-5" id="icons">
<h2>Icons</h2>
<span>I2P uses the following <a href="../assets/fonts/i2p-iconfont.zip">icons</a> in its interface.</span>
7 years ago
<div class="mt-3">
<div class="mt-3">
<div class="row">
{% for icons_hash in page.icons %}
{% for icon in icons_hash %}
<div class="col-1 col-sm-1 text-center pt-1 pb-1">
7 years ago
<div class="">
<span class="{{ icon[1] }} text-muted" style="font-size:2rem;"></span>
7 years ago
</div>
<div class="mb-1 text-center">
<span style="font-size: 0.7rem">{{icon[0]}}</span>
7 years ago
</div>
</div>
{% endfor %}
{% endfor %}
</div>
</div>
</div>
</div>