写一下具体的剧本信息,优化表格的布局
This commit is contained in:
@@ -1,46 +1,43 @@
|
||||
# 个人基本信息
|
||||
# 基本信息
|
||||
|
||||
<table>
|
||||
<style>
|
||||
.my-table {
|
||||
width:100%;
|
||||
margin-left: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
<table style="width:100%">
|
||||
<tr>
|
||||
<td> <img src="https://gitlab.gitlab.ingress.lab.gitfitlive.com/uploads/-/system/user/avatar/1/avatar.png?width=200"> </td>
|
||||
<td>姓名:xxx</td>
|
||||
<td> <img style="width:100" src="https://gitlab.gitlab.ingress.lab.gitfitlive.com/uploads/-/system/user/avatar/1/avatar.png"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table style="margin-left: auto; margin-right: auto;border:1px solid black">
|
||||
<tr>
|
||||
<td> <!--左侧内容-->
|
||||
左侧
|
||||
</td>
|
||||
<td> <!--右侧内容-->
|
||||
右侧
|
||||
</td>
|
||||
</tr>
|
||||
<table class="my-table">
|
||||
<tr><td>姓名:</td><td><b>何威阳</b></db></td></tr>
|
||||
<tr><td>求职意向:</td><td>软件开发</td></tr>
|
||||
<tr><td>手机:</td><td>19802150367</td></tr>
|
||||
<tr><td>邮箱:</td><td>qiezihwy@outlook.com</td></tr>
|
||||
<tr><td>工作年限:</td><td>4年</td></tr>
|
||||
</table>
|
||||
|
||||
## 基本信息
|
||||
|
||||
-
|
||||
- 求职意向:xxx
|
||||
- 手机:1XX-XXX-XXX
|
||||
- 邮箱:xxxxx@xx.com
|
||||
- 工作经验:3 年
|
||||
|
||||
## 职业技能
|
||||
# 职业技能
|
||||
|
||||
1. 前端基础扎实,掌握 HTML5 语义化标签、CSS3、Flex 常用布局、JavasSript、TypeScript、ES6。
|
||||
xxx 8.保持持续学习、爱总结、爱分享。
|
||||
2.
|
||||
3. 8.保持持续学习、爱总结、爱分享。
|
||||
|
||||
## 工作经历
|
||||
# 工作履历
|
||||
|
||||
| 时间 | 经历 |
|
||||
| ---- | ---- |
|
||||
| ss | ss |
|
||||
<table class="my-table">
|
||||
<tr><th>时间</th><th>经历</th></tr>
|
||||
<tr><td>2020年7月~至今 </td><td>中国银联股份有限公司 应用管理岗</td></tr>
|
||||
|
||||
</table>
|
||||
|
||||
2017/03~至今 XX 公司| xx 岗位
|
||||
岗位职责:
|
||||
|
||||
## 项目经历
|
||||
# 项目经历
|
||||
|
||||
- 项目 1:运营测试效能提升项目
|
||||
- 项目描述:
|
||||
|
||||
Reference in New Issue
Block a user