Skip to content

Commit 0205b32

Browse files
committed
Fix skills
1 parent 8fb1528 commit 0205b32

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

achievements.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2 data-i18n="h2-achievements">Achievements</h2>
2020
<div class="achievement">
2121
<span class="achievement-icon">🤖</span>
2222
<div class="achievement-name" data-i18n="ach2-name">AI PIONEER</div>
23-
<div class="achievement-desc" data-i18n="ach2-desc">Built production-ready agentic AI systems from scratch.</div>
23+
<div class="achievement-desc" data-i18n="ach2-desc">Built AI Chat system.</div>
2424
</div>
2525
<div class="achievement">
2626
<span class="achievement-icon">☁️</span>

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const i18n = {
8787
'ach1-name': 'TEAM LEADER',
8888
'ach1-desc': 'Promoted to Head of AI Team — leading the charge.',
8989
'ach2-name': 'AI PIONEER',
90-
'ach2-desc': 'Built production-ready agentic AI systems from scratch.',
90+
'ach2-desc': 'Built AI Chat system.',
9191
'ach3-name': 'CLOUD MAGE',
9292
'ach3-desc': 'Deployed and managed full GCP backend infrastructure.',
9393
'ach4-name': 'CYBERSEC SCHOLAR',

0 commit comments

Comments
 (0)