Portfolio

Hi, I just start doing my portfolio how can I add Icons for the footer hope I can get some help Thanks.

What kind of icons are you looking to add?

linkedin, github and twitter

I really like FontAwesome. First, you need to add the FontAwesome source files. You can get them easily via CDN here. Once that’s added, you add CSS classes to HTML which will specify the icon you wish to use. It’s a good idea to use the <i> element, but it works with anything. Each element needs the fa class and the class of whichever icon you want to use. Search for icons here. There are lots of examples on the site, but I made a quick one in CodePen as well.

1 Like

Thanks appreciate your time

Font awesome is the. way to go. Make sure to add the CDN to the header so the icons actually show up!