Skip to content

Commit e4ff637

Browse files
committed
feat(tech): add Svelte and Azure to technology showcase
- Add Svelte to main tech stack with FaBolt icon and orange color (#FF3E00) - Add Azure to main tech stack with FaCloud icon and blue color (#0078D4) - Add Svelte to frontend development skills alongside SvelteKit - Add Azure to DevOps & Deployment skills - Expand technology showcase to highlight modern frameworks and cloud platforms - Portfolio now showcases 6 main technologies: React, Svelte, Node.js, Azure, AI/ML, JavaScript
1 parent e5f8d0b commit e4ff637

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/utils/constants.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ export const NAV_ITEMS = [
4141

4242
export const TECH_STACK: TechStack[] = [
4343
{ icon: FaReact, name: 'React', color: '#61DAFB' },
44+
{ icon: FaBolt, name: 'Svelte', color: '#FF3E00' },
4445
{ icon: FaServer, name: 'Node.js', color: '#339933' },
46+
{ icon: FaCloud, name: 'Azure', color: '#0078D4' },
4547
{ icon: FaCog, name: 'AI/ML', color: '#FF6B6B' },
4648
{ icon: FaJs, name: 'JavaScript', color: '#F7DF1E' },
4749
];
@@ -89,6 +91,7 @@ export const SKILL_CATEGORIES: SkillCategory[] = [
8991
'Next.js',
9092
'Angular',
9193
'Vue.js',
94+
'Svelte',
9295
'SvelteKit',
9396
'TypeScript',
9497
'Tailwind CSS',
@@ -126,6 +129,7 @@ export const SKILL_CATEGORIES: SkillCategory[] = [
126129
icon: FaRocket,
127130
skills: [
128131
'Git/GitHub',
132+
'Azure',
129133
'Vercel',
130134
'Netlify',
131135
'Surge.sh',

0 commit comments

Comments
 (0)