Skip to content

Commit 62ba72a

Browse files
Update translations for English and Persian; revise job title in Banner component and adjust styling in Portfolio component for improved layout and consistency.
1 parent bc799a9 commit 62ba72a

5 files changed

Lines changed: 9 additions & 11 deletions

File tree

public/locales/en/translation.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
"about": {
1515
"title": "Discover My Journey",
1616
"description": [
17-
"Hi, I'm a front-end developer and cybersecurity expert with +2 years of experience building high-performance web applications. Expertise in the React ecosystem and modern JavaScript practices",
18-
"I'm passionate about creating digital experiences that combine technical excellence with artistic vision. I'm constantly exploring emerging technologies",
19-
"I'm passionate about sharing my knowledge in this field and will continue to be an active part of the open source community."
17+
"A front-end developer with strong problem-solving skills and over +2 years of experience building and maintaining software. I have strong skills in teamwork, effective collaboration, and technical documentation.",
18+
"With a creative mindset and obsessive attention to detail, I enable the creation of flawless products. I learned this belief from my lifelong passion for sports: \"The moments that matter\" are what stick in the mind."
2019
],
2120
"portfolio": "Technical Portfolio",
2221
"resume": {

public/locales/fa/translation.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
"about": {
1515
"title": "با سفر من آشنا شوید",
1616
"description": [
17-
"سلام من یک توسعه‌دهنده فرانت‌اند و متخصص امنیت سایبری با +2 سال تجربه در ساخت برنامه‌های وب با کارایی بالا. تخصص در اکوسیستم ری‌اکت و شیوه‌های مدرن جاوااسکریپت",
18-
"مشتاقم برای ایجاد تجربه‌های دیجیتالی که تعالی فنی را با بینش هنری ترکیب کنم. به طور مداوم در حال کشف فناوری‌های نوظهورهستم ",
19-
" وتمایل زیادی به اشتراک دانشم دراین زمینه دارم و مدام در بیشبرد جامعه اپن سورس خواهم بود "
17+
"یک توسعه‌دهنده فرانت‌اند با مهارت‌های قوی حل مسئله و بیش از ۲ سال تجربه در ساخت و نگهداری نرم‌افزار. من مهارت‌های قوی در کار تیمی، همکاری مؤثر و مستندسازی فنی دارم.",
18+
"با ذهن خلاق و توجه وسواسی به جزئیات، ایجاد محصولات بی‌نقص را ممکن می‌سازم. این باور را از علاقه مادام‌العمر به ورزش آموختم: «لحظاتی که اهمیت دارند» همان‌هایی هستند که در ذهن ماندگار می‌شوند."
2019
],
2120
"portfolio": "نمونه کار فنی",
2221
"resume": {

src/Components/banner/Banner.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Ahmad Rasouli",
3-
"jobTitle": "Front-End Developer & Cybersecurity Specialist",
3+
"jobTitle": "Front-End Developer",
44
"profileImage": "./images/my3.jpg",
55
"backgroundImage": "./images/fotis.jpg",
66
"socialLinks": [

src/Components/portfolio/Portfolio.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ const ProjectCard = ({ project, onError, index }) => {
6363
const { t } = useTranslation();
6464
return (
6565
<div
66-
className="group relative h-[400px]"
66+
className="group relative h-[310px]"
6767
style={{
6868
animationDelay: `${index * 100}ms` // تأخیر انیمیشن برای هر کارت
6969
}}
7070
>
71-
<div className="relative bg-white/20 backdrop-blur-lg border border-white/30 rounded-xl p-5
71+
<div className="relative bg-white/20 backdrop-blur-lg border border-white/30 rounded-xl p-2
7272
shadow-md hover:shadow-xl transition-all duration-500
7373
hover:-translate-y-2 hover:bg-white/30 overflow-hidden h-full">
7474
{/* افکت گرادیان هنگام هاور */}
@@ -86,9 +86,9 @@ const ProjectCard = ({ project, onError, index }) => {
8686
/>
8787
</a>
8888

89-
<div className="p-4 text-center flex-grow flex flex-col justify-between">
89+
<div className="p-2 text-center flex-grow flex flex-col justify-start">
9090
<div>
91-
<h5 className="text-xl font-bold text-gray-800 group-hover:text-gray-900 transition-colors duration-300 mb-2">
91+
<h5 className="text-xl font-bold text-gray-800 group-hover:text-gray-900 transition-colors duration-300">
9292
{project.title}
9393
</h5>
9494

src/assets/fonts/Comfortaa.ttf

132 KB
Binary file not shown.

0 commit comments

Comments
 (0)