feat: Implement initial portfolio website structure with components for various sections, i18n, and GitHub integration.

This commit is contained in:
mahdiarghyani
2025-12-13 12:59:24 +03:30
parent e11a59f02d
commit bda5f86a79
26 changed files with 547 additions and 82 deletions
+9 -1
View File
@@ -11,7 +11,8 @@
"values": "Values",
"skills": "Skills",
"softSkills": "Values & Soft Skills",
"language": "Language Proficiency"
"language": "Language Proficiency",
"githubActivity": "GitHub Activity"
},
"skills": {
"expert": "Expert",
@@ -199,5 +200,12 @@
"current": "Current",
"freelance": "Freelance Projects",
"public": "Public Repositories"
},
"portfolio": {
"githubActivity": {
"title": "GitHub Activity",
"subtitle": "My contributions over the past year",
"error": "Failed to load GitHub contributions"
}
}
}