Update config

This commit is contained in:
Ariful Alam
2022-10-19 12:41:34 +06:00
parent 84a109a31f
commit fc10df86bf
2 changed files with 39 additions and 42 deletions

View File

@@ -224,29 +224,30 @@ const config = {
skills: ['JavaScript', 'React.js'], skills: ['JavaScript', 'React.js'],
experiences: [ experiences: [
{ {
company: 'Company name 1', company: 'Company Name',
position: 'Software Engineer', position: 'Position',
from: 'July 2019', from: 'September 2021',
to: 'Present', to: 'Present',
companyLink: 'https://comapny.com', companyLink: 'https://example.com',
}, },
{ {
company: 'Company name 2', company: 'Company Name',
position: 'Jr. Software Engineer', position: 'Position',
from: 'January 2019', from: 'July 2019',
to: ' June 2019', to: 'August 2021',
companyLink: 'https://example.com',
}, },
], ],
education: [ education: [
{ {
institution: 'Institution name 1', institution: 'Institution Name',
degree: 'ABC', degree: 'Degree',
from: '2015', from: '2015',
to: '2019', to: '2019',
}, },
{ {
institution: 'Institution name 2', institution: 'Institution Name',
degree: 'XYZ', degree: 'Degree',
from: '2012', from: '2012',
to: '2014', to: '2014',
}, },
@@ -258,9 +259,9 @@ const config = {
limit: 5, // How many posts to display. Max is 10. limit: 5, // How many posts to display. Max is 10.
}, },
googleAnalytics: { googleAnalytics: {
// GA3 tracking id/GA4 tag id id: '', // GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX
id: '', // UA-XXXXXXXXX-X | G-XXXXXXXXXX
}, },
// Track visitor interaction and behavior. https://www.hotjar.com
hotjar: { hotjar: {
id: '', id: '',
snippetVersion: 6, snippetVersion: 6,
@@ -460,17 +461,18 @@ module.exports = {
// ... // ...
experiences: [ experiences: [
{ {
company: 'Company name 1', company: 'Company Name',
position: 'Software Engineer', position: 'Position',
from: 'July 2019', from: 'September 2021',
to: 'Present', to: 'Present',
companyLink: 'https://company1.com', companyLink: 'https://example.com',
}, },
{ {
company: 'Company name 2', company: 'Company Name',
position: 'Jr. Software Engineer', position: 'Position',
from: 'January 2019', from: 'July 2019',
to: ' June 2019', to: 'August 2021',
companyLink: 'https://example.com',
}, },
], ],
}; };

View File

@@ -34,48 +34,43 @@ const config = {
'Node.js', 'Node.js',
'Nest.js', 'Nest.js',
'MySQL', 'MySQL',
'PostgreSQL',
'Git', 'Git',
'Docker', 'Docker',
'PHPUnit', 'PHPUnit',
'CSS', 'CSS',
'Antd', 'Antd',
'Tailwind', 'Tailwind',
'Bootstrap',
], ],
experiences: [ experiences: [
{ {
company: 'Monstarlab Bangladesh', company: 'Company Name',
position: 'Backend Engineer II', position: 'Position',
from: 'September 2021', from: 'September 2021',
to: 'Present', to: 'Present',
companyLink: 'https://monstar-lab.com/bd/', companyLink: 'https://example.com',
}, },
{ {
company: 'My Offer 360 Degree', company: 'Company Name',
position: 'Web Application Developer', position: 'Position',
from: 'July 2019', from: 'July 2019',
to: 'August 2021', to: 'August 2021',
companyLink: 'https://example.com',
}, },
], ],
education: [ education: [
{ {
institution: 'American International University-Bangladesh', institution: 'Institution Name',
degree: 'Bachelor of Science', degree: 'Degree',
from: '2015', from: '2015',
to: '2019', to: '2019',
}, },
{ {
institution: 'Cantonment College, Jessore', institution: 'Institution Name',
degree: 'Higher Secondary Certificate (HSC)', degree: 'Degree',
from: '2012', from: '2012',
to: '2014', 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) // Display blog posts from your medium or dev account. (Optional)
blog: { blog: {
@@ -84,15 +79,15 @@ const config = {
limit: 3, // How many posts to display. Max is 10. limit: 3, // How many posts to display. Max is 10.
}, },
googleAnalytics: { googleAnalytics: {
// GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX id: '', // 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
}, },
// Track visitor interaction and behavior. https://www.hotjar.com
hotjar: { hotjar: {
id: '2617601', // Please remove this and use your own id or keep it empty id: '',
snippetVersion: 6, snippetVersion: 6,
}, },
themeConfig: { themeConfig: {
defaultTheme: 'corporate', defaultTheme: 'night',
// Hides the switch in the navbar // Hides the switch in the navbar
// Useful if you want to support a single color mode // Useful if you want to support a single color mode