-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (65 loc) · 2.63 KB
/
index.html
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>个人主页</title>
<style>
body{margin: 0;}
</style>
</head>
<body>
<div style=
"background-color: #f1f1f1;
text-align:center;
padding:20px;
">
<img src="image/touxiang1.png" alt="我的头像" width="80px" height="80px">
</div>
<div style="
max-width: 900px;
margin: 24px auto;
padding: 16px;
line-height: 1.6;
">
<h3 style="line-height: 0.8;color: #156cfe; ">自我简介</h3>
<hr size="2px" color="#f1f1f1">
<p style="line-height:2;">Hi,欢迎来到我的个人主页,你可以喊我怀林,我毕业于江苏大学数字化艺术设计专业,现在就职江苏电子信息职业学院-建筑与装饰艺术设计学院,从事数字媒体技术教学。</p>
<h3 style="line-height: 0.8;color: #156cfe; ">我的工作经历</h3>
<hr size="2px" color="#f1f1f1">
<p>2020.9-2020.12月 江苏合帮文化广告有限公司
<strong>设计师</strong> 视频剪辑与拍摄、平面设计</p>
<p>2021.7-2021.12月于网易杭州研究院 数字产业部门
<strong>UI设计师</strong> 主要包括UI设计、用户体验设计 </p>
<h3 style="line-height: 0.8;color: #156cfe; ">我的项目经历</h3>
<hr size="2px" color="#f1f1f1">
<p>2021.5 江苏镇江致公党活动党徽标志及 VI 设计</p>
<p>2021.9 网易数字产业园区 APP 及网页设计</p>
<p>2021.10 网易有数 BI 产品用户体验升级 V1.0</p>
<p>2021.10 浙江省高速公路态势感知系统交互界面设计</p>
<p>2022.3 白马智慧农场信息可视化系统交互界面设计 </p>
<p>2022.4 广东惠州智慧农场小程序交互界面设计 </p>
<p> 2022.10 基于数字孪生的下凹桥区内涝应急防控数字挛生系统</p>
<h3 style="line-height: 0.8;color: #156cfe; ">获奖经历</h3>
<hr size="2px" color="#f1f1f1">
<p>全国 3D 数字化创新设计特等奖</p>
<p>紫金文化创意设计大赛创业创新奖</p>
<p>江大克兰菲尔德学院标志设计一等奖</p>
<p>国际大学生智能农业装备二等奖</p>
<p>山东省新媒体艺术设计大赛二等奖</p>
<p>江苏大学智能农业装备大赛特等奖 </p>
<p>江苏大学数字艺术设计大赛一等奖</p>
<p>江苏省金山文化创意大赛银奖</p>
<p>....</p>
</div>
<div style=
"background-color: #f1f1f1;
text-align:center;
padding:20px;
font-size: 14px;
">
<p><strong>陈老师的介绍主页</strong></p>
<p>我的联系方式:152747889590</p>
<a href="https://www.jsei.edu.cn/">江苏电子信息职业学院</a>
</div>
</body>
</html>