StartBootstrap / startbootstrap-resume

A Bootstrap 4 resume/CV theme created by Start Bootstrap
https://startbootstrap.com/theme/resume/
MIT License
2.04k stars 2.62k forks source link

is there a reference for icons for the skills tab? #227

Closed CarmineCodes closed 3 years ago

CarmineCodes commented 4 years ago

im using this template and working on adding my programming languages and im looking to add c# and c++ and wondering if theres a reference guide for all the available icons that can be used?

KerinPithawala commented 3 years ago

A reference guide is not available as of now.

codelover96 commented 3 years ago

Is it possible to generate icons for other languages/frameworks?

kerry-tarrant commented 3 years ago

Looking at some of the HTML file, it looks like the icons under the skills section are being pulled from fontawesome [dot] com. You should checkout the site and see whatever is relevant to you. Some of the icons are premium, but they have a wide selection and make it pretty easy. Once you have an icon picked out, like Python for example, you'll be able to paste text that looks like this into your HTML file. Though I wasn't able to find an icon for C++. This seems to be a criticism of fontawesome. But see the workarounds given in this issue section https://github.com/FortAwesome/Font-Awesome/issues/14021.

Let me know if you have any questions about this.

codelover96 commented 3 years ago

I'll have a look into it. Thanks.