Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: Shawshank on April 14, 2015, 09:56:31 AM



Title: Bitcoin glyphicon in Bootstrap
Post by: Shawshank on April 14, 2015, 09:56:31 AM
I have been working for a while with the Bootstrap framework. It seems they have just updated and extended their glyphicons and they have included Bitcoin.

http://getbootstrap.com/components/ (http://getbootstrap.com/components/)

In case you don't know, Bootstrap is definitely one of the most used frameworks for front-end web development, and as of March 2015 it is the most-starred project on Github.


Title: Re: Bitcoin glyphicon in Bootstrap
Post by: p2pbucks on April 14, 2015, 10:24:03 AM
fontawesome project've supported bitcoin logo for a long time , 2 years maybe  ;D

Code:
<i class="fa fa-btc"></i> 

http://fortawesome.github.io/Font-Awesome/


Title: Re: Bitcoin glyphicon in Bootstrap
Post by: lophie on April 14, 2015, 10:25:09 AM
fontawesome project've supported bitcoin logo for a long time , 2 years maybe  ;D

Code:
<i class="fa fa-btc"></i> 

http://fortawesome.github.io/Font-Awesome/

and it actually look more decent and easier to load


Title: Re: Bitcoin glyphicon in Bootstrap
Post by: Shawshank on April 14, 2015, 10:53:36 AM
fontawesome project've supported bitcoin logo for a long time , 2 years maybe  ;D

Code:
<i class="fa fa-btc"></i> 

http://fortawesome.github.io/Font-Awesome/

and it actually look more decent and easier to load

Umm... Bootstrap glyphicons are really easy to load.

Code:
<span class="glyphicon glyphicon-bitcoin"></span>
Code:
<span class="glyphicon glyphicon-btc"></span>
Code:
<span class="glyphicon glyphicon-xbt"></span>


Title: Re: Bitcoin glyphicon in Bootstrap
Post by: lophie on April 14, 2015, 11:01:25 AM
fontawesome project've supported bitcoin logo for a long time , 2 years maybe  ;D

Code:
<i class="fa fa-btc"></i> 

http://fortawesome.github.io/Font-Awesome/

and it actually look more decent and easier to load

Umm... Bootstrap glyphicons are really easy to load.

Code:
<span class="glyphicon glyphicon-bitcoin"></span>
Code:
<span class="glyphicon glyphicon-btc"></span>
Code:
<span class="glyphicon glyphicon-xbt"></span>

Let me elaborate, I meant easier on the eyes and on the browser as well. All font icons are easy to load code-wise.