Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
20220719
  • Loading branch information
KevinBlack committed Jul 19, 2022
1 parent 7bed8f3 commit fd7b81f
Showing 1 changed file with 48 additions and 8 deletions.
56 changes: 48 additions & 8 deletions resume/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand All @@ -13,6 +14,7 @@
<link rel="stylesheet" href="./static/css/style.css">
<script src="./static/iconfont/iconfont.js"></script>
</head>

<body>
<ul>
<li class="nav_left">
Expand Down Expand Up @@ -71,26 +73,62 @@ <h4>个人爱好</h4>
</div>
<table>
<tr>
<td>项目名称: </td><td>中国航空运输协会信息系统项目</td>
<td>项目名称: </td>
<td>建行OA三期</td>
</tr>
<tr>
<td>源码地址: </td>
<td></td>
</tr>
<tr>
<td>开发周期: </td>
<td>3年</td>
</tr>
<tr>
<td>项目描述: </td>
<td>涵盖发文、收文、签报、专项督办、会议室预定、模板及范文管理等功能于一体的现代化OA办公系统</td>
</tr>
<tr>
<td>项目难点: </td>
<td>ElementAdmin深度开发:原有样式的局部修改、树形结构的重构及排序、图片/文件上传并在前端动态展示每条数据的上传结果、鉴权、角色设定、数据操作、数据展示等一系列功能</td>
</tr>
<tr>
<td>开发技术: </td>
<td>ElementAdmin、金格、echarts等</td>
</tr>
<tr>
<td>个人职责: </td>
<td>框架搭建,各模块的分工安排,公共组件封装,文档留存整理,新人实习培训等工作。</td>
</tr>
</table>
<table>
<tr>
<td>项目名称: </td>
<td>中国航空运输协会信息系统项目</td>
</tr>
<tr>
<td>源码地址: </td>
<td><a href="https://github.com/KevinBlack/ele-admin">https://github.com/KevinBlack/ele-admin</a></td>
</tr>
<tr>
<td>开发周期: </td><td>30天</td>
<td>开发周期: </td>
<td>30天</td>
</tr>
<tr>
<td>项目描述: </td><td>基于ElementAdmin的深度开发、实现航协销贷系统各项功能</td>
<td>项目描述: </td>
<td>基于ElementAdmin的深度开发、实现航协销贷系统各项功能</td>
</tr>
<tr>
<td>项目难点: </td><td>表格的动态编辑及键盘事件的响应、图片/文件上传并在前端动态展示每条数据的上传结果、鉴权、角色设定、数据操作、数据展示等一系列功能</td>
<td>项目难点: </td>
<td>表格的动态编辑及键盘事件的响应、图片/文件上传并在前端动态展示每条数据的上传结果、鉴权、角色设定、数据操作、数据展示等一系列功能</td>
</tr>
<tr>
<td>开发技术: </td><td>ElementAdmin、wangEditor、sortablejs、pdfjs-dist等</td>
<td>开发技术: </td>
<td>ElementAdmin、wangEditor、sortablejs、pdfjs-dist等</td>
</tr>
<tr>
<td>个人职责: </td><td>主要负责web前端的搭建,与后台数据的交互及前后联调等工作。</td>
<td>个人职责: </td>
<td>主要负责web前端的搭建,与后台数据的交互及前后联调等工作。</td>
</tr>
</table>
<table>
Expand Down Expand Up @@ -130,7 +168,8 @@ <h4>个人爱好</h4>
</tr>
<tr>
<td>源码地址: </td>
<td><a href="https://github.com/KevinBlack/jieyou-operation-web">https://github.com/KevinBlack/jieyou-operation-web</a>
<td><a
href="https://github.com/KevinBlack/jieyou-operation-web">https://github.com/KevinBlack/jieyou-operation-web</a>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -206,7 +245,7 @@ <h4 class="list_foot">履历表</h4>
<ul>
<li><a href="#" class="timelineYear">2007 - 2008 电影吧</a></li>
<li><a href="" class="timelineYear">2008 - 2009 欣全向</a></li>

</ul>
</div>
</div>
Expand Down Expand Up @@ -263,4 +302,5 @@ <h4 class="list_foot">履历表</h4>
</body>
<script type="text/javascript" src="static/js/jquery.js"></script>
<script type="text/javascript" src="static/js/time.js"></script>

</html>

0 comments on commit fd7b81f

Please sign in to comment.