Skip to content

Commit 6c7cdef

Browse files
Update gitprofile.config.ts
1 parent 940c3f7 commit 6c7cdef

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

gitprofile.config.ts

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ const CONFIG = {
5757
imageURL: '',
5858
},
5959
social: {
60-
linkedin: 'pavankumar2004',
60+
6161

6262

6363

6464
instagram: 'pavan_s_g',
65-
// example: 'pewdiepie'
65+
6666

6767

6868

@@ -71,20 +71,20 @@ const CONFIG = {
7171
},
7272

7373
skills: [
74-
'PHP',
75-
'Laravel',
74+
75+
7676
'JavaScript',
7777
'React.js',
7878
'Node.js',
79-
'Nest.js',
79+
'Next.js',
8080
'MySQL',
8181
'PostgreSQL',
82-
'Git',
83-
'Docker',
84-
'PHPUnit',
8582
'CSS',
86-
'Antd',
8783
'Tailwind',
84+
'flask',
85+
'django'
86+
'MySql',
87+
'Typescript',
8888
],
8989
experiences: [
9090
{
@@ -180,11 +180,7 @@ const CONFIG = {
180180
},
181181

182182
// Optional Footer. Supports plain text or HTML.
183-
footer: `Made with <a
184-
class="text-primary" href="https://github.com/arifszn/gitprofile"
185-
target="_blank"
186-
rel="noreferrer"
187-
>GitProfile</a> and ❤️`,
183+
188184

189185
enablePWA: true,
190186
};

0 commit comments

Comments
 (0)