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
| { name: '丘尘子' profession: 'Web Developer & Designer', experience: '8年', address: '广东省深圳市', github: 'https://github.com/ixoywell.github.io', blog: 'https://ixoywell.github.io', email: 'ixoywell@gmail.com', description: '致力于网站建设与前端用户体验设计',
skills: [ ['Html', 'Javascript', 'CSS', 'ES6', 'Node'], ['Webpack', 'Vite'], ['Less','Sass'], ['Git', 'SVN'], ['Vue', 'jQuery'], ['Bootstrap', 'ElementUI', 'light7'], ['WordPress', 'OpenCart'], ['平面设计'] ],
devTools: [ ['Sublime Text', 'Visual Studio Code', 'Notepad++'], ['Chrome DevTools', 'Fiddler'], ['SourceTree', 'TortoiseSVN'], ['SwitchHosts'], ['Navicat', 'XAMPP'], ] }
|