File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11import {
22 faBootstrap ,
33 faCss3 ,
4+ faFontAwesome ,
45 faGit ,
56 faGithub ,
67 faHtml5 ,
@@ -22,6 +23,7 @@ const iconMap: Record<string, IconDefinition> = {
2223 faGit : faGit ,
2324 faGithub : faGithub ,
2425 faWind : faWind ,
26+ faFontAwesome : faFontAwesome ,
2527} ;
2628
2729interface SkillsProps {
Original file line number Diff line number Diff line change 9696 "text" : " Rapid responsive design. I use Bootstrap to quickly prototype and implement mobile-first, consistent layouts." ,
9797 "color" : " blue"
9898 },
99+ {
100+ "icon" : " faFontAwesome" ,
101+ "name" : " FontAwesome" ,
102+ "text" : " I integrate Font Awesome icons for clean, scalable visuals that enhance UI design." ,
103+ "color" : " blue"
104+ },
99105 {
100106 "icon" : " faNodeJs" ,
101107 "name" : " Node.js" ,
You can’t perform that action at this time.
0 commit comments