You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'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.
88
88
},
89
89
skills: [
90
-
'PHP',
91
-
'Laravel',
90
+
'Angular',
91
+
'TypeScript',
92
92
'JavaScript',
93
-
'React.js',
93
+
'JQuery',
94
94
'Node.js',
95
-
'Nest.js',
96
95
'MySQL',
97
96
'PostgreSQL',
98
97
'Git',
99
-
'Docker',
100
-
'PHPUnit',
101
-
'CSS',
102
-
'Antd',
103
-
'Tailwind',
98
+
'HTML',
99
+
'SCSS',
100
+
'Python'
104
101
],
105
102
experiences: [
106
103
{
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/',
112
109
},
113
110
{
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/',
119
116
},
120
-
],
121
-
certifications: [
122
117
{
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/',
127
123
},
128
124
],
125
+
certifications: [
126
+
],
129
127
educations: [
130
128
{
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',
134
132
to: '2019',
135
-
},
136
-
{
137
-
institution: 'Institution Name',
138
-
degree: 'Degree',
139
-
from: '2012',
140
-
to: '2014',
141
-
},
133
+
}
142
134
],
143
135
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
-
},
162
136
],
163
137
// Display articles from your medium or dev account. (Optional)
164
138
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
+
168
140
},
169
141
googleAnalytics: {
170
-
id: '',// GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX
171
142
},
172
143
// Track visitor interaction and behavior. https://www.hotjar.com
173
144
hotjar: {
174
-
id: '',
175
-
snippetVersion: 6,
145
+
176
146
},
177
147
themeConfig: {
178
-
defaultTheme: 'lofi',
148
+
defaultTheme: 'dark',
179
149
180
150
// Hides the switch in the navbar
181
151
// Useful if you want to support a single color mode
182
-
disableSwitch: false,
152
+
disableSwitch: true,
183
153
184
154
// Should use the prefers-color-scheme media-query,
185
155
// using user system preferences, instead of the hardcoded defaultTheme
0 commit comments