Skip to content

Commit c3cee67

Browse files
committed
added font awesome to skills
1 parent 07b1732 commit c3cee67

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/components/Skills.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import {
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

2729
interface SkillsProps {

src/data/data.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@
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",

0 commit comments

Comments
 (0)