-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34e6696
commit 2e4e75d
Showing
2 changed files
with
79 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ <h4 class="m-0">微信号:<span class="text-primary">frankfang7</span></h4> | |
<img src="./images/weixin.gif" alt="" width="198px"> | ||
<div class="mt-2" style="color: #999;">扫一扫上面的二维码图案,加我为朋友。</div> | ||
</div> | ||
<span slot="reference" style="cursor: pointer;"><i class="fa fa-wechat fa-fw text-primary"></i>17621440130</span> | ||
<span slot="reference" style="cursor: pointer;"><i class="fa fa-wechat fa-fw text-primary"></i> 17621440130</span> | ||
</el-popover> | ||
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope fa-fw text-primary"></i> [email protected]</a> | ||
<a href="https://frankfang7.github.io/resume" target="_blank"><i class="fa fa-star fa-fw text-primary"></i> frankfang7.github.io/resume</a> | ||
|
@@ -67,8 +67,9 @@ <h3 class="heading mb-3"><i class="fa fa-comments-o fa-fw"></i> 自我评价</h3 | |
<el-timeline-item v-for="(item,index) in workList" :key="index" timestamp="" color="var(--primary-color)" class="pb-2"> | ||
<h5 class="text-primary mt-0 mb-1">{{ item.date }}</h5> | ||
<h4 class="text-primary mt-0 mb-1"><span>{{ item.name }}</span> <small style="font-weight: normal;">| {{ item.subName }}</small></h4> | ||
<div class="mb-1">{{ item.content }}</div> | ||
<div><el-tag v-for="(tag,ind) in item.tags" :key="ind" type="info" size="mini" class="mr-1">{{ tag }}</el-tag></div> | ||
<div v-if="item.content"><strong class="text-muted">工作内容:</strong> {{ item.content }}</div> | ||
<div v-if="item.projects"><strong class="text-muted">参与项目:</strong><el-button v-for="(i, n) in item.projects" :key="n" type="text" size="small" class="m-0 p-1">{{ i }}</el-button></div> | ||
<div><el-tag v-for="(tag,ind) in item.tags" :key="ind" type="info" size="mini" class="mr-1 mt-1">{{ tag }}</el-tag></div> | ||
</el-timeline-item> | ||
</el-timeline> | ||
</div> | ||
|
@@ -78,7 +79,7 @@ <h4 class="text-primary mt-0 mb-1"><span>{{ item.name }}</span> <small style="fo | |
<el-timeline-item v-for="(item,index) in educationList" :key="index" timestamp="" color="var(--primary-color)" class="pb-2"> | ||
<h5 class="text-primary mt-0 mb-1">{{ item.date }}</h5> | ||
<h4 class="text-primary mt-0 mt-1 mb-1"><span class="text-primary">{{ item.name }}</span> <small style="font-weight: normal;">| {{ item.subName }}</small></h4> | ||
<div>{{ item.content }}</div> | ||
<div><strong class="text-muted">课程内容:</strong> {{ item.content }}</div> | ||
</el-timeline-item> | ||
</el-timeline> | ||
</div> | ||
|
@@ -96,8 +97,8 @@ <h4 class="text-primary mt-0 mt-1 mb-1"><span class="text-primary">{{ item.name | |
// selfDescription: '本人性格平和稳重、积极乐观,为人诚实守信,谦虚上进,品行正直。待人友善,服从上级,做事尽心尽责,有较强团队精神。早年主要从事UI/UX设计,近些年主要专注于Web前端开发工作。热爱设计,热爱开发,尤其对前端展现层兴趣浓厚,经验也比较丰富!', | ||
selfDescription: [ | ||
'擅长根据业务需求,绘制各种UI原型图、UI高保真设计稿以及UX交互方案;', | ||
'擅长使用Vue全家桶 / ElementUI / JavaScript / ECharts等进行Web前端开发,尤其擅长样式/布局/响应式/交互等界面表现层的开发;', | ||
'熟练使用Vue-Cli / Git等常用开发工具', | ||
'擅长使用Vue全家桶 / ElementUI / JavaScript / ECharts...进行Web前端开发,尤其擅长样式/布局/响应式/交互等界面表现层的开发;', | ||
'熟练使用Vue-cli / Git等常用开发工具;', | ||
'精通Photoshop / illustrator从事设计工作,包括UI设计、CSS切图、VI设计、平面设计等;' | ||
], | ||
skillList: [ | ||
|
@@ -139,35 +140,38 @@ <h4 class="text-primary mt-0 mt-1 mb-1"><span class="text-primary">{{ item.name | |
date: '2020年3月 ~ 2024年8月', | ||
name: '普华永道商务服务(上海)有限公司', | ||
subName: 'Web前端开发 & UI/UX设计', | ||
content: '工作内容:负责UI/UX设计及Web前端开发;主要参与项目:某报告管理系统;某碳追踪管理系统;某油田碳资产管理系统;某几个地方政府小程序等等……', | ||
content: '负责UI/UX设计及Web前端开发……', | ||
projects: ['某报告管理系统', '某碳追踪管理系统', '某油田碳资产管理系统', '某几个地方政府小程序'], | ||
tags: ['Vue', 'Element-UI', 'ECharts', 'Photoshop', 'Uni-App'] | ||
}, | ||
{ | ||
date: '2018年4月 ~ 2020年3月', | ||
name: '美数信息科技(上海)有限公司', | ||
subName: 'Web前端开发 & UI/UX设计', | ||
content: '工作内容:负责UI/UX设计及Web前端开发;主要参与项目:某门禁机后台管理系统前端开发、App及小程序的UI设计等等……', | ||
content: '负责UI/UX设计及Web前端开发;', | ||
projects: ['某门禁机后台管理系统前端开发、App及小程序的UI设计等等……'], | ||
tags: ['Vue', 'Element-UI', 'ECharts', 'JavaScript', 'Photoshop', 'illustrator'] | ||
}, | ||
{ | ||
date: '2015年9月 ~ 2018年4月', | ||
name: '上海思芮科技发展有限公司(东软集团)', | ||
subName: 'UI/UX设计 & Web前端开发', | ||
content: '工作内容:UI/UX设计及Web前端开发;主要参与项目:某电气公司风电云管理系统;某交易中心门户和管理系统开发等等……', | ||
content: 'UI/UX设计及Web前端开发;', | ||
projects: ['某电气公司风电云管理系统;某交易中心门户和管理系统开发等等……'], | ||
tags: ['Photoshop', 'Bootstrap', 'HTML+CSS', 'jQuery'] | ||
}, | ||
{ | ||
date: '2011年8月 ~ 2015年9月', | ||
name: '上海川合文化传播有限公司', | ||
subName: 'UI设计 & 网站美工', | ||
content: '工作内容:各种Web页面、App页面的设计、Flash动画设计制作等等……', | ||
content: '各种Web页面、App页面的设计、Flash动画设计制作等等……', | ||
tags: ['Photoshop', 'illustrator', 'Flash', 'HTML+CSS', 'Bootstrap', 'jQuery'] | ||
}, | ||
{ | ||
date: '2009年9月 ~ 2011年8月', | ||
name: '上海极越信息技术有限公司', | ||
subName: 'UI设计 & 网站美工 & 平面设计', | ||
content: '工作内容:网页设计、Flash动画设计制作,网站美工(CSS+DIV切图)等等……', | ||
content: '网页设计、Flash动画设计制作,网站美工(CSS+DIV切图)等等……', | ||
tags: ['Photoshop', 'illustrator', 'Flash', 'HTML+CSS', 'jQuery'] | ||
} | ||
], | ||
|
@@ -176,13 +180,13 @@ <h4 class="text-primary mt-0 mt-1 mb-1"><span class="text-primary">{{ item.name | |
date: '2024年6月 ~ 2024年11月', | ||
name: '项目管理专业人士资格认证', | ||
subName: 'Project Management Professional(PMP)', | ||
content: '课程内容:人员—强调与有效领导项目团队相关的技能和活动;过程—增强管理项目的技术领域;业务环境⸺ 突出项目和组织战略之间的联系;敏捷项目管理知识……' | ||
content: '人员—强调与有效领导项目团队相关的技能和活动;过程—增强管理项目的技术领域;业务环境⸺ 突出项目和组织战略之间的联系;敏捷项目管理知识……' | ||
}, | ||
{ | ||
date: '2019年3月 ~ 2021年7月', | ||
name: '上海海事大学', | ||
subName: '计算机科学与技术(本科)', | ||
content: '主要课程:电路与电子技术、数字逻辑、计算方法、计算机原理与汇编、微型计算机技术、计算机系统结构、计算机网络、高级语言、数据结构、操作系统、编译原理等……' | ||
subName: '计算机科学与技术(专升本)', | ||
content: '电路与电子技术、数字逻辑、计算方法、计算机原理与汇编、微型计算机技术、计算机系统结构、计算机网络、高级语言、数据结构、操作系统、编译原理等……' | ||
} | ||
] | ||
} | ||
|