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
| { name: 'william' age: 33, gender: '男', profession: 'Web Developer & Designer', experience: '10年', address: '广东省深圳市 & 湖北省武汉市', education: '本科', github: 'https://github.com/byteape', blog: 'http://webape.net', email: 'webape@qq.com', description: '致力于网站建设与前端用户体验设计,开发健壮功能程序的优秀web全栈工程师',
skills: [ ['Html', 'Javascript', 'jQuery', 'CSS', 'ES6', 'Node'], ['Webpack', 'Gulp'], ['Less','Sass'], ['Git', 'SVN'], ['Vue'], ['PHP', 'ThinkPHP', 'Laravel'], ['Linux C', 'Shell'], ['Python'] ],
devTools: [ ['Sublime Text', 'Visual Studio Code', 'Notepad++', 'PhpStorm', 'WebStorm', 'PyCharm'], ['Chrome DevTools', 'Fiddler'], ['SourceTree', 'TortoiseSVN'], ['SwitchHosts'], ['Navicat', 'XAMPP', 'Laragon'], ] }
|