Skip to content

Commit 584d95b

Browse files
committed
update info
1 parent 48305f5 commit 584d95b

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

gitprofile.config.ts

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ const CONFIG = {
2929
},
3030
},
3131
external: {
32-
header: 'Experience',
32+
header: 'External Projects',
3333
// To hide the `External Projects` section, keep it empty.
3434
projects: [
35-
{
35+
/*{
3636
title: 'Filmnet.ir',
3737
description:
3838
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
@@ -47,7 +47,7 @@ const CONFIG = {
4747
imageUrl:
4848
'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
4949
link: 'https://example.com',
50-
},
50+
},*/
5151
],
5252
},
5353
},
@@ -102,34 +102,34 @@ const CONFIG = {
102102
],
103103
experiences: [
104104
{
105-
company: 'Filmnet.ir',
106-
position: 'Software Development Team Lead',
107-
from: 'Jun 2023',
108-
to: 'Present',
109-
companyLink: 'https://filmnet.ir',
105+
company: 'EghtesadNovin Bank',
106+
position: 'Senior Backend Developer & E-Payments',
107+
from: '2020',
108+
to: '2023',
109+
companyLink: 'https://enbank.ir/',
110110
},
111111
{
112-
company: 'Metapolitan',
113-
position: 'Software Developer (Remote)',
114-
from: 'Sep 2024',
115-
to: 'Present',
116-
companyLink: 'https://metapolitan.io',
112+
company: 'Sima Co.',
113+
position: 'Senior Backend Developer & Expert on Digital Signature',
114+
from: '2018',
115+
to: '2020',
116+
companyLink: '',
117117
},
118118
{
119-
company: 'DastyarTech',
120-
position: 'Chief Technology Officer (Remote)',
121-
from: 'May 2024',
122-
to: 'Present',
123-
companyLink: 'https://dastyartech.org',
119+
company: 'Amnafzar Co.',
120+
position: 'Junior Backend Developer & Trainee on Digital Signature',
121+
from: '2015',
122+
to: '2018',
123+
companyLink: 'https://amnafzar.ir',
124124
},
125125
],
126126
certifications: [
127-
{
127+
/*{
128128
name: 'Lorem ipsum',
129129
body: 'Lorem ipsum dolor sit amet',
130130
year: 'March 2022',
131131
link: 'https://example.com',
132-
},
132+
},*/
133133
],
134134
educations: [
135135
{
@@ -146,7 +146,7 @@ const CONFIG = {
146146
},
147147
],
148148
publications: [
149-
{
149+
/*{
150150
title: 'Publication Title',
151151
conferenceName: '',
152152
journalName: 'Journal Name',
@@ -163,7 +163,7 @@ const CONFIG = {
163163
link: 'https://example.com',
164164
description:
165165
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
166-
},
166+
},*/
167167
],
168168
// Display articles from your medium or dev account. (Optional)
169169
blog: {

src/components/experience-card/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const ExperienceCard = ({
6565
{loading ? (
6666
skeleton({ widthCls: 'w-32', heightCls: 'h-8' })
6767
) : (
68-
<span className="text-base-content opacity-70">Experience</span>
68+
<span className="text-base-content opacity-70">Past Experiences</span>
6969
)}
7070
</h5>
7171
</div>

0 commit comments

Comments
 (0)