noizwaves / bootstrap-social-buttons

Social media button styles for Twitter Bootstrap
Other
323 stars 106 forks source link

Email icon? #8

Closed karan closed 10 years ago

karan commented 10 years ago

Is it possible to get the email icon?

noizwaves commented 10 years ago

Hi Karan, sorry about the late reply! Email is definitely possible using Font Awesome's fa-envelope and fa-envelope-o icons. As for the button style, I'm not sure there is a 'standard' colour for such a button.

If you come up with a good style, I'd be happy to include it in this project.

karan commented 10 years ago

It wasn't hard to get it to work:

Jade: https://github.com/karan/goel.im/blob/master/index.jade#L238-L240

Html: https://github.com/karan/goel.im/blob/master/index.html#L152

<div class="col-md-1"><a href="mailto:karan@goel.im" role="button" class="btn btn-vk btn-xlarge"><i class="fa fa-envelope-o"></i></a></div>
noizwaves commented 10 years ago

Thanks for the update.