diff --git a/README.md b/README.md index 413f534..4922990 100644 --- a/README.md +++ b/README.md @@ -224,29 +224,30 @@ const config = { skills: ['JavaScript', 'React.js'], experiences: [ { - company: 'Company name 1', - position: 'Software Engineer', - from: 'July 2019', + company: 'Company Name', + position: 'Position', + from: 'September 2021', to: 'Present', - companyLink: 'https://comapny.com', + companyLink: 'https://example.com', }, { - company: 'Company name 2', - position: 'Jr. Software Engineer', - from: 'January 2019', - to: ' June 2019', + company: 'Company Name', + position: 'Position', + from: 'July 2019', + to: 'August 2021', + companyLink: 'https://example.com', }, ], education: [ { - institution: 'Institution name 1', - degree: 'ABC', + institution: 'Institution Name', + degree: 'Degree', from: '2015', to: '2019', }, { - institution: 'Institution name 2', - degree: 'XYZ', + institution: 'Institution Name', + degree: 'Degree', from: '2012', to: '2014', }, @@ -258,9 +259,9 @@ const config = { limit: 5, // How many posts to display. Max is 10. }, googleAnalytics: { - // GA3 tracking id/GA4 tag id - id: '', // UA-XXXXXXXXX-X | G-XXXXXXXXXX + id: '', // GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX }, + // Track visitor interaction and behavior. https://www.hotjar.com hotjar: { id: '', snippetVersion: 6, @@ -460,17 +461,18 @@ module.exports = { // ... experiences: [ { - company: 'Company name 1', - position: 'Software Engineer', - from: 'July 2019', + company: 'Company Name', + position: 'Position', + from: 'September 2021', to: 'Present', - companyLink: 'https://company1.com', + companyLink: 'https://example.com', }, { - company: 'Company name 2', - position: 'Jr. Software Engineer', - from: 'January 2019', - to: ' June 2019', + company: 'Company Name', + position: 'Position', + from: 'July 2019', + to: 'August 2021', + companyLink: 'https://example.com', }, ], }; diff --git a/gitprofile.config.js b/gitprofile.config.js index 5595292..2b0ce33 100644 --- a/gitprofile.config.js +++ b/gitprofile.config.js @@ -34,48 +34,43 @@ const config = { 'Node.js', 'Nest.js', 'MySQL', + 'PostgreSQL', 'Git', 'Docker', 'PHPUnit', 'CSS', 'Antd', 'Tailwind', - 'Bootstrap', ], experiences: [ { - company: 'Monstarlab Bangladesh', - position: 'Backend Engineer II', + company: 'Company Name', + position: 'Position', from: 'September 2021', to: 'Present', - companyLink: 'https://monstar-lab.com/bd/', + companyLink: 'https://example.com', }, { - company: 'My Offer 360 Degree', - position: 'Web Application Developer', + company: 'Company Name', + position: 'Position', from: 'July 2019', to: 'August 2021', + companyLink: 'https://example.com', }, ], education: [ { - institution: 'American International University-Bangladesh', - degree: 'Bachelor of Science', + institution: 'Institution Name', + degree: 'Degree', from: '2015', to: '2019', }, { - institution: 'Cantonment College, Jessore', - degree: 'Higher Secondary Certificate (HSC)', + institution: 'Institution Name', + degree: 'Degree', from: '2012', to: '2014', }, - { - institution: 'Chowgacha Shahadat Pilot High School', - degree: 'Secondary School Certificate (SSC)', - from: '2007', - to: '2012', - }, ], // Display blog posts from your medium or dev account. (Optional) blog: { @@ -84,15 +79,15 @@ const config = { limit: 3, // How many posts to display. Max is 10. }, googleAnalytics: { - // GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX - id: 'G-WLLB5E14M6', // Please remove this and use your own tag id or keep it empty + id: '', // GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX }, + // Track visitor interaction and behavior. https://www.hotjar.com hotjar: { - id: '2617601', // Please remove this and use your own id or keep it empty + id: '', snippetVersion: 6, }, themeConfig: { - defaultTheme: 'corporate', + defaultTheme: 'night', // Hides the switch in the navbar // Useful if you want to support a single color mode