Add experience and education

This commit is contained in:
MD. Ariful Alam
2021-08-22 18:39:03 +06:00
parent 9d87bbcb8e
commit ef61419b0f
15 changed files with 441 additions and 1438 deletions

View File

@@ -1,8 +1,49 @@
module.exports = {
githubUsername: 'arifszn', // required
githubUsername: 'tailwindlabs', // required
email: 'contact@arifszn.com', // optional
linkedinUsername: 'ariful-alam', // optional
dribbbleUsername: '', // optional
skills: [
'PHP',
'Laravel',
'JavaScript',
'React.js',
'Node.js'
],
experiences: [
{
company: 'Orangetoolz - My Offer 360 Degree',
position: 'Jr. Full Stack Engineer',
from: 'July 2019',
to: 'Present'
},
{
company: 'Techvillage',
position: 'Jr. Software Engineer',
from: 'January 2019',
to: ' June 2019'
}
],
education: [
{
institution: 'American International University-Bangladesh',
degree: 'Bachelor of Science',
from: '2015',
to: '2019'
},
{
institution: 'Cantonment College, Jessore',
degree: 'Higher Secondary Certificate (HSC)',
from: '2012',
to: '2014',
},
{
institution: 'Chowgacha Shahadat Pilot High School',
degree: 'Secondary School Certificate (SSC)',
from: '2007',
to: '2012'
}
],
themeConfig: {
default: 'light',