Hey guys, I’m trying to add a button to my portfolio page using only the Free Code Camp’s icon from Font Awesome. I’ve added that link in the beginning for Font Awesome library and I’ve already successfully added buttons for LinkedIn, Github, Facebook and Codepen. However, the icon for Free Code Camp is not shown. I have used this code:
<a class"btn btn-success" href="https://www.freecodecamp.com/mircealex" target="_blank"> <i class="fa fa-free-code-camp fa-4x"></i></a>
I have tried to replace a functional button’s class with fa-free-code-camp (for example, for the working button of GitHub I’ve changed fa-github for fa-free-code-camp) and still doesn’t work.
Also, I have checked if there’s a browser problem, trying to see how the code is rendered in both Mozilla and Chrome.
Any suggestions?