-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
158 lines (144 loc) · 13.2 KB
/
index.html
File metadata and controls
158 lines (144 loc) · 13.2 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<html lang="en" class=""><head>
<meta charset="UTF-8">
<title>My page</title>
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remodal/1.1.0/remodal.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remodal/1.1.0/remodal-default-theme.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/remodal/1.1.0/remodal.min.js"></script>
<script src="static/js/script.js"></script>
</head>
<body style="padding-right: 0px;">
<div class="container" id="cv">
<div class="side">
<div class="me">
<div class="portrait" style="background-image: url("https://avatars3.githubusercontent.com/u/12145494?s=460&v=4");"></div>
<h1 id="username" contenteditable="true">L</h1>
<h4 id="persona-tag" contenteditable="true">Python / 运维</h4>
</div>
<div class="profile info-unit">
<h2 class="info-header"><i class="iconfont"></i> <span class="info-title">基本信息</span></h2>
<hr>
<ul class="info-list">
<li>
<label class="left-label">姓名</label><span class="label-value">L</span></li>
<li>
<label class="left-label">学历</label><span class="label-value">专科</span></li>
<li>
<label class="left-label">毕业院校</label><span class="label-value">湖南工学院</span></li>
<li>
<label class="left-label">毕业年份</label><span class="label-value">2008</span></li>
</ul>
</div>
<div class="contact info-unit">
<h2 class="info-header"><i class="iconfont"></i> <span class="info-title">联系方式</span></h2>
<hr>
<ul class="info-list">
<li>
<label class="left-label">手机</label><span class="label-value">177XXXXXXXX</span></li>
<li>
<label class="left-label">邮箱</label><span class="label-value">an-liu@outlook.com</span></li>
<li>
<label class="left-label">Github</label><span class="label-value">github.com/545818924</span></li>
</ul>
</div>
<div class="skill info-unit">
<h2 class="info-header"><i class="iconfont"></i> <span class="info-title">技能点</span></h2>
<hr>
<ul class="progress-list">
<li>
<label class="left-label">Python</label>
<progress value="65" max="100"></progress>
</li>
<li>
<label class="left-label">运维</label>
<progress value="80" max="100"></progress>
</li>
<li>
<label class="left-label">office</label>
<progress value="75" max="100"></progress>
</li>
<li>
<label class="left-label">SQL/NoSQL</label>
<progress value="25" max="100"></progress>
</li>
<li>
<label class="left-label">html/css/js</label>
<progress value="25" max="100"></progress>
</li>
</ul>
</div>
<div class="code info-unit">
<h2 class="info-header"><i class="iconfont icon-weixin"></i> <span class="info-title" contenteditable="true">个人微信</span><span class="unit-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span><span class="unit-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span></h2>
<hr>
<div class="weixin">
<img src="https://github.com/545818924/weixin/blob/master/%E5%BE%AE%E4%BF%A1%E4%BA%8C%E7%BB%B4%E7%A0%81.jpg?raw=true" alt="">
</div>
</div>
</div>
<div class="main">
<div class="education info-unit right-list">
<h2 class="info-header"><i class="iconfont icon-education"></i> <span class="info-title" contenteditable="true">教育经历</span><span class="item-add" style="visibility: hidden;"><i class="iconfont icon-playlistadd"></i></span><span class="unit-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span><span class="item-add" style="visibility: hidden;"><i class="iconfont icon-playlistadd"></i></span><span class="unit-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span></h2>
<hr>
<ul class="experience-list">
<li>
<h3 contenteditable="true">湖南工学院 信息安全技术管理 2005-2008</h3>
<p contenteditable="true"></p>
<span class="item-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span><span class="item-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span></li>
</ul>
</div>
<div class="work info-unit right-list">
<h2 class="info-header"><i class="iconfont icon-work"></i> <span class="info-title" contenteditable="true">工作经历</span><span class="item-add" style="visibility: hidden;"><i class="iconfont icon-playlistadd"></i></span><span class="unit-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span><span class="item-add" style="visibility: hidden;"><i class="iconfont icon-playlistadd"></i></span><span class="unit-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span></h2>
<hr>
<ul class="experience-list">
<li>
<h3 contenteditable="true">hiding</h3>
<p contenteditable="true"></p>
<span class="item-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span><span class="item-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span></li>
</ul>
</div>
<div class="project info-unit right-list">
<h2 class="info-header"><i class="iconfont icon-project"></i> <span class="info-title" contenteditable="true">个人项目</span><span class="item-add" style="visibility: hidden;"><i class="iconfont icon-playlistadd"></i></span><span class="unit-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span><span class="item-add" style="visibility: hidden;"><i class="iconfont icon-playlistadd"></i></span><span class="unit-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span></h2>
<hr>
<ul class="experience-list">
<li>
<h3 contenteditable="true">韩寒blog爬取</h3>
<p contenteditable="true"><a href="https://github.com/545818924/hanhan" target="_blank" data-lg-tj-id="1jit" data-lg-tj-no="0009" data-lg-tj-cid="idnull" style="outline: 0px; color: rgb(85, 85, 85); background-color: transparent; text-decoration-line: none; font-family: "Hiragino Sans GB", "Microsoft Yahei", SimSun, Arial, "Helvetica Neue", Helvetica; font-size: 14px;">https://github.com/545818924/hanhan</a></p>
<span class="item-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span><span class="item-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span></li>
<li>
<h3 contenteditable="true">豆瓣电影TOP250爬取</h3>
<p contenteditable="true"><a href="https://github.com/545818924/douban_top250" target="_blank" data-lg-tj-id="1jit" data-lg-tj-no="0009" data-lg-tj-cid="idnull" style="outline: 0px; color: rgb(85, 85, 85); background-color: transparent; text-decoration-line: none; font-family: "Hiragino Sans GB", "Microsoft Yahei", SimSun, Arial, "Helvetica Neue", Helvetica; font-size: 14px;">https://github.com/545818924/douban_top250</a></p>
<span class="item-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span><span class="item-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span></li>
<li>
<h3 contenteditable="true">100_example</h3>
<p contenteditable="true"><a href="https://github.com/545818924/hanhan" target="_blank" data-lg-tj-id="1jit" data-lg-tj-no="0009" data-lg-tj-cid="idnull" style="outline: 0px; color: rgb(85, 85, 85); background-color: transparent; text-decoration-line: none; font-family: "Hiragino Sans GB", "Microsoft Yahei", SimSun, Arial, "Helvetica Neue", Helvetica; font-size: 14px;">https://github.com/545818924/100_example</a></p>
<span class="item-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span><span class="item-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span></li><li>
<h3 contenteditable="true">淘宝司法拍卖信息抓取</h3>
<p contenteditable="true"><a href="https://github.com/545818924/taobao_sifa" target="_blank" data-lg-tj-id="1jit" data-lg-tj-no="0009" data-lg-tj-cid="idnull" style="outline: 0px; color: rgb(85, 85, 85); background-color: transparent; text-decoration-line: none; font-family: "Hiragino Sans GB", "Microsoft Yahei", SimSun, Arial, "Helvetica Neue", Helvetica; font-size: 14px;">https://github.com/545818924/taobao_sifa</a></p>
<span class="item-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span><span class="item-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span></li><li>
<h3 contenteditable="true">知乎用户抓取</h3>
<p contenteditable="true"><a href="https://github.com/545818924/Zhihu" target="_blank" data-lg-tj-id="1jit" data-lg-tj-no="0009" data-lg-tj-cid="idnull" style="outline: 0px; color: rgb(85, 85, 85); background-color: transparent; text-decoration-line: none; font-family: "Hiragino Sans GB", "Microsoft Yahei", SimSun, Arial, "Helvetica Neue", Helvetica; font-size: 14px;">https://github.com/545818924/Zhihu</a></p>
<span class="item-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span><span class="item-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span></li></ul>
</div>
<div class="aboutme info-unit right-paragraph">
<h2 class="info-header"><i class="iconfont icon-flower"></i> <span class="info-title" contenteditable="true">自我评价</span><span class="unit-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span><span class="unit-remove" style="visibility: hidden;"><i class="iconfont icon-delete"></i></span></h2>
<p style="text-indent:2em;">
多年IT管理和服务经验,有着较强的自我驱动力和学习管理能力,工作中善于协调处理。亦能独立完成工作,工作态度认真负责。
</p>
<p style="text-indent:2em;">
有python3相关的爬取经验,能独立完成相关项目。
</p>
</div>
</div>
</div>
<div class="remodal-overlay remodal-is-closed" style="display: none;"></div><div class="remodal-wrapper remodal-is-closed" style="display: none;"></div><div class="remodal-wrapper remodal-is-closed" style="display: none;"></div><div class="remodal-wrapper remodal-is-closed" style="display: none;"><div class="remodal remodal-img remodal-is-initialized remodal-is-closed" data-remodal-id="portrait-modal" tabindex="-1">
<h3 contenteditable="true">请输入图片URL地址:</h3>
<br>
<input type="text" id="avatar-url">
<button data-remodal-action="confirm" class="remodal-confirm">确定</button>
</div></div><div class="remodal-wrapper remodal-is-closed" style="display: none;"><div class="remodal remodal-img remodal-is-initialized remodal-is-closed" data-remodal-id="weixin-modal" tabindex="-1">
<h3 contenteditable="true">请输入图片URL地址:</h3>
<br>
<input type="text" id="weixin-url">
<button data-remodal-action="confirm" class="remodal-confirm">确定</button>
</div></div></body></html>