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
| { name: 'cofess' age: 29, gender: '男', profession: '前端工程师&WEB架构&前端技术指导', experience: '2014年初 to future', hometown: '山西省孝义市', address: '北京市', education: '本科', github: 'https://github.com/algate', blog: 'https://algate.coding.me', email: 'algate@foxmail.com', description: ' 进入前端行业,后悔了some days; 如果不干前端,我会后悔一辈子; 你问我为啥喜欢前端 & 前端前景啥的? ……',
skills: [ ['Html', 'Javascript', 'jQuery', 'CSS', 'ES6', 'Node'], ['Webpack', 'Gulp'], ['Canvas', 'h5'] ['Vue', 'AngularJs'], ['Less','Sass'], ['Git', 'SVN'], ['Vue'], ['Bootstrap', 'ElementUI', 'iView'], ['Hexo', 'Jekyll'], ['Photoshop', 'icon', 'Sublime Text'] ],
devTools: [ ['Sublime Text', 'Visual Studio Code'], ['Chrome DevTools', 'Fiddler'], ['SourceTree', 'TortoiseSVN', 'Gerrit', 'Github', 'Git'], ['Navicat', 'XAMPP'], ['Poershell'] ] }
|