Skip to content

Commit 222b5d2

Browse files
authored
Update config.js
1 parent d40f82e commit 222b5d2

File tree

1 file changed

+30
-31
lines changed

1 file changed

+30
-31
lines changed

src/config.js

Lines changed: 30 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// config.js
22
module.exports = {
33
github: {
4-
username: 'arifszn', // Your GitHub org/user name. (Required)
4+
username: 'skiabox', // Your GitHub org/user name. (Required)
55
sortBy: 'stars', // stars | updated
66
limit: 8, // How many projects to display.
77
exclude: {
@@ -10,23 +10,22 @@ module.exports = {
1010
}
1111
},
1212
social: {
13-
linkedin: 'ariful-alam',
14-
twitter: 'arif_swozon',
13+
linkedin: 'stavros-kefaleas',
14+
twitter: 'KefaleasStavros',
1515
facebook: '',
1616
dribbble: '',
1717
behance: '',
1818
medium: '',
1919
devto: '',
20-
website: 'https://arifszn.github.io',
20+
website: 'https://devcanvas.org',
2121
phone: '',
22-
email: 'contact@arifszn.com'
22+
email: 'stavros.kefaleas@gmail.com'
2323
},
2424
skills: [
2525
'PHP',
2626
'Laravel',
2727
'JavaScript',
2828
'React.js',
29-
'Vue.js',
3029
'Node.js',
3130
'Jquery',
3231
'MySQL',
@@ -39,48 +38,48 @@ module.exports = {
3938
],
4039
experiences: [
4140
{
42-
company: 'Monstarlab Bangladesh',
43-
position: 'Backend Engineer II',
44-
from: 'September 2021',
45-
to: 'Present'
41+
company: 'Cepal Company',
42+
position: 'Senior Front-End Engineer',
43+
from: 'May 2021',
44+
to: 'October 2021'
4645
},
4746
{
48-
company: 'Orangetoolz',
49-
position: 'Jr. Full Stack Engineer',
50-
from: 'July 2019',
51-
to: 'August 2021'
47+
company: 'Yodiwo Company',
48+
position: 'Senior Software Engineer',
49+
from: 'October 2020',
50+
to: 'April 2021'
5251
},
5352
{
54-
company: 'Techvillage',
55-
position: 'Jr. Software Engineer',
56-
from: 'January 2019',
57-
to: ' June 2019'
53+
company: 'Greek Company in the Gambling Industry',
54+
position: 'Senior Software Engineer',
55+
from: 'February 2020',
56+
to: 'September 2020'
5857
}
5958
],
6059
education: [
6160
{
62-
institution: 'American International University-Bangladesh',
63-
degree: 'Bachelor of Science',
64-
from: '2015',
65-
to: '2019'
61+
institution: 'UK Open University',
62+
degree: 'Bachelor of Science (Honours)',
63+
from: '2010',
64+
to: '2015'
6665
},
6766
{
68-
institution: 'Cantonment College, Jessore',
69-
degree: 'Higher Secondary Certificate (HSC)',
70-
from: '2012',
71-
to: '2014',
67+
institution: 'ECDL School at Larisa',
68+
degree: 'Completed ECDL course',
69+
from: '2005',
70+
to: '2006',
7271
},
7372
{
74-
institution: 'Chowgacha Shahadat Pilot High School',
75-
degree: 'Secondary School Certificate (SSC)',
73+
institution: 'Udemy',
74+
degree: 'Various courses (uploaded to my blog)',
7675
from: '2007',
77-
to: '2012'
76+
to: '2017'
7877
}
7978
],
8079
blog: {
8180
// Display blog posts from your medium or dev.to account. (Optional)
82-
source: 'dev.to', // medium | dev.to
83-
username: 'arifszn',
81+
source: 'medium', // medium | dev.to
82+
username: 'skiabox',
8483
limit: 2 // How many posts to display. Max is 10.
8584
},
8685
googleAnalytics: {

0 commit comments

Comments
 (0)