-
Notifications
You must be signed in to change notification settings - Fork 0
/
myData.js
42 lines (42 loc) · 1.42 KB
/
myData.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module.exports = {
packageName: 'bennewton',
name: {
first: 'Ben',
last: 'Newton'
},
siteUrl: 'https://benenewton.com',
jobDescription: 'Full Stack JavaScript Developer @SapientRazorfish',
location: 'South Florida',
description: `I have been building large scale websites for more than 20 years. I have designed and built, from the ground up, web
applications that ran warehouse operations and business operations for a large, multimillion dollar distribution
business for over a decade as well as all of their e-commerce channels, which included multiple B2B and B2C websites.
Over the last few years, I have lead development teams in building high traffic websites for some of the largest
players in the Travel Industry including cruise lines, rental car companies, world famous resorts and major airlines
as well as lead front end development for e-commerce sites for major brands such as Oakley and Bridgestone.`,
userLinks: [
{
label: 'Instagram',
url: 'https://instagram.com/bennewton999'
},
{
label: 'Twitter',
url: 'https://twitter.com/BenENewton'
},
{
label: 'LinkedIn',
url: 'https://www.linkedin.com/in/bennewton/'
},
{
label: 'GitHub',
url: 'https://github.com/bennewton999'
},
{
label: 'Facebook',
url: 'https://m.me/BenNewtonDeveloper'
},
{
label: 'Email',
url: 'bennewton999@gmail.com'
}
]
};