Skip to content

Commit d796eb8

Browse files
Update gitprofile.config.ts
1 parent 6a6ffbd commit d796eb8

File tree

1 file changed

+36
-66
lines changed

1 file changed

+36
-66
lines changed

gitprofile.config.ts

Lines changed: 36 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ to provide accurate and context-aware responses.',
6161
imageURL: '',
6262
},
6363
social: {
64-
linkedin: 'ariful-alam',
65-
twitter: 'arif_szn',
66-
mastodon: '[email protected]',
64+
linkedin: 'mohammad-salhi',
65+
mastodon: '',
6766
researchGate: '',
6867
facebook: '',
6968
instagram: '',
@@ -80,106 +79,77 @@ to provide accurate and context-aware responses.',
8079
telegram: '',
8180
website: 'https://www.arifszn.com',
8281
phone: '',
83-
82+
83+
leetcode:'https://leetcode.com/u/out-of-context/'
8484
},
8585
resume: {
8686
fileUrl:
87-
'https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf', // Empty fileUrl will hide the `Download Resume` button.
87+
'/public/Mohammad-salhi-resume.pdf', // Empty fileUrl will hide the `Download Resume` button.
8888
},
8989
skills: [
90-
'PHP',
91-
'Laravel',
90+
'Angular',
91+
'TypeScript',
9292
'JavaScript',
93-
'React.js',
93+
'JQuery',
9494
'Node.js',
95-
'Nest.js',
9695
'MySQL',
9796
'PostgreSQL',
9897
'Git',
99-
'Docker',
100-
'PHPUnit',
101-
'CSS',
102-
'Antd',
103-
'Tailwind',
98+
'HTML',
99+
'SCSS',
100+
'Python'
104101
],
105102
experiences: [
106103
{
107-
company: 'Company Name',
108-
position: 'Position',
109-
from: 'September 2021',
110-
to: 'Present',
111-
companyLink: 'https://example.com',
104+
company: 'Harri LLC',
105+
position: 'Software Engineer',
106+
from: 'November 2021',
107+
to: 'April 2024',
108+
companyLink: 'https://harri.com/',
112109
},
113110
{
114-
company: 'Company Name',
115-
position: 'Position',
116-
from: 'July 2019',
117-
to: 'August 2021',
118-
companyLink: 'https://example.com',
111+
company: 'Nvidia',
112+
position: 'Software Verification Engineer',
113+
from: 'November 2020',
114+
to: 'November 2021',
115+
companyLink: 'https://www.nvidia.com/en-us/',
119116
},
120-
],
121-
certifications: [
122117
{
123-
name: 'Lorem ipsum',
124-
body: 'Lorem ipsum dolor sit amet',
125-
year: 'March 2022',
126-
link: 'https://example.com',
118+
company: 'Nvidia',
119+
position: 'Software Engineer',
120+
from: 'January 2020',
121+
to: 'November 2021',
122+
companyLink: 'https://www.nvidia.com/en-us/',
127123
},
128124
],
125+
certifications: [
126+
],
129127
educations: [
130128
{
131-
institution: 'Institution Name',
132-
degree: 'Degree',
133-
from: '2015',
129+
institution: 'An-Najah National University',
130+
degree: 'Bachelor of computer engineering',
131+
from: '2014',
134132
to: '2019',
135-
},
136-
{
137-
institution: 'Institution Name',
138-
degree: 'Degree',
139-
from: '2012',
140-
to: '2014',
141-
},
133+
}
142134
],
143135
publications: [
144-
{
145-
title: 'Publication Title',
146-
conferenceName: '',
147-
journalName: 'Journal Name',
148-
authors: 'John Doe, Jane Smith',
149-
link: 'https://example.com',
150-
description:
151-
'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.',
152-
},
153-
{
154-
title: 'Publication Title',
155-
conferenceName: 'Conference Name',
156-
journalName: '',
157-
authors: 'John Doe, Jane Smith',
158-
link: 'https://example.com',
159-
description:
160-
'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.',
161-
},
162136
],
163137
// Display articles from your medium or dev account. (Optional)
164138
blog: {
165-
source: 'dev', // medium | dev
166-
username: 'arifszn', // to hide blog section, keep it empty
167-
limit: 2, // How many articles to display. Max is 10.
139+
168140
},
169141
googleAnalytics: {
170-
id: '', // GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX
171142
},
172143
// Track visitor interaction and behavior. https://www.hotjar.com
173144
hotjar: {
174-
id: '',
175-
snippetVersion: 6,
145+
176146
},
177147
themeConfig: {
178-
defaultTheme: 'lofi',
148+
defaultTheme: 'dark',
179149

180150
// Hides the switch in the navbar
181151
// Useful if you want to support a single color mode
182-
disableSwitch: false,
152+
disableSwitch: true,
183153

184154
// Should use the prefers-color-scheme media-query,
185155
// using user system preferences, instead of the hardcoded defaultTheme

0 commit comments

Comments
 (0)